stetter_ode


stetter_ode, a MATLAB code which sets up and solves an ordinary differential equation (ODE) for which a specific time step sequence causes the implicit trapezoidal method to be unstable, while the implicit midpoint method will be stable. The right hand side function f(t,y) is periodic, discontinuous, and piecewise linear.

Licensing:

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

Languages:

stetter_ode is available in a MATLAB version and an Octave version and a Python version.

Reference:

Related Data and codes:

stetter_ode_test

matlab_ode, MATLAB codes which set up various ordinary differential equations (ODE).

Source Code:


Last revised on 05 March 2021.