"Source: Text/Group/GrpFPInt.text";
"Line: 2714";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpFPInt.text, line: 2714
// Example: H79E34 ()
print "Example: H79E34";
ei := GetEchoInput();
SetEchoInput(true);
F<a,b> := FreeGroup(2);
N<[x]>, pi := NilpotentQuotient(F, 3);
N;
NilpotencyClass(N);
assert $1 eq 3;
SetEchoInput(ei);
