Integreat`RK`
Integreat`RK`

RKReflection

RKReflection[rk]

returns a new RungeKutta method which is the reflection of rk.

Details and Options

  • A reflected RungeKutta method results from the substitutions , , and . Its coefficients are , , and for .
  • The reflection of a RungeKutta method is commonly called the adjoint method.

Examples

Basic Examples  (1)

Reflect the classical fourth order RungeKutta method:

Tech Notes
  • RungeKutta Methods