Integreat`RK`
Integreat`RK`

RKTranspose

RKTranspose[rk]

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

Details and Options

  • The coefficients of a transposed RungeKutta method are , , and for .
  • The transpose of a RungeKutta method is also known as the discrete adjoint method.

Examples

Basic Examples  (1)

Transpose the classical fourth order RungeKutta method:

Tech Notes
  • RungeKutta Methods