"Source: Text/Group/Grp.text";
"Line: 4491";
"Date: Mon Mar 29 16:52:44 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/Grp.text, line: 4491
// Example: H63E26 ()
print "Example: H63E26";
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);
