Backward Euler method: Difference between revisions

Content deleted Content added
Description: correct mistake noted on talk page
m fixed plural
Line 1:
In [[numerical analysis]] and [[scientific computing]], the '''backward Euler method''' (or '''implicit Euler method''') is one of the most basic [[numerical methods for ordinary differential equations|numerical methodmethods for the solution of ordinary differential equations]]. It is similar to the (standard) [[Euler method]], but differs in that it is an [[explicit and implicit methods|implicit method]]. The backward Euler method has order one and is [[A-stability|A-stable]].
 
== Description ==