Integreat`RK`
Integreat`RK`

RKBHat

RKBHat[rk]

gives the embedded coefficients of an embedded RungeKutta pair rk.

Details and Options

  • Embedded coefficients are used for error estimation and time step adaptivity.
  • Typically, embedded coefficients produce a solution one order lower than the primary solution.

Examples

open allclose all

Basic Examples  (1)

Get the embedded coefficients of an embedded RungeKutta pair:

Properties & Relations  (1)

The embedded method can also be accessed with RKB:

Possible Issues  (1)

RKBHat will remain unevaluated for RungeKutta methods without an embedded method:

Tech Notes
  • RungeKutta Methods