"Source: Text/Group/GrpFPInt.text";
"Line: 695";
"Date: Mon Jan 20 11:08:12 2020";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFPInt.text, line: 695
// Example: H77E9 ()
print "Example: H77E9";
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);
