[back] [prev] [next] [index] [root]
d := PolyDisc(f);
| discriminant (integer or finite field element) | d  | 
|
| polynomial | f  | 
See also: PolyRedDisc
kash> f := Poly(Zx, [1, 0, 73, -280, -2399]); x^4 + 73*x^2 - 280*x - 2399 kash> PolyDisc(f); > -10815318540400
<- back[back] [prev] [next] [index] [root]