Integreat`RK`
Integreat`RK`
RKErrorA
RKErrorA[rk]
computes the 2-norm of the principal error residuals of rk.
RKErrorA[rk,p]
computes the 2-norm of the order p residuals.
Details and Options
- RKErrorA[rk,p] computes , where is a vector of the order condition residuals of order .
- The accuracy of Runge–Kutta methods of the same order can be compared with RKErrorA.
- RKErrorA[rk] is equivalent to RKErrorA[rk,RKOrder[rk]+1].
- 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 (1)
Options (3)
Applications (2)
Properties & Relations (1)
RKErrorA is the 2-norm of the residuals from RKOrderConditions:
Tech Notes
▪