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 information on this web page is 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, a MATLAB code which sets up various ordinary differential equations (ODE).

Source Code:


Last revised on 05 March 2021.