[back] [prev] [next] [index] [root]
B := OrderIsMaximal(o);
| boolean | B |
|
| order | o |
See also: OrderSetMaximal
kash> o := Order (Poly(Zx,[1,0,73,-280,-2399]));;
kash> OrderIsMaximal (o);
false
kash> O := OrderMaximal (o);
F[1]
|
F[2]
/
/
Q
F [ 1] Given by transformation matrix
F [ 2] x^4 + 73*x^2 - 280*x - 2399
Discriminant: -997975
kash> OrderIsMaximal (O);
> true
<- back[back] [prev] [next] [index] [root]