"Source: Text/Group/GrpFPInt.text";
"Line: 2714";
"Date: Mon Jan 20 11:08:12 2020";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFPInt.text, line: 2714
// Example: H77E34 ()
print "Example: H77E34";
ei := GetEchoInput();
SetEchoInput(true);
F<a,b> := FreeGroup(2);
N<[x]>, pi := NilpotentQuotient(F, 3);
N;
NilpotencyClass(N);
assert $1 eq 3;
SetEchoInput(ei);
