Lagrange Polynomial Interpolation, centered coefficients

474 Views Asked by At

My textbook states that the Lagrange Interpolant on the interval $[a,b]$, with the data points $(x_0,y_0),...,(x_n,y_n)$, written as:
$\prod_nf(x)=\sum_{i=0}^ny_i\phi_i(x)$, with $\phi_i(x)$ being the Lagrange polynomials, can also be written $$\prod_nf(x)=\sum_{i=0}^nc_i(x-m)^{n-i}$$ Where $m=(a+b)/2$. I am not sure how to compute to coefficients $c_i$. How is this done? I simply computed the coefficients for $n=1,2$, but failed to establish a pattern.

1

There are 1 best solutions below