[back] [prev] [next] [index] [root]
PolyMakeMonicInOrder
Make f(x) monic by rational transformation, so that the resulting
monic polynomial g(x) is defined over o and creates the same
algebra as f(x). g(x) may be the same as f(x).
Syntax:
g:= PolyMakeMonicInOrder(f, o);
| order |
o |
|
| 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:= PolyMakeMonicInOrder(f, Z);
> x^3 - 21
<- back[back] [prev] [next] [index] [root]