Explicit and implicit methods: Difference between revisions

Content deleted Content added
Line 21:
yields
: <math>y_{k+1}=y_k-\Delta t y_k^2 \quad \quad \quad(3)\, </math>
for each <math>k=0, 1, \dots, n.</math> WithThis theis backwardan Eulerexplicit methodformula for <math>y_{k+1}</math>.
 
With the backward Euler method
:<math>\frac{y_{k+1}-y_k}{\Delta t} = - y_{k+1}^2</math>