Midpoint Method, ODE2
Update: 2016-05-03
Description
ODE2 implements a midpoint method with two function evaluations per step. This method is twice as accurate as Euler's method. A nonlinear equation defining the sine function provides an example. An exercise involves implementing a trapezoid method.
Comments
In Channel