Note
Backward Euler
Topics: Numerical Methods
The Backward Euler method is a numerical technique for approximating solutions of ordinary differential equations.
For the ODE problem with initial condition , Backward Euler advances the numerical simulation from to as
The above formula can be used to compute a running integral from data.
Backward Euler is an implicit method. This is because the derivative is evaluated at a new unknown point . Therefore, every step usually requires solving an algebraic equation.
References
Backlinks
Notes that reference this page.
Connections
Direct relationships to this note.