Content deleted Content added
No edit summary |
|||
Line 20:
[[File:Forward and backward Euler method.png|thumb|350px|The result of applying the two methods with <math>a = 5</math> and <math>n = 30</math>.]]
The forward [[Euler method]]
:<math>\left(\frac{dy}{dt}\right)_k
yields
: <math>y_{k+1}=y_k-\Delta t y_k^2 \quad \quad \quad(3)\, </math>
|