trapezoidal_test, an R code which calls trapezoidal(), which implements the (implicit) trapezoidal method for solving an ordinary differential equation (ODE), using fsolve() to handle the implicit equation, extracted from the pracma library of Hans Borchers.
The computer code and data files made available on this web page are distributed under the MIT license
trapezoidal, an R code which implements the (implicit) trapezoidal method for solving an ordinary differential equation (ODE), using fsolve() to handle the implicit equation, extracted from the pracma library of Hans Borchers.