Content deleted Content added
m clean up (jstor links) using AWB (7658) |
→Definitions: spelling |
||
Line 21:
& \qquad {} = h \bigl( b_s f(t_{n+s},y_{n+s}) + b_{s-1} f(t_{n+s-1},y_{n+s-1}) + \cdots + b_0 f(t_n,y_n) \bigr),
\end{align} </math>
where ''h'' denotes the step size and ''f'' the right-hand side of the differential equation. The
If the value of <math>b_s</math> is nonzero, then the value of <math>y_{n+s}</math> depends on the value of <math> f(t_{n+s}, y_{n+s}) </math>. Consequently, the method is explicit if <math> b_s = 0 </math>. In that case, the formula can directly compute <math> y_{n+s} </math>. If <math> b_s \ne 0 </math> then the method is implicit and the equation for <math> y_{n+s} </math> must be solved. [[Iterative methods]] such as [[Newton's method]] are often used to solve the implicit formula.
|