"Source: Text/Algebra/AlgQuat.text";
"Line: 2057";
"Date: Wed Sep  4 15:52:10 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgQuat.text, line: 2057
// Example: H93E18 ()
print "Example: H93E18";
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);
