|
5.1.69 leadcoef
Syntax:
leadcoef ( poly_expression )
leadcoef ( vector_expression )
Type:
- number
Purpose:
- returns the leading (or initial) coefficient of a polynomial or a vector
with respect to the monomial ordering.
Example:
See
lead;
leadexp;
leadmonom;
poly;
vector.
|