NumericalDifferentialEquationAnalysis`
NumericalDifferentialEquationAnalysis`
Explicit
is a setting for the option RungeKuttaMethod specifying the type of Runge–Kutta method to be generated.
Details and Options
- To use Explicit, you first need to load the Numerical Differential Equation Analysis Package using Needs["NumericalDifferentialEquationAnalysis`"].
- An explicit method is one where the matrix ai,j is strictly lower triangular, and at each time step only previously known values are needed.