5.1.64 leadmonom
----------------
Syntax:
leadmonom ( poly_expression )

leadmonom ( vector_expression )
Type:
the same as the input type
Purpose:
returns the leading monomial of a polynomial or a vector as a polynomial
or vector whose coefficient is one.
Example:
  ring r=32003,(x,y,z),(c,ds);
  poly f=2x2+3y+4z3;
  vector v=[2x10,f];
  leadmonom(f);
==> y
  leadmonom(v);
==> [x10]
  leadmonom(0);
==> 0

See
intvec;
lead;
leadcoef;
leadexp;
poly;
vector.
<font size="-1">
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; User manual for <a href="http://www.singular.uni-kl.de/"><i>Singular</i></a> version 2-0-4, October 2002,
generated by <a href="http://www.gnu.org/software/texinfo/"><i>texi2html</i></a>.
</font>

</body>
</html>
