Class Ralston3

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class Ralston3 : public Indigo.RungeKutta

Class container for Ralston’s method.

Public Functions

function Ralston3()

Ralston’s method.

\[\begin{split} \begin{array}{c|ccc} 0 & 0 & 0 & 0 \\ 1/2 & 1/2 & 0 & 0 \\ 3/4 & 0 & 3/4 & 0 \\ \hline & 2/9 & 1/3 & 4/9 \end{array} \end{split}\]