"Source: Text/Algebra/AlgQuat.text";
"Line: 169";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgQuat.text, line: 169
// Example: H95E1 ()
print "Example: H95E1";
ei := GetEchoInput();
SetEchoInput(true);
A<x,y,z> := QuaternionAlgebra< RationalField() | -1, -7 >; 
x^2;
assert $1 eq -1;
y^2;
assert $1 eq -7;
x*y;
SetEchoInput(ei);
