|
5.1.87 monomial
Syntax:
monomial ( intvec_expression )
Type:
- poly resp. vector
Purpose:
- converts an integer vector to a power product
(the inverse to
leadexp ).
Returns a vector iff the length of the argument is number of variables +1.
Example:
See
intvec;
leadexp.
|