Previous Up Next

19.9.2  Interactive plotting of solutions of a differential equation

The interactive_plotode or interactive_odeplot command draws interactive tangent fields of differential equations.

Example

interactive_plotode(sin(t/y),[t,y])

Solutions of the differential equation can be plotted by clicking on an initial point in the graphic screen (see Section 19.1.1).


Previous Up Next