"Source: Text/Algebra/AlgQuat.text";
"Line: 2057";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgQuat.text, line: 2057
// Example: H95E18 ()
print "Example: H95E18";
ei := GetEchoInput();
SetEchoInput(true);
K := NumberField(Polynomial([5,0,1]));
K;
A := QuaternionAlgebra<K | 3, K.1>;
O := MaximalOrder(A);
I := lideal<O | O.2, Norm(O.2)>;
Norm(I);
LeftOrder(I) eq O;
assert $1;
RightOrder(I) eq O;
assert $1;
SetEchoInput(ei);
