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.
GaussianQuadratureError[n, f, a, b] gives the leading term in the error of the elementary n-point Gaussian quadrature formula for the function f on an interval from a to ...
GaussianQuadratureWeights[n, a, b] gives a list of the n pairs {x_i, w_i} of the elementary n-point Gaussian formula for quadrature on the interval a to b, where w_i is the ...
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.
NewtonCotesError[n, f, a, b] gives the error in the elementary n-point Newton-Cotes quadrature formula for the function f on an interval from a to b.
NewtonCotesWeights[n, a, b] gives a list of the n pairs {x_i, w_i} of the elementary n-point Newton-Cotes formula for quadrature on the interval a to b, where w_i is the ...
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.