Mathematica 9 is now available
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.
Mathematica > Polynomial Systems >

CoefficientList

CoefficientList[poly, var]
gives a list of coefficients of powers of var in poly, starting with power 0.
CoefficientList[poly, {var1, var2, ...}]
gives an array of coefficients of the vari.
  • Terms that do not contain positive integer powers of a particular variable are included in the first element of the list for that variable.
  • CoefficientList always returns a full rectangular array. Combinations of powers that do not appear in poly give zeros in the array.
  • CoefficientList works whether or not poly is explicitly given in expanded form.
Find the coefficients in a polynomial:
In[1]:=
Click for copyable input
Out[1]=
 
CoefficientList works even when the polynomial has not been expanded out:
In[1]:=
Click for copyable input
Out[1]=
 
Matrix of coefficients for a quadratic form:
In[1]:=
Click for copyable input
Out[1]=
New in 1 | Last modified in 3
© 2013 Wolfram Research, Inc. Japanese
Ask a question about this page  |  Suggest an improvement  |  Leave a message for the team