"Source: Text/Group/GrpFP.text";
"Line: 1631";
"Date: Mon May 17 16:13:13 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFP.text, line: 1631
// Example: H78E14 ()
print "Example: H78E14";
ei := GetEchoInput();
SetEchoInput(true);
A5 := FPGroup<a, b | a^2, b^3, (a*b)^5 >;
Z2 := quo< FreeGroup(1) | $.1^2 >;
G := DirectProduct(A5, Z2);
G;
SetEchoInput(ei);
