Coefficients Returns the coefficients of a polynomial. Syntax coefficients(Polynomial) coefficients(Polynomial, Identifier) coefficients(Polynomial, Integer) Description coefficients(Polynomial) Given a polynomial, returns a list with the coefficients in ascending powers. coefficients(Polynomial, Identifier) Given a polynomial and an identifier (the variable of the polynomial), returns a list with the coefficients in ascending powers. coefficients(Polynomial, Integer) Given a polynomial and an integer greater than the degree of the polynomial, returns a list with the coefficients up to -th power. Related functions Coefficient domain, Degree Table of Contents Syntax Description Related functions