Content deleted Content added
→Euler trapezoidal example: "align" in TeX |
Jitse Niesen (talk | contribs) →Euler trapezoidal example: add link |
||
Line 13:
: <math> y' = f(t,y), \quad y(t_0) = y_0. </math>
First calculate an initial guess value <math>\tilde{y}_{[0]}</math> via the [[Euler method]]:
: <math>\tilde{y}_{[0]} = y_i + h f(t_i,y_i)</math>
Next, improve the initial guess through iteration of the [[trapezoidal rule (differential equations)|trapezoidal rule]]. This iteration process normally converges quickly.
: <math>
|