"Source: Text/Group/GrpFP.text";
"Line: 8974";
"Date: Mon May 17 16:13:13 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFP.text, line: 8974
// Example: H78E69 ()
print "Example: H78E69";
ei := GetEchoInput();
SetEchoInput(true);
G := FPGroup<x,y,z|(x*y*z^-1)^2, (x^-1*y^2*z)^2, (x*y^-2*x^-1)^2 >;
AbelianQuotient(G);
N := NilpotentQuotient(G,2); N;
SetEchoInput(ei);
