"Source: Text/Algebra/AlgQEA.text";
"Line: 519";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgQEA.text, line: 519
// Example: H112E2 ()
print "Example: H112E2";
ei := GetEchoInput();
SetEchoInput(true);
R:= RootDatum("C3");
U:= QuantizedUEA(R);
U.9; U.10; U.15;
U.21*U.14*U.10*U.9*U.1;
U:= QuantizedUEA(R : w0:= [2,3,1,2,3,1,2,3,1]);
U.21*U.14*U.10*U.9*U.1;
SetEchoInput(ei);
