Integreat`RK`
Integreat`RK`
RK
RK["name"]
retrieves the method named name from the catalog.
RK[s]
constructs a generic s-stage Runge–Kutta method.
RK[A,b,c]
constructs a Runge–Kutta method with coefficients A, b, and c.
RK[A,b]
constructs a Runge–Kutta method with c coefficients that are the row sum of A.
RK[A]
constructs a stiffly accurate Runge–Kutta method.
RK[A,b,c,bHat]
constructs an embedded Runge–Kutta pair.
RK[rk,bHat]
adds embedded coefficients bHat to rk.
Examples
Tech Notes
▪