Integreat`RK`
Integreat`RK`

RKExtrapolate

RKExtrapolate[rk,steps]

creates a new RungeKutta method which is rk extrapolated using the step sequence steps.

RKExtrapolate[rk,steps,j]

extrapolates assuming rk has an asymptotic error expansion involving only powers of .

Details and Options

  • RKExtrapolate[rk,steps] is equivalent to RKExtrapolate[rk,steps,1].
  • Symmetric RungeKutta methods can be extrapolated with j=2.
  • The order of the RungeKutta method produced by RKExtrapolate[rk,steps,j] is j*Length[steps].

Examples

open allclose all

Basic Examples  (1)

Extrapolating a symmetric second order method to order six:

Possible Issues  (1)

Step numbers must be distinct:

Tech Notes
RungeKutta Methods