[SciPy-User] Can scipy.integrate.ode/odeint use the DOPRI integrator?
Warren Weckesser
warren.weckesser at enthought.com
Wed Mar 9 01:06:06 EST 2011
On Tue, Mar 8, 2011 at 11:15 PM, Ben Whale <ben.whale at otago.ac.nz> wrote:
> A friend mentioned that sci.integrate supported DOPRI, but I can't seem
> to find any documentation. Can anyone confirm if this is true?
>
>
Yes, it is true; the class scipy.integrate.ode includes the solves 'dopri5'
and dop853'. An example is attached.
The best documentation for ode appears to be here:
http://docs.scipy.org/scipy/docs/scipy.integrate.ode.ode/#ode
Warren
Thanks in advance,
> Ben
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20110309/4c3d0a54/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: lorenz_dopri_demo.py
Type: application/octet-stream
Size: 845 bytes
Desc: not available
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20110309/4c3d0a54/attachment.obj>
More information about the SciPy-User
mailing list