| |||||||||||||
KASH3 Reference Manual | |||||||||||||
| |||||||||||||
KeywordClass Groups
DescriptionThe Minkowski bound is used to compute a class group in KASH3. This bound always guarantees correct results. However, when the field discriminant is 'large', the Minkowski bound causes very time consuming computations requiring a large amount of memory. You can pass a smaller bound to the 'OrderClassGroup' function calling it with optional arguments. Examplesf := X^5 + 4*X^4 - 56*X^2 -16*X + 192;
o := EquationOrder(f);
O := MaximalOrder(o);
Cl := ClassGroup(O);
| |||||||||||||
Built:
Mon Nov 14 21:12:39 UTC 2005 on mackThe KANT Group |