ode_midpoint_system_test


ode_midpoint_system_test, a MATLAB code which calls ode_midpoint_system(), which interactively applies the midpoint method to estimate the solution of a system of 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_midpoint_system, a MATLAB code which interactively applies the midpoint method to estimate the solution of a system of 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 20 September 2019.