ryan_n wrote: > Thanks everyone for all of your help and advice! > > I just showed my boss how I used ode_solver/sage/python to model and > fit some tricky chemical kinetics data, and needless to say, she was > very impressed. > > I'm thinking this ode_solver function will be quite useful for our lab > in general. If I play my cards right, I may be able to convince her to > set up a dedicated Sage/Linux box in the lab for this purpose.
You can use scipy to numerically solve differential equations. See: http://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.odeint.html#scipy.integrate.odeint http://docs.scipy.org/doc/scipy/reference/generated/scipy.integrate.ode.html#scipy.integrate.ode And here are a few worksheets where I've used them: http://www.sagenb.org/home/pub/42/ http://www.sagenb.org/home/pub/106/ http://www.sagenb.org/home/pub/1190/ Thanks, Jason -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
