Class Merson34

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class Merson34 : public Indigo.RungeKutta

Class container for Merson’s 4(5) method.

Public Functions

function Merson34()

Merson’s 3(4) method.

\[\begin{split} \begin{array}{c|ccccc} 0 & 0 & 0 & 0 & 0 & 0 \\ 1/3 & 1/3 & 0 & 0 & 0 & 0 \\ 1/3 & 1/6 & 1/6 & 0 & 0 & 0 \\ 1/2 & 1/8 & 0 & 3/8 & 0 & 0 \\ 1 & 1/2 & 0 & -3/2 & 2 & 0 \\ \hline & 1/6 & 0 & 2/3 & 1/6 & 0 \\ & 1/10 & 0 & 3/10 & 2/5 & 1/5 \\ \end{array} \end{split}\]
function error_estimate(x1, x2)