1 | initial version |
i make it! using desolve_system_rk4[w1,w2,aw1,aw2],[s1,s2,w1,w2],ics=[0,0.5,0,0.0,0.5],ivar=t,step=0.01,end_points=20)
I compared these results with the results from a maple worksheet that i downloaded from internet and they match very well. The Sage's speed is very good
But i would like to learn how to use odeint from scipy and ode_solver from gsl to solve this system :S
I just started to using Sage 3 days ago and i love it. Thanks!