[back] [prev] [next] [index] [root]
L := GaloisTree(o);
order | o |
|
list | L |
list of two lists of integers |
See also: Galois, GaloisTreeRoots, GaloisGroupsPossible, GaloisNumberToName
kash> o := Order(Z, 6, 2); Generating polynomial: x^6 - 2 kash> GaloisTree(o); > ******* tree of possible groups ******* rootSn: 16: 13 11 14 13: 9 9: 5 3 5: 2 1 2: 1: 3: 2 1 11: 8 6 3 8: 2 6: 1 14: rootAn: 15: 10 7 12 10: 7: 4 4: 12: *************************************** [ [ 16 ], [ 15 ] ]
<- back[back] [prev] [next] [index] [root]