midpoint_fixed_test, an R code which calls midpoint_fixed(), which solves one or more ordinary differential equations (ODE) using the (implicit) midpoint method, solving the implicit equation using a fixed point iteration.
The computer code and data files made available on this web page are distributed under the MIT license
midpoint_fixed, an R code which solves one or more ordinary differential equations (ODE) using the (implicit) midpoint method, solving the implicit equation using a fixed point iteration.