"Source: Text/Algebra/AlgLie.text";
"Line: 2726";
"Date: Thu Sep 25 14:47:46 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Algebra/AlgLie.text, line: 2726
// Example: H110E29 ()
print "Example: H110E29";
ei := GetEchoInput();
SetEchoInput(true);
T:= [ <1,2,2,2>, <2,1,2,2> ];
t:= [0,4];
L:= LieAlgebra< t | T : Rep:= "Dense" >;
Moduli(L);
SetEchoInput(ei);
