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.
2026-03-25 05:59:09.1774418349
Lagrange Polynomial Interpolation, centered coefficients
474 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
If I understood your question correctly, two answers linked below should help solve your problem