ButcherTreeCount[p] gives a list of the number of trees through order p.
ButcherTreeQ
(Numerical Differential Equation Analysis Package Symbol) ButcherTreeQ[tree] gives True if tree is a valid Butcher tree, and False otherwise.
ButcherTrees
(Numerical Differential Equation Analysis Package Symbol) ButcherTrees[p] gives a list, partitioned by order, of the trees for any Runge\[Dash]Kutta method of order p.
ButcherWidth
(Numerical Differential Equation Analysis Package Symbol) ButcherWidth[tree] gives the width of tree.
ContinuousExtension is an option to RungeKuttaOrderConditions and related functions that specifies whether to generate order conditions for continuous extensions of ...
DiagonallyImplicit is a setting for the option RungeKuttaMethod specifying the type of Runge\[Dash]Kutta method to be generated.
Explicit
(Numerical Differential Equation Analysis Package Symbol) Explicit is a setting for the option RungeKuttaMethod specifying the type of Runge\[Dash]Kutta method to be generated.
Implicit
(Numerical Differential Equation Analysis Package Symbol) Implicit is a setting for the option RungeKuttaMethod specifying the type of Runge\[Dash]Kutta method to be generated.
QuadratureType
(Numerical Differential Equation Analysis Package Symbol) QuadratureType is an option to NewtonCotesWeights and NewtonCotesError that specifies whether the endpoints are to be included as abscissas.
RungeKuttaMethod is an option to ButcherPhi and related functions that specifies the type of method to be generated.