I'm just wondering, what are the advantages of using either the Newton form of polynomial interpolation or the Lagrange form over the other? It seems to me, that the computational cost of the two are equal, and seeing as the interpolated polynomial is unique, why ever use one over the other?
I get that they give different forms of the polynomial, but when is one form superior to the other?
Here are two differences:
Lagrange's form is more efficient when you have to interpolate several data sets on the same data points.
Newton's form is more efficient when you have to interpolate data incrementally.