Loading [MathJax]/jax/output/HTML-CSS/jax.js
Ask Your Question
0

Find Galois group of the splitting field of a polynomial

asked 2 years ago

Mabudmath gravatar image

updated 2 years ago

I want to find the splitting field of the polynomial p(x)=x5+4x3+3x2+7x+1Q[x]. I have used the following source code:


K.<alpha> = NumberField(x^5+4x^3+3x^2+7*x+1)

G = K.galois_group()

G


The output is the following: Galois group 5T5 (S5) with order 120 of x^5 + 4*x^3 + 3*x^2 + 7*x + 1

What does mean by 5T5 (S5) ?

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 2 years ago

Max Alekseyev gravatar image

updated 2 years ago

See https://www.lmfdb.org/GaloisGroup/5T5 for details of what is 5T5 group. S5 seems to be the CHM label introduced in this paper.

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2 years ago

Seen: 349 times

Last updated: Oct 14 '22