"Source: Text/Group/GrpFPInt.text";
"Line: 1103";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpFPInt.text, line: 1103
// Example: H79E14 ()
print "Example: H79E14";
ei := GetEchoInput();
SetEchoInput(true);
G<x, y> := FPGroup< x, y | x^2, y^3, (x*y)^7 >;
G;
H := sub< G | x, y*x*y*x*y^-1*x*y^-1, y^-1*x*y^-1*x*y*x*y>;
Index(G, H);
CosetTable(G, H);
T := Transversal(G, H);
T;
SetEchoInput(ei);
