ode_rk4_test


ode_rk4_test, an Octave code which calls ode_rk4(), which interactively applies a fourth-order Runge-Kutta method to estimate the solution of an ordinary differential equation y'=f(x,y), over the interval [a,b], with initial condition y(a)=ya, using n steps.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

ode_rk4, an Octave code which interactively applies a fourth order Runge-Kutta method to estimate the solution of an ordinary differential equation y'=f(x,y), over the interval [a,b], with initial condition y(a)=ya, using n steps.

Source Code:


Last revised on 09 August 2024.