ode_euler_test


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

Related Data and Programs:

ode_euler, a MATLAB code which interactively applies the Euler 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 25 July 2019.