|
Description:The sales model shows the operation of sales and money in a simple system. In the model, products (Q) accumulate from a process which produces J units per time. These products are sold to the market, and money is received in exchange. The money received is stored in a bank acount (M), and then paid out in proportion to the amount in the account. Examples: |
![]() |
Variables:M = moneyQ = products P = price Equations:P = K4/QDM = P*K2*Q - K3*M DQ = J - K2*Q - K1*Q Simulation:The graph shows the changes of M(blue), P(green) and Q(red) over a time period.Source code: Sales.java |
|
"What if" Experiments: |