ode_euler_system_test, a MATLAB code which calls ode_euler_system(), which interactively applies the Euler 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.
The computer code and data files made available on this web page are distributed under the GNU LGPL license.
ode_euler_system, a MATLAB code which interactively applies the Euler 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.