| Author |
Comment/Response |
Mihaela
|
04/05/02 8:52pm
Hi,
I solved numerically (with NDSolve) a system of non-linear differential equations.
I am able to plot the functions with
Plot[{Evaluate[yy[t] /. sol]}, {t, 0, 150}]
but I need to get the value of the function at a certain poin (i.e x=yy[100]).
It seems like a simple problem, but I just can't get it to work.
Could you please give me a suggestion?
Thanks,
Mihaela
URL: , |
|