|
5.1.70 leadexp
Syntax:
leadexp ( poly_expression )
leadexp ( vector_expression )
Type:
- intvec
Purpose:
- returns the exponent vector of the leading monomial of a polynomial or a vector.
In the case of a vector the last component is the index in the vector.
(The inverse to
monomial .)
Example:
See
intvec;
lead;
leadcoef;
leadmonom;
monomial;
poly;
vector.
|