stiff_ode


stiff_ode, a C++ code which sets up an ordinary differential equation (ODE) y'=lambda*(cos(t)-y), which exhibits stiffness, making accurate solution difficult.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

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.

Related Data and codes:

stiff_ode_test

cpp_ode, a C++ code which sets up various systems of ordinary differential equations (ODE).

stiff_exact, a C++ code which returns an exact solution y(t) to a stiff ordinary differential equation (ODE) of the form y' = lambda * ( cos(t-t0) - y).

Reference:

Source Code:


Last revised on 29 April 2020.