"Source: Text/Group/GrpMatGen.text";
"Line: 4104";
"Date: Mon Jun 27 15:52:23 2022";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpMatGen.text, line: 4104
// Example: H65E23 ()
print "Example: H65E23";
ei := GetEchoInput();
SetEchoInput(true);
DB := RationalMatrixGroupDatabase();
G := Group(DB, 10, 2); 
G : Minimal;
A := AbelianQuotient(G); A;
S, f := SolubleQuotient(G); S;
G.1 @ f;
S.5 @@ f in DerivedGroup(G);
assert $1;
SetEchoInput(ei);
