找回密码
 欢迎注册
查看: 11384|回复: 5

[提问] 求多项式的Galois群

[复制链接]
发表于 2011-11-27 23:22:51 | 显示全部楼层 |阅读模式

马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。

您需要 登录 才可以下载或查看,没有账号?欢迎注册

×
$x^5+x^4-5x^3-5x^2+4x+3=0$
毋因群疑而阻独见  毋任己意而废人言
毋私小惠而伤大体  毋借公论以快私情
发表于 2022-3-22 15:53:24 | 显示全部楼层
Galois群为$S_5$, 因而无根式解
毋因群疑而阻独见  毋任己意而废人言
毋私小惠而伤大体  毋借公论以快私情
发表于 2024-1-16 13:13:49 | 显示全部楼层
  1. P<x>:=PolynomialAlgebra(Rationals());
  2. f:=x^5+x^4-5*x^3-5*x^2+4*x+3;
  3. G:=GaloisGroup (f);print G;Order(G);IsSolvable(G);
  4. TransitiveGroupDescription(G);
复制代码


求解结果
http://magma.maths.usyd.edu.au/calc/

  1. Symmetric group G acting on a set of cardinality 5
  2. Order = 120 = 2^3 * 3 * 5
  3. 120
  4. false
  5. S(5)
复制代码


群是S5,因此无根式解


  1. Clear["Global`*"];(*Clear all variables*)
  2. f=x^5+x^4-5*x^3-5*x^2+4*x+3 (*定义多项式*)
  3. aa={Factor[f,Modulus->#],#}&/@Prime@Range[30];
  4. MatrixForm[aa]
复制代码


求解结果
\[\left(
\begin{array}{cc}
x^5+x^4+x^3+x^2+1 & 2 \\
x \left(x^4+x^3+x^2+x+1\right) & 3 \\
\left(x^2+3 x+4\right) \left(x^3+3 x^2+2 x+2\right) & 5 \\
\left(x^2+4 x+5\right) \left(x^3+4 x^2+2 x+2\right) & 7 \\
\left(x^2+2 x+2\right) \left(x^3+10 x^2+6 x+7\right) & 11 \\
(x+7) \left(x^4+7 x^3+11 x^2+9 x+6\right) & 13 \\
x^5+x^4+12 x^3+12 x^2+4 x+3 & 17 \\
x^5+x^4+14 x^3+14 x^2+4 x+3 & 19 \\
(x+10) \left(x^4+14 x^3+16 x^2+19 x+21\right) & 23 \\
(x+25) \left(x^4+5 x^3+15 x^2+26 x+21\right) & 29 \\
(x+27) \left(x^2+6 x+19\right) \left(x^2+30 x+2\right) & 31 \\
(x+30) \left(x^4+8 x^3+14 x^2+19 x+26\right) & 37 \\
\left(x^2+10 x+19\right) \left(x^3+32 x^2+25 x+39\right) & 41 \\
\left(x^2+13 x+8\right) \left(x^3+31 x^2+14 x+38\right) & 43 \\
(x+8) (x+34) \left(x^3+6 x^2+35 x+42\right) & 47 \\
(x+50) \left(x^4+4 x^3+7 x^2+16 x+52\right) & 53 \\
(x+17) \left(x^2+15 x+4\right) \left(x^2+28 x+20\right) & 59 \\
x^5+x^4+56 x^3+56 x^2+4 x+3 & 61 \\
(x+30) (x+61) \left(x^3+44 x^2+57 x+48\right) & 67 \\
(x+29) (x+54) \left(x^3+60 x^2+52 x+54\right) & 71 \\
x^5+x^4+68 x^3+68 x^2+4 x+3 & 73 \\
(x+32) \left(x^4+48 x^3+39 x^2+11 x+47\right) & 79 \\
(x+56) \left(x^4+28 x^3+4 x^2+20 x+46\right) & 83 \\
(x+21) \left(x^4+69 x^3+59 x^2+2 x+51\right) & 89 \\
x^5+x^4+92 x^3+92 x^2+4 x+3 & 97 \\
(x+36) \left(x^2+12 x+95\right) \left(x^2+54 x+7\right) & 101 \\
(x+42) (x+51) (x+70) \left(x^2+44 x+33\right) & 103 \\
x^5+x^4+102 x^3+102 x^2+4 x+3 & 107 \\
(x+38) \left(x^4+72 x^3+93 x^2+58 x+89\right) & 109 \\
x^5+x^4+108 x^3+108 x^2+4 x+3 & 113 \\
\end{array}
\right)\]

从上面的计算结果知道伽罗瓦群是S5,因此无根式解!

点评

nyy
单位元要等到1597才能出现  发表于 2024-1-17 10:42
nyy
(214+x) (314+x) (1211+x) (1519+x) (1534+x) 1597  发表于 2024-1-17 10:42
nyy
判定见https://bbs.emath.ac.cn/forum.php?mod=redirect&goto=findpost&ptid=19277&pid=98818  发表于 2024-1-16 15:45
毋因群疑而阻独见  毋任己意而废人言
毋私小惠而伤大体  毋借公论以快私情
您需要登录后才可以回帖 登录 | 欢迎注册

本版积分规则

小黑屋|手机版|数学研发网 ( 苏ICP备07505100号 )

GMT+8, 2024-5-2 15:56 , Processed in 0.043275 second(s), 17 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表