How do I plot differential equations on the Prime? I'm not seeing this in the manual.
plotting diff eq's
|
|
« Next Oldest | Next Newest »
|
▼ ▼
Post: #5
10-27-2013, 07:40 PM
You can do it in the geometry at the moment, but that is the only way. TW
Post: #6
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.
plotode( f(x,y) , [x,y], [x0, y0]) y'=f(x,y) x = independent variable y = dependent variable x0 and y0 are initial conditions. |