For a polynomial of order n with unknown coefficients, what are the ways to find the coefficients from n+1 points on its plot?
I remember one way is to construct a fractional for each point, and the polynomial is the sum of the fractionals, s.t. for each fractional, its value is the desired value for its corresponding point and zero for other points. Is there a name for the method?
Thanks!