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

 


GaloisTreeRoots

Return the roots of the tree of possible Galois groups.

Syntax:

L := GaloisTreeRoots(o);

order
  o  
list
  L  
list of two lists of integers

See also:  GaloisTree, Galois, GaloisGroupsPossible, GaloisNumberToName

Description:

This function returns a list with two entries which contain the roots of the tree of odd respectively even transitive groups. The groups are given by their number in T-notation.


Example:


kash> o := Order(Z, 8, 2);
Generating polynomial: x^8 - 2

kash> GaloisTreeRoots(o);
[ [ 50 ], [ 49 ] ]
kash> GaloisGroupsPossible(o, [49, 50], false);
kash> GaloisTreeRoots(o);
> [ [ 47, 44, 43 ], [ 45, 39, 48 ] ]


<- back[back] [prev] [next] [index] [root]