ode_midpoint_test, a MATLAB code which calls ode_midpoint(), which interactively applies the midpoint 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.
The information on this web page is distributed under the MIT license.
ode_midpoint, a MATLAB code which interactively applies the midpoint 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.