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