Euler’s Method for ODE’s
Euler’s method involves a simple linear extrapolation to proceed from point to point with the ODE providing the slope
Grid ti = t0 + h*i and X0 = Initial Value
Xi+1 = Xi + h * f(ti,Xi)
In practice not used as not accurate enough
Previous slide
Next slide
Back to first slide
View graphic version