"Source: Text/Algebra/AlgQuat.text";
"Line: 676";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgQuat.text, line: 676
// Example: H95E7 ()
print "Example: H95E7";
ei := GetEchoInput();
SetEchoInput(true);
P<x> := PolynomialRing(GF(5));
A := QuaternionAlgebra(x^2+x+1);
M := MaximalOrder(A);
O := Order(M, (x^3+x+1)^5);
FactoredDiscriminant(O);
SetEchoInput(ei);
