Integreat`RK`
Integreat`RK`
RKAStable
RKAStable[rk]
returns an algebraic condition equivalent to rk being stable in the left half-plane.
Details and Options
- A Runge–Kutta method is I-stable if 
 for all 
, where 
 is the linear stability function. - RKAStable returns True or False if the coefficients of rk are NumericQ. If the coefficients contain free variables, RKAStable may return an expression 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
▪