[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.3.18 ptozp

ptozp(poly)
:: Converts a polynomial poly with rational coefficients into an integral polynomial such that GCD of all its coefficients is 1.

return
polynomial
poly
polynomial

 
[0] ptozp(2*x+5/3);
6*x+5
[1] nm(2*x+5/3);   
2*x+5/3

References
6.1.11 nm, dn.



This document was generated by root on March, 5 2004 using texi2html