[back] [prev] [next] [index] [root]
Oa := OrderShortAbs(O);
order | Oa |
|
order | O |
See also: OrderShort, OrderAbs
kash> o:=OrderMaximal(x^2 + 19*x + 11); Generating polynomial: x^2 + 19*x + 11 Discriminant: 317 kash> ox:=PolyAlg(o); Univariate Polynomial Ring in x over Generating polynomial: x^2 + 19*x + 11 Discriminant: 317 kash> O:=Order(Poly(ox,[1,-18,-6])); F[1] / / E1[1] / / Q F [ 1] x^2 - 18*x - 6 E 1[ 1] x^2 + 19*x + 11 kash> Oa:=OrderShortAbs(O); > F[1] | F[2] / / Q F [ 1] Given by transformation matrix F [ 2] x^4 - 2*x^3 - 331*x^2 + 332*x - 23
<- back[back] [prev] [next] [index] [root]