A member of the Runge-Kutta method family, where:
We then define interactive solutions using
where
- is the step size, chosen at the beginning
Search
A member of the Runge-Kutta method family, where:
y˙y0=f(t,y):=y(t0)We then define interactive solutions using
tn+1yn+1=tn+h=yn+6h(k1+2k2+2k3+k4)where