A-14

Appendix

A Preliminary Investigation into
An Evolutionary Boundary

Figuring the first "year's" population of 3-G (and 2-C)

One in 1.96*10e14 divisions of A-1 organisms will produce a 2-C organism.
5.10204082*10e14  2-C will be produced per
saturation cycle.
One in 1.82*10e12 is the number of 3-G generated by 2-C organisms

rem finds populations of 3-G and 2-C at the end of "year one"
countit = 0
original = 5.10204082*10^14
G3 = 0                   
population =  0
[start]
population = population + original
population = population * 1.01
G3 = G3 + (population/(1.82*10^12))
G3 = G3 * 1.02     
countit = countit + 1                           
IF countit = 1000 then [end]                 
GOTO [start]                                                             
[end]
print population
print G3
end

answer:
1.07998659e21   or about 1.08*10e21  2-C at end of "year one"
5.86530716e14   or about 5.87*10e14 
3-G   "     "    "    "       "

Main Pages

Links

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