"Source: Text/Ring/RngOrdGal.text";
"Line: 1769";
"Date: Mon May 16 10:58:19 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Ring/RngOrdGal.text, line: 1769
// Example: H40E6 ()
print "Example: H40E6";
ei := GetEchoInput();
SetEchoInput(true);
P<x> := PolynomialRing(IntegerRing());
f := x^6 - x^5 - 6*x^4 + 7*x^3 + 4*x^2 - 5*x + 1;
K, R := SolveByRadicals(f:Name := "K.");
K:Maximal;
[ Evaluate(f, x) eq 0 : x in R];
SetEchoInput(ei);
