| Author |
Comment/Response |
Matthew
|
05/12/08 4:22pm
Hi,
I have a lotka-volterra equations for 2-species as a model, i.e.
m'[t] == am m[t] - bm m[t]^2 + cmn m[t] n[t]
n'[t] == an n[t] - bn n[t]^2 + cnm n[t] m[t]
m[0] == mo
n[0] == no
where am,bm,cmn,an,bn,cnm are coefficients. Now I have real data for (m[t],n[t]). How do I retrieve the coefficients of my model from these data using Mathematica?
Appreciate very much the inputs.
Thanks.
URL: , |
|