|
Description:In an ecological system we have producers and consumers. Production is proportional to the incoming resources which are varied through four seasons and then repeated the next year. Consumption is proportional to the product storage. The balance between gross production and consumption is called net production. Examples: |
![]() |
Variables:S = Energy sourceP = Gross production C = Consumption Q = Storage K1, K2 = production and consumption factors Equations:P = K1*SC = K2*Q DQ = P - C S = 200'000, 350'000, 450'000, 350'000 (varies with the 4 seasons) Simulation:The graph shows the changes of S, P, P-C and Q over 8 years.Source code: Netprod.java |
|
"What if" Experiments: |