Integreat`RK`
Integreat`RK`
RKCompose
RKCompose[{{rk1,w1},{rk2,w2},…}]
composes rk1, rk2, … with steps sizes scaled by w1, w2, …, respectively.
RKCompose[{rk1,rk2,…}]
creates a Runge–Kutta method from a step of rk1, rk2, … in sequence.
rk1[rk2]
composes a step of rk1 with a step of rk2.
rk^p
composes p steps of rk with step size h/p.
Examples
open allclose allTech Notes
▪