Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

If you can write the system of ODEs, you can simulate it with any of Sage's numerical integrators. My favorite is desolve_odeint. You can then use point3d (http://ask.sagemath.org/question/547/plot-a-list-of-3d-data) to plot the points.

Hope that helps!