Polynomial interpolation allows us to approximate points on complicated curves by constructing the lowest-degree polynomial that passes through a given set of points. In this assignment, we implement ...