"Source: Text/Group/GrpPerm.text";
"Line: 517";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpPerm.text, line: 517
// Example: H65E4 ()
print "Example: H65E4";
ei := GetEchoInput();
SetEchoInput(true);
G := PermutationGroup< 12 | (1,6,7)(2,5,8,3,4,9)(11,12),
                            (1,3)(4,9,12)(5,8,10,6,7,11) >;
G;
G.1;
G.1*G.2;
Degree(G);
assert $1 eq 12;
GSet(G);
Generic(G);
Generators(G);
Ngens(G);
assert $1 eq 2;
x := G ! (1,6,7)(2,5,8,3,4,9)(11,12);
x;
Parent(x);
SetEchoInput(ei);
