NumericalDifferentialEquationAnalysis`
NumericalDifferentialEquationAnalysis`
RungeKuttaMethod
is an option to ButcherPhi and related functions that specifies the type of method to be generated.
Details and Options
- To use RungeKuttaMethod, you first need to load the Numerical Differential Equation Analysis Package using Needs["NumericalDifferentialEquationAnalysis`"].
- Valid settings are Explicit, DiagonallyImplicit, and Implicit.