Go to the first, previous, next, last section, table of contents.


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
section nm, dn.


Go to the first, previous, next, last section, table of contents.