Use
Coefficient to get a coefficient at a specified power of the variable:
The list of coefficients can be obtained using
Coefficient and
Exponent:
FromDigits can reconstruct a univariate polynomial from the list of its coefficients:
Fold the operation for multivariate polynomials:
Polynomial multiplication is convolution as performed by
ListConvolve:
For multivariate polynomials
CoefficientList gives a tensor of the coefficients:
CoefficientArrays gives the list of arrays of polynomial coefficients ordered by total degrees:
In
cl the coefficient of
x^a y^b is the element at position
a+1, b+1:
In
ca the position is
a+b+1 concatenated with
a 1s &
b 2s (
1 &
2 indicate the first & second variables):