[back] [prev] [next] [index] [root]
r := IdealRayClassRep(I,m0,minf);
matrix | r |
|
ideal | I |
|
ideal | m0 |
|
list | minf |
of integers/infinite primes |
See also: EltCon, OrderClassGroup, RayClassGroup, RayClassGroupCyclicFactors
kash> O := OrderMaximal(Order(x^2-2*x-5)); Generating polynomial: x^2 - 2*x - 5 Discriminant: 24 kash> OrderClassGroup(O,500,"euler","fast"); [ 1, [ 1 ] ] kash> m0 := 27*O;; kash> minf := [2];; kash> L := RayClassGroupCyclicFactors(m0,minf); [ [ <[1344, 388]>, 3 ], [ <[1612, 444]>, 9 ] ] kash> I := L[1][1]; <[1344, 388]> kash> IdealRayClassRep(I,m0,minf); [1 0]
<- back[back] [prev] [next] [index] [root]