"Source: Text/Algebra/AlgQuat.text";
"Line: 189";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgQuat.text, line: 189
// Example: H95E2 ()
print "Example: H95E2";
ei := GetEchoInput();
SetEchoInput(true);
A<i,j> := QuaternionAlgebra< GF(2) | 1, 1 >;
i^2;
j^2;
assert $1 eq 1;
SetEchoInput(ei);
