Finding the Coefficients of a Polynomial

To return the polynomial coefficients with respect to a particular variable, select the polynomial variable, and either:

A vector containing the coefficients of the equivalent polynomial appears. If all the exponents are positive, the first element of the vector corresponds to the constant term. If all exponents are negative, the last element corresponds to the constant term. Otherwise, the coefficients are returned for the smallest exponent to the largest, in order, with zeros for any skipped exponents in the expression, always including the constant term.

QuickSheet