"Source: Text/Group/GrpFPInt.text";
"Line: 695";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpFPInt.text, line: 695
// Example: H79E9 ()
print "Example: H79E9";
ei := GetEchoInput();
SetEchoInput(true);
A7<a, b> := AlternatingFPGroup(7);
A7;
Z2<c> := CyclicFPGroup(2);
G<x, y, z> := DirectProduct(A7, Z2);
G;
H<x, y, z> := FreeProduct(A7, Z2);
H;
SetEchoInput(ei);
