The document discusses polynomial interpolation. It begins by defining polynomials and interpolating polynomials. Interpolating polynomials are polynomials of order n that precisely fit n data points. The document then discusses how Matlab can be used to generate, evaluate, and find properties of polynomials. Specifically, it describes how the polyfit, polyval, and roots functions work. Finally, it discusses two methods for generating interpolating polynomials: Newton and Lagrange polynomials. The key application of interpolating polynomials is estimating values within tabulated data points.