NumericalDifferentialEquationAnalysis`
NumericalDifferentialEquationAnalysis`
ButcherRowConditions
ButcherRowConditions[p,s]
gives the row-simplifying conditions up to and including order p for s stages.
gives the row-simplifying conditions in stage-independent tensor notation.
Details and Options
- To use ButcherRowConditions, you first need to load the Numerical Differential Equation Analysis Package using Needs["NumericalDifferentialEquationAnalysis`"].
- The following option can be given:
-
RungeKuttaMethod $RungeKuttaMethod type of Runge–Kutta method - Valid settings for RungeKuttaMethod are DiagonallyImplicit, Explicit, and Implicit.