"Source: Text/Algebra/AlgQuat.text";
"Line: 189";
"Date: Wed Sep  4 15:52:10 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgQuat.text, line: 189
// Example: H93E2 ()
print "Example: H93E2";
ei := GetEchoInput();
SetEchoInput(true);
A<i,j> := QuaternionAlgebra< GF(2) | 1, 1 >;
i^2;
j^2;
assert $1 eq 1;
SetEchoInput(ei);
