Integreat`RK`
Integreat`RK`
RKLinearStability
RKLinearStability[rk, z]
evaluates the linear stability function of rk at z.
Details and Options
- The linear stability function of a Runge–Kutta method is
, where
is a vector of
's.
- When a Runge–Kutta method is applied to the Dahlquist test problem,
, the solution is
, where
.
- If z is a DirectedInfinity, then RKLinearStability[rk,z] evaluates the stability function in the limit. This is useful for checking L-stability.
- 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 - RKLinearStability[rk,z,StageAll] gives the internal stability function of rk:
.
Examples
open allclose allTech Notes
▪