Backward Euler method: Difference between revisions

Content deleted Content added
No edit summary
m Do general fixes and cleanup. - using AWB (11971)
Line 14:
:<math> y_{k+1}^{[0]} = y_k, \quad y_{k+1}^{[i+1]} = y_k + h f(t_{k+1}, y_{k+1}^{[i]}). </math>
If this sequence converges (within a given tolerance), then the method takes its limit as the new approximation
<math> y_{k+1} </math>. <ref>{{harvnb|Butcher|2003|p=57}}</ref>
 
Alternatively, one can use (some modification of) the [[Newton's method|Newton–Raphson method]] to solve the algebraic equation.
Line 64:
[[Category:Numerical differential equations]]
[[Category:Runge–Kutta methods]]
 
: <math> \int__{t_n}^{t_{n+1}} \,