NumericalDifferentialEquationAnalysis`
NumericalDifferentialEquationAnalysis`
Implicit
is a setting for the option RungeKuttaMethod specifying the type of Runge–Kutta method to be generated.
Details and Options
- To use Implicit, you first need to load the Numerical Differential Equation Analysis Package using Needs["NumericalDifferentialEquationAnalysis`"].
- An implicit method is one where the matrix is not strictly lower triangular, and requires the solution of a generally nonlinear system of equations for each time step. See the tutorial "Numerical Differential Equation Analysis Package" for more information.