trapezoidal_test


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.

Licensing:

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

Related Data and Programs:

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.

Source Code:


Last revised on 26 April 2021.