Content deleted Content added
clean up using AWB |
|||
Line 1:
'''Explicit and implicit methods''' are approaches used in [[numerical analysis]] for obtaining numerical solutions of time-dependent [[ordinary differential equation|ordinary]] and [[partial differential equation
: <math>Y(t+\Delta t) = F(Y(t))\,</math>
while for an implicit method one solves an equation
Line 7:
to find <math>Y(t+\Delta t).</math>
It is clear that implicit methods require an extra computation (solving the above equation), and they can be much harder to implement. Implicit methods are used because many problems arising in real life are [[
==Illustration using the forward and backward Euler methods==
Line 33:
: <math>y_{k+1}=\frac{-1+\sqrt{1+4\Delta t y_k}}{2 \Delta t}. \quad \quad (4)</math>
In the vast majority of cases, the equation to be solved when using an implicit scheme is much more complicated than a quadratic equation, and no exact solution exists. Then one uses [[root-finding algorithm
==See also==
* [[Courant–Friedrichs–Lewy condition]]
{{DEFAULTSORT:Explicit And Implicit Methods}}
[[Category:Numerical differential equations]]
|