midpoint_test


midpoint_test, an R code which calls midpoint(), which solves one or more ordinary differential equations (ODE) using the (implicit) midpoint method, solving the implicit equation using fsolve() from the pracma library of Hans Borchers.

Licensing:

The computer code and data files made available on this web page are distributed under the MIT license

Related Data and Programs:

midpoint, an R code which solves one or more ordinary differential equations (ODE) using the (implicit) midpoint method, solving the implicit equation using fsolve() from the pracma library of Hans Borchers.

Source Code:


Last revised on 28 April 2021.