Class DormandPrince54¶
Defined in File DormandPrince54.m
Class Documentation¶
-
class DormandPrince54 : public Indigo.RungeKutta¶
-
Class container for Dormand-Prince 5(4) method.
Public Functions
-
function DormandPrince54()¶
-
Dormand-Prince 5(4) method.
\[\begin{split} \begin{array}{c|cccccc} 0 & 0 & 0 & 0 & 0 & 0 & 0 & 0 \\ 1/5 & 1/5 & 0 & 0 & 0 & 0 & 0 & 0 \\ 3/10 & 3/40 & 9/40 & 0 & 0 & 0 & 0 & 0 \\ 4/5 & 44/45 & -56/15 & 32/9 & 0 & 0 & 0 & 0 \\ 8/9 & 19372/6561 & -25360/2187 & 64448/6561 & -212/729 & 0 & 0 & 0 \\ 1 & 9017/3168 & -355/33 & 46732/5247 & 49/176 & -5103/18656 & 0 & 0 \\ 1 & 35/384 & 0 & 500/1113 & 125/192 & -2187/6784 & 11/84 & 0 \\ \hline & 35/384 & 0 & 500/1113 & 125/192 & -2187/6784 & 11/84 & 0 \\ & 5179/57600 & 0 & 7571/16695 & 393/640 & -92097/339200 & 187/2100 & 1/40 \\ \end{array} \end{split}\]
-
function DormandPrince54()¶