The polynomial can be reconstructed by using
Dot (
.):
The symmetric coefficient arrays correspond to vector derivatives at the origin:
CoefficientArrays gives a list of arrays of polynomial coefficients ordered by total degrees:
CoefficientList gives a tensor of the coefficients:
Use
Coefficient to find the coefficient of

:
In
ca the position is
a+b+1 concatenated with
a 1s &
b 2s (
1 &
2 indicate the first & second variables):
In
cl the coefficient of
x^a y^b is the element at position
a+1, b+1: