First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered 11 years ago

jaia gravatar image

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!