The polynomial interpolation problem is the problem of constructing a polynomial that passes through or
interpolates n+1 data points (x0
, y0
), (x1
, y1
), ... , (xn, yn). In chapter 3 we are going to see several techniques for
constructing interpolating polynomials