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