DensePoly |
Syntax |
DensePoly(N:INT):POLY |
Description |
Example |
Use R ::= Q[x,y]; DensePoly(3); x^3 + x^2y + xy^2 + y^3 ------------------------------- Use R::=Q[x,y],Weights(2,3); -- <--- NOTE DensePoly(1); 0 ------------------------------- DensePoly(6); x^3 + y^2 ------------------------------- |
See Also |