stetter_ode


stetter_ode, a Python 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:

python_ode, Python codes which sets up various systems of ordinary differential equations (ODE).

Source Code:


Last revised on 12 June 2021.