| Author |
Comment/Response |
Tony
|
09/26/05 11:32am
I would like to make a plot of two numerical solutions of two different ordinary differential equations (found by using NDSolve), one as a function of the other (both solutions are functions of time).
I think I should use a combination of Evaluate and ParametricPlot.
The problem is that if i use:
ParametricPlot[{Evaluate[f[t] /. Eq1, Evaluate[g[t] /. Eq2}, {t,0,1}]
it does not work, sigh.
Can you help me?
URL: , |
|