"Source: Text/Ring/RngOrd.text";
"Line: 525";
"Date: Fri May 26 16:23:18 2023";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Ring/RngOrd.text, line: 525
// Example: H39E2 ()
print "Example: H39E2";
ei := GetEchoInput();
SetEchoInput(true);
R<x> := PolynomialRing(Integers());
K := NumberField(x^4-420*x^2+40000);
E := EquationOrder(K);
O := MaximalOrder(K);
Index(O, E);
assert $1 eq 64000;
SetEchoInput(ei);
