Class CashKarp45¶
Defined in File CashKarp45.m
Class Documentation¶
-
class CashKarp45 : public Indigo.RungeKutta¶
-
Class container for Cash-Karp 4(5) method.
Public Functions
-
function CashKarp45()¶
-
Cash-Karp 4(5) method.
\[\begin{split} \begin{array}{c|ccccc} 0 & 0 & 0 & 0 & 0 & 0 & 0 \\ 1/5 & 1/5 & 0 & 0 & 0 & 0 & 0 \\ 3/10 & 3/40 & 9/40 & 0 & 0 & 0 & 0 \\ 3/5 & 3/10 & -9/10 & 6/5 & 0 & 0 & 0 \\ 1 & -11/54 & 5/2 & -70/27 & 35/27 & 0 & 0 \\ 7/8 & 1631/55296 & 175/512 & 575/13824 & 44275/110592 & 253/4096 & 0 \\ \hline & 37/378 & 0 & 250/621 & 125/594 & 0 & 512/1771 \\ & 2825/27648 & 0 & 18575/48384 & 13525/55296 & 277/14336 & 1/4 \\ \end{array} \end{split}\]
-
function CashKarp45()¶