"Source: Text/Group/Grp.text";
"Line: 4514";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/Grp.text, line: 4514
// Example: H64E26 ()
print "Example: H64E26";
ei := GetEchoInput();
SetEchoInput(true);
G := DihedralGroup(6);
S := Subgroups(G);
S;
// We extract the representative subgroup for class 7
h := S[7]`subgroup;
h;
SetEchoInput(ei);
