A-28

Appendix

A Preliminary Investigation into
An Evolutionary Boundary

FOURTH-LEVEL GROUPS IN THE FIRST YEAR, continued

As in the previous program for finding the populations of 2-C and 3-G at the
end of the first "year", we now calculate fourth-level groups, but from
3-H:
4-V, 4-W, and 4-X 

rem  finds populations of 3-H, 4-V, 4-W, and 4-X at the end of "year one"
rem  "population" means 2-C, while H3 and V4 refer to 3-H and 4-V, etc
countit = 0
original = 5.10204082*10^14                   
rem          5.10204082*10^14  2-C per saturation cycle of 1-A
population =  0
H3 = 0       
V4 = 0
W4 = 0
X4 = 0               
[start]
population = population + original
population = population * 1.01
H3 = H3 + (population/(1.82 * 10^12))
H3 = H3 * 1.01
V4 = V4 + (H3/(1.82 * 10^12))     
V4 = V4 * 1.02
W4 = W4 + (H3/(1.82 * 10^12))
W4 = W4 * 1.01
W4 = W4 * .9999
rem    4-W has PAES of 3
X4 = X4 + (H3/(1.96 * 10^14))
X4 = X4 * 1.02
X4 = X4 * .9999
rem    4-X has PAES of 3
countit = countit + 1                       
IF countit = 1000 then [end]                 
GOTO [start]     
[end]     
print H3
print V4
print W4
print X4                 
end

answers:
5.39428494*10e11   (3-H)
33169.6827   or about 3.32*10e4   4-V
132.437888   or about 132   4-W
285.81201      or about 286    4-X

Main Pages

Links

http://www.laattorneyvideo.com/nonlegal/e-boundary/appendix/page28.html