Description Usage Arguments Details Value Author(s) Examples
Displays a phase plane of two variables and their phase portraits against t
1 |
DE |
A function object containing the differential equation to be solved. |
xlim |
The boundaries of the x axis in the phase plane. |
ylim |
The boundaries of the y axis in the phase plane. |
Sliders control the initial conditions of both variables. The trajectory picker allows the user to edit a new trajectory, saving the previous one to compare against. The trajectory duration and go back in time sliders control the duration of the time the system is allowed to run for, forwards and backwards in time. Show Nullclines checkbox displays the nullclines as transparent polygons on the phase plane. Revise DE allows the user to edit the differential equation for one trajectory at a time. If the DEs are different, the plot flow picker allows the user to display the arrow field of the desired trajectory. The Jacobian picker prints the Jacobian matrix and its eigenvalues at the initial point, at the end of the duration, or at the beginning of the duration. The parameter sliders are currently nonfunctional.
A function that implements and displays the current state of the variables in the DE at many points in time.
Andrew Rich (andrew.joseph.rich@gmail.com) and Daniel Kaplan (kaplan@macalester.edu)
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.