Homepage › Solution manuals › David A. Cox › Galois Theory › Exercise 13.2.15
Exercise 13.2.15
As in Theorem 13.2.12, let . Compute and .
Answers
Proof. With the same Sage procedure as in Exercise 14, we obtain:
S.<a,b,x> = QQ[] f = x^5 + a*x + b Delta = f.discriminant(x);Delta.factor()
K.<a,b> = QQ[] S.<x> =PolynomialRing(K, order = ’degrevlex’) f = x^5 + a*x + b theta_f=resolvent(f)[0];theta_f.subs(Delta = f.discriminant())
□
2022-07-19 00:00