First Order Ordinary Differential Equations
Prof. Richard B. Goldstein

problem : solve y' = f(t, y) given initial point: y(t0) = y0
estimate: w1 ~ y(t0 + h), w2 ~ y(t0 + 2h), ..., wn ~ y(t0 + nh)

help    e-mail

Function (Javascript syntax)
y' = f(t, y) =
t0
y0 = y(t0)
decimal places
Euler
h
n
Corrected Euler
h
n
Runge-Kutta
h
n

Return to Numerical Analysis