stiff_exact_test


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

Licensing:

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

Related Data and Programs:

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).

Source Code:


Last revised on 23 June 2025.