Prev: Ordinary differential equations system: runge-kutta with adaptive step
Next: Ordinary differential equations system: runge-kutta with adaptive step
From: none on 25 Jul 2010 12:48 On Sun, 25 Jul 2010 09:25:44 -0700, Allamarein wrote: > Where can I find a code to solve ODEs with runge-kutta method and > adaptive step? www.netlib.org There are serebarl RUnge Kutta solvers. Or try a search for either of the following Runge Kutta rk23 Runge Kutta rk45 and of course there are textbooks. Most good numerical methods textbooks will include the essential theory plus a simple code, alays a good starting point before being exposed to the more comprehensive coding appraoch found in the rk23/rk45 families. |