Integreat`RK`
Integreat`RK`
RKIStable
RKIStable[rk]
returns an algebraic condition equivalent to rk being stable on the imaginary axis.
Details and Options
- A Runge–Kutta method is I-stable if for all , where is the linear stability function.
- RKIStable returns True or False if rk does not contain free variables. Otherwise, it will return an (in)equality dependent on the free variables.
- The following options can be given:
-
Embedded False whether to use the embedded coefficients Stage None treat a stage as the solution DenseOutput False how to evaluate dense output
Examples
open allclose allBasic Examples (2)
Tech Notes
▪