trapezoidal_fixed_test, an R code which calls trapezoidal(), which uses the (implicit) trapezoidal method to solve a system of ordinary differential equations (ODE), using a fixed point method for the implicit equation.
The computer code and data files made available on this web page are distributed under the MIT license
trapezoidal_fixed, an R code which uses the (implicit) trapezoidal method to solve a system of ordinary differential equations (ODE), using a fixed point method for the implicit equation.