"Source: Text/LieTheory/GrpLie.text";
"Line: 2611";
"Date: Fri Sep 26 12:10:11 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/LieTheory/GrpLie.text, line: 2611
// Example: H113E25 ()
print "Example: H113E25";
ei := GetEchoInput();
SetEchoInput(true);
X,Y := CST_Generators("F",4,5,[0,0,1,0]);
CST_VerifyPresentation("F",4,5,X,Y);
CST_VerifyPresentation("F",4,3,X,Y);
G, rels := CST_Presentation("F",4,3);
rels[1];
SetEchoInput(ei);
