[back] [prev] [next] [index] [root]
OrderMinkowski
Returns the floor of the Minkowski bound of the algebraic
number field which is generated by the given order.
Syntax:
m := OrderMinkowski(O);
See also: OrderBach
Description:
Returns the floor of the Minkowski bound of the algebraic
number field which is generated by the maximal order O.
Returns an error if O is not known to be maximal.
Example:
Compute the floor of the Minkowski bound of the algebraic
number field {\Bbb Q}(\sqrt[4]{-27}).
kash> o := Order(Z,4,-27);
Generating polynomial: x^4 + 27
kash> O := OrderMaximal(o);
F[1]
|
F[2]
/
/
Q
F [ 1] Given by transformation matrix
F [ 2] x^4 + 27
Discriminant: 432
kash> OrderMinkowski(O);
> 3
<- back[back] [prev] [next] [index] [root]