|
|
|||
|
|
| Equation Trekker Package Symbol | Tutorials »|See Also »|More About » |
| EquationTrekker[eqn, x, {t, tmin, tmax}] opens a graphical interface for specifying initial conditions and plotting the resulting numerical solution to the first or second order ordinary differential equation eqn for the function x with the independent variable t in the range tmin to tmax. |
| EquationTrekker[eqns, {x, y}, {t, tmin, tmax}] opens a graphical interface for specifying initial conditions and plotting the resulting numerical solution to the system of two first order ordinary differential equations eqns for the functions x and y. |
| EquationTrekker[state] reopens a graphical interface with the treks saved in the EquationTrekkerState object state. |
| ImageSize | {400,400} | absolute size of EquationTrekker window | |
| PlotRange | {Automatic,{-1,1}} | range of values to include | |
| TrekParameters | {} | list of parameters and parameter ranges | |
| TrekGenerator | DifferentialEquationTrek | method used to generate treks |
Needs["EquationTrekker`"] This is a simple example demonstrating how EquationTrekker operates:
A window similar to the one below will appear (but with an empty canvas). Click the canvas to add treks: |
| © 2013 Wolfram Research, Inc. |