"Source: Text/Algebra/AlgLie.text";
"Line: 2726";
"Date: Thu Nov  7 07:18:13 2019";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Algebra/AlgLie.text, line: 2726
// Example: H107E29 ()
print "Example: H107E29";
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);
