5.1.7 cleardenom
----------------

Syntax:
cleardenom ( poly_expression )

cleardenom ( vector_expression )
Type:
same as the input type
Purpose:
multiplies a polynomial, resp. vector, by a suitable constant to cancel
all denominators from its coefficients and then divide it by its content.
Example:
  ring r=0,(x,y,z),dp;
  poly f=(3x+6y)^5;
  f/5;
==> 243/5x5+486x4y+1944x3y2+3888x2y3+3888xy4+7776/5y5
  cleardenom(f/5);
==> x5+10x4y+40x3y2+80x2y3+80xy4+32y5
<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>
