Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

How to get the Galois group as a permutation group

I was trying to convert a Galois group of a number field as a permutation group. I did this:

G=graphs.CycleGraph(5) L=G.spectrum() a = L K, a_in_K, hom = number_field_elements_from_algebraics(a, minimal=True) K.galois_group()

X.as_permutation_group()

However the last commented statement returns error.

How to get the Galois group as a permutation group

I was trying to convert a Galois group of a number field as a permutation group. I did this:

G=graphs.CycleGraph(5) L=G.spectrum() a = L K, a_in_K, hom = number_field_elements_from_algebraics(a, minimal=True) K.galois_group()K.galois_group() X.as_permutation_group()

X.as_permutation_group()

However the last commented statement command returns error.

How to get the Galois group as a permutation group

I was trying to convert a Galois group of a number field as a permutation group. I did this:

G=graphs.CycleGraph(5) L=G.spectrum() G=graphs.CycleGraph(5)

L=G.spectrum()

a = L L

K, a_in_K, hom = number_field_elements_from_algebraics(a, minimal=True) K.galois_group() minimal=True)

K.galois_group()

X.as_permutation_group()

However the last command returns error.error. Please help

click to hide/show revision 4
None

How to get the Galois group as a permutation group

I was trying to convert a Galois group of a number field as a permutation group. I did this:

G=graphs.CycleGraph(5)

G=graphs.CycleGraph(5)
 L=G.spectrum()
 

L=G.spectrum()

a = L

L

K, a_in_K, hom = number_field_elements_from_algebraics(a, minimal=True)

minimal=True) K.galois_group()

K.galois_group()

X.as_permutation_group()

X.as_permutation_group()

However the last command returns error. Please help