Software tutorial/Integration of ODEs

From Process Model Formulation and Solution: 3E4
< Software tutorial
Revision as of 13:03, 15 November 2010 by Kevindunn (talk | contribs) (Created page with "ODE's in Python: * ideint: initial value problems (wraps lsoda from Fortran's ODEPACK) * scipy.integrate.ode; wraps several Fortran solvers, e.g. <tt>scipy.integrate.romberg</tt>...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

ODE's in Python:

  • ideint: initial value problems (wraps lsoda from Fortran's ODEPACK)
  • scipy.integrate.ode; wraps several Fortran solvers, e.g. scipy.integrate.romberg
MATLAB Python