10-27-2013, 07:33 PM
10-27-2013, 07:40 PM
You can do it in the geometry at the moment, but that is the only way.
TW
10-28-2013, 11:46 PM
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.