"Source: Text/Algebra/AlgQEA.text";
"Line: 826";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgQEA.text, line: 826
// Example: H112E5 ()
print "Example: H112E5";
ei := GetEchoInput();
SetEchoInput(true);
R:= RootDatum("G2");
U:= QuantizedUEA(R);
f:= HighestWeightRepresentation(U, [1,1]);
f(U.6);
M:= HighestWeightModule(U, [1,0]);
U.6^M.5;
SetEchoInput(ei);
