Posts: 1,278
Threads: 44
Joined: Jul 2007
You can do it in the geometry at the moment, but that is the only way.
TW
Posts: 764
Threads: 118
Joined: Aug 2007
In the Geometry app:
1. Press the Symb button (Symbolic View)
2. Select New (third soft key)
3. Call the plotode key (Toolbox, CAS, 7. Plot, 5. ODE or plotode)
4. Press the Plot key to plot it.
Syntax:
plotode( f(x,y) , [x,y], [x0, y0])
y'=f(x,y)
x = independent variable
y = dependent variable
x0 and y0 are initial conditions.