Prev: Ordinary differential equations system: runge-kutta with adaptive step
Next: This implicit statement is not positioned correctly within the scope unit
From: Allamarein on 25 Jul 2010 12:54 On 25 Lug, 18:48, none <n...(a)none.net> wrote: > 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. My browser cannot open netlib now. Anyway can you post the exact link with code interesting me? |