A-22

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-A and 3-B at the
end of the first "year", we now calculate fourth-level groups, but from
3-C:
4-G, 4-H, and 4-I

rem  finds populations of 3-C, 4-G, 4-H, and 4-I at the end of "year one"
rem  "population" means 2-A, while C3 and G4 refer to 3-C and 4-G, etc
countit = 0
original = 5.49450549*10^16
rem          5.49450549*10^16  2-A per saturation cycle of 1-A
population =  0
C3 = 0       
G4 = 0
H4 = 0
I4 = 0               
[start]
population = population + original
population = population * 1.01
C3 = C3 + (population/(1.96 * 10^14))   
C3 = C3 * 1.02
G4 = G4 + (C3/(1.82 * 10^12)) 
G4 = G4 * 1.03
H4 = H4 + (C3/(1.82 * 10^12))
H4 = H4 * 1.02
I4 = I4 + (C3/(1.96 * 10^14))
I4 = I4 * 1.03
countit = countit + 1                           
IF countit = 1000 then [end]                 
GOTO [start]     
[end]     
print C3
print G4
print H4
print I4                 
end

answers:
5.86530715*10e14   (3-C)
1.98624949*10e8   or about 1.99*10e8  4-G
279111.597            or about 2.79*10e5  4-H
1844374.53              or about 1.84*10e6   4-I

Main Pages

Links

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