Class SunGeng5¶
Defined in File SunGeng5.m
Class Documentation¶
-
class SunGeng5 : public Indigo.RungeKutta¶
-
Class container for Sun Geng’s method.
Public Functions
-
function SunGeng5()¶
-
Sun Geng’s method.
\[\begin{split} \begin{array}{c|ccc} \frac{4 - \sqrt{6}}{10} & \frac{16 - \sqrt{6}}{72} & \frac{328 - 169 \sqrt{6}}{1800} & \frac{-2 + 3 \sqrt{6}}{450} \\ \frac{4 + \sqrt{6}}{10} & \frac{328 + 167 \sqrt{6}}{1800} & \frac{16 + \sqrt{6}}{72} & \frac{-2 + 3 \sqrt{6}}{450} \\ 1 & \frac{85 - 10 \sqrt{6}}{180} & \frac{85 + 10 \sqrt{6}}{180} & \frac{1}{18} \\ \hline & \frac{16-\sqrt{6}}{36} & \frac{16+\sqrt{6}}{36} & \frac{1}{9} \\ \end{array} \end{split}\]
-
function SunGeng5()¶