let f=x+y+z+xy, how to display the list of all monomials occuring in f2, by computing the list should be [x2y2;x2y;xy2;xyz;x2;xy;y2;xz;yz;z2]
R.<x,y,z>=ZZ[]
f=x+y+z+x*y;f^2
![]() | 1 | initial version |
let f=x+y+z+xy, how to display the list of all monomials occuring in f2, by computing the list should be [x2y2;x2y;xy2;xyz;x2;xy;y2;xz;yz;z2]
R.<x,y,z>=ZZ[]
f=x+y+z+x*y;f^2
![]() | 2 | None |
let f=x+y+z+xy, how to display the list of all monomials occuring in f2, by computing hand computing, the list should be
[x2y2;x2y;xy2;xyz;x2;xy;y2;xz;yz;z2]
R.<x,y,z>=ZZ[]
f=x+y+z+x*y;f^2
![]() | 3 | None |
let f=x+y+z+xy, how to display the list of all monomials occuring in f2, by hand computing, the list should be [x2y2;x2y;xy2;xyz;x2;xy;y2;xz;yz;z2]
R.<x,y,z>=ZZ[]
f=x+y+z+x*y;f^2