[back] [prev] [next] [index] [root]

 


PolyMakeMonicInZ

Given f(x) in Q[x], the function returns g(x) monic in Z[x], such that g(x) generates the same algebra as f(x).

Syntax:

g:= PolyMakeMonicInZ(f);

polynomial
  f  
polynomial
  g  

Description:

no detailed description available yet


Example:


kash> f:= -1/3*x^3+7;
-1/3*x^3 + 7
kash> g:= PolyMakeMonicInZ(f);
> x^3 - 21


<- back[back] [prev] [next] [index] [root]