"Source: Text/LieTheory/GrpLie.text";
"Line: 2586";
"Date: Thu Jun 16 15:04:46 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/LieTheory/GrpLie.text, line: 2586
// Example: H110E25 ()
print "Example: H110E25";
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);
