Question: Trying to plot a differential equation system using animate

Hi

I am trying to do an animate plot of the Lorenz System, so that it appears as time progresses.

I have solved the equations numerically using rkf45 (using a code i found somewhere else, not taking credit for that! This is the code i used to solve it http://people.oregonstate.edu/~peterseb/mth480/docs/lorenz.pdf) and now i wish to plot the solution evolving over time using animate.

 

So far ive got to

animate(odeplot,LS1,t=0..55,frames=100)

but that doesnt seem to work, im not even sure what its doing!

Any ideas welcome

Regards

Sam

Please Wait...