Skip to content

CoefficientList

Returns the list of all coefficients of a polynomial.

$ wo 'CoefficientList[1 + 2 x + 3 x^2, x]'
{1, 2, 3}