unstable_ode, a MATLAB code which sets up and solves an unstable ordinary differential equation (ODE) which the backward Euler method incorrectly drives to zero.
The information on this web page is distributed under the MIT license.
unstable_ode is available in a MATLAB version and an Octave version and a Python version.
This example, which demonstrates that the "stability" of the backward Euler method can sometimes completely destroy the correct solution, was thought up and implemented by Catalin Trenchea, to make a point.
matlab_ode, a MATLAB code which sets up various ordinary differential equations (ODE).