Explicit and implicit methods: Difference between revisions

Content deleted Content added
Jaiswal0 (talk | contribs)
m Connect the description with IMEX schemes.
Jaiswal0 (talk | contribs)
m Grammatical correction.
Line 43:
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 analytical solution exists. Then one uses [[root-finding algorithm]]s, such as [[Newton's method]], to find the numerical solution.
 
;Crank NicolosonNicolson method:
With the [[Crank-Nicolson method]]
:<math>\frac{y_{k+1}-y_k}{\Delta t} = -\frac{1}{2}y_{k+1}^2 -\frac{1}{2}y_{k}^2</math>