[back] [prev] [next] [index] [root]
L := GaloisTreeRoots(o);
order | o |
|
list | L |
list of two lists of integers |
See also: GaloisTree, Galois, GaloisGroupsPossible, GaloisNumberToName
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]