Content deleted Content added
→Euler trapezoidal example: "align" in TeX |
|||
Line 19:
Next, improve the initial guess through iteration of the trapezoidal rule. This iteration process normally converges quickly.
: <math>
: <math>\tilde{y}_{[1]} = y_i + \frac{h}{2}(f(t_i, y_i) + f(t_{i+1},\tilde{y}_{[0]})).</math>▼
\begin{align}
▲
& {}\ \vdots \\
\end{align}
</math>
This iteration process is repeated until some fixed value ''n'' or until the guesses converge to within some error tolerance ''e'' :
|