[back] [prev] [next] [index] [root]
L := AbelianGroupCyclicFactors(g);
group | g |
|
list | L |
list of cyclic factors of g |
See also: AbelianGroupSmithCreate
kash> O := OrderMaximal(Z, 2, 10); Generating polynomial: x^2 - 10 Discriminant: 40 kash> g := RayClassGroupToAbelianGroup(3*O, [1, 2]); RayClassGroupToAbelianGroup(<3>, [ 1, 2 ]) Group with relations: [4 0] [0 2] kash> L := AbelianGroupCyclicFactors(g); > [ [ <2, [0, 1]>, 2 ], [ <[1, -3]>, 4 ] ]
<- back[back] [prev] [next] [index] [root]