stiff_ode, a Fortran90 code which sets up an ordinary differential equation (ODE) y'=lambda*(cos(t)-y), which exhibits stiffness, making accurate solution difficult.
The information on this web page is distributed under the MIT license.
stiff_ode is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version and an R version.
f90_ode, a Fortran90 code which sets up various systems of ordinary differential equations (ODE).