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