Content deleted Content added
Line 40:
Euler's method can be viewed as an explicit multistep method for the degenerate case of one step.
This method, applied with step size <math> h = \tfrac12 </math> on the problem <math> y' =
: <math> \begin{align}
y_1 &= y_0 + hf(t_0, y_0) = 1 + \tfrac12\cdot1 = 1.5, \\
|