"Source: Text/Algebra/AlgQEA.text";
"Line: 519";
"Date: Tue Jun  7 22:27:14 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgQEA.text, line: 519
// Example: H109E2 ()
print "Example: H109E2";
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);
