Midpoint method: Difference between revisions

Content deleted Content added
No edit summary
Line 23:
[[File:Numerical integration illustration step=0.25.svg|right|thumb|The same illustration for <math>h=0.25.</math> It is seen that the midpoint method converges faster than the Euler method.]]
 
The midpoint method is a refinement of the [[Euler's method]]
:<math> y_{n+1} = y_n + hf(t_n,y_n),\, </math>
and is derived in a similar manner.