This document discusses polynomials in MATLAB. It explains that MATLAB represents polynomials as row vectors containing coefficients ordered by descending powers. It describes how to evaluate polynomials at given values using polyval and polyvalm. It also discusses finding the roots of polynomials with roots and generating polynomial coefficients from roots with poly. Additionally, it covers polynomial curve fitting using polyfit to find coefficients of a polynomial that best fits a set of data in a least-squares sense.