[back] [prev] [next] [index] [root]

 


GaloisTree

Output of possible Galois groups as subgroup lattice.

Syntax:

L := GaloisTree(o);

order
  o  
list
  L  
list of two lists of integers

See also:  Galois, GaloisTreeRoots, GaloisGroupsPossible, GaloisNumberToName

Description:

This function prints the subgroup lattice of possible Galois groups as non-connected and directed tree and returns a list with two entries which contain the roots of the tree of odd respectively even transitive groups.


Example:


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]