| Author |
Comment/Response |
Jennifer Luc
|
02/25/10 7:58pm
I have Mathematica 7.0 and when I put in
Soln1 = NDSolve[{n'[t] ==
r * n[t] * (1 - ( n[t] / K ))*(( n[t]/ nc ) - 1), n[0] == 10},
n, {t, 0, 100}]
I get:
NDSolve::deqn : Equation or list of equations expected instead of True in the first argument{n'[t] == 0.05 (1 - (n[t]/100))(-1 + (n[t]/20))n[t], True}.
I can't figure out why it's doing that.
Thanks!!
URL: , |
|