Linear multistep method: Difference between revisions

Content deleted Content added
m Citations: [Pu162]+: jstor. Tweaked: publisher. You can use this bot yourself! Report bugs here.
Line 73:
 
The coefficients <math>b_j</math> can be determined as follows. Use [[polynomial interpolation]] to find the polynomial ''p'' of degree <math>s-1</math> such that
:<math> p'(t_{n+i}) = f(t_{n+i}, y_{n+i}), \qquad \text{for } i=0,\ldots,s-1. </math>
The [[Lagrange polynomial|Lagrange formula]] for polynomial interpolation yields
:<math> p(t) = \sum_{j=0}^{s-1} \frac{(-1)^{s-j-1}f(t_{n+j}, y_{n+j})}{j!(s-j-1)!h^{s-1}} \prod_{i=0 \atop i\ne j}^{s-1} (t-t_{n+i}). </math>