quadex_ode_test


quadex_ode_test, a MATLAB code which calls quadex_ode(), which solves a stiff ordinary differential equation (ODE) whose exact solution is a parabola, but for which errors grow exponentially.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and Programs:

quadex_ode, a MATLAB code which solves a stiff ordinary differential equation (ODE) whose exact solution is a parabola, but for which errors grow exponentially.

Source Code:

quadex_euler used euler() to solve the problem.

quadex_backward_euler used backward_euler() to solve the problem.


Last revised on 19 October 2020.