"Source: Text/Group/GrpFP.text";
"Line: 10548";
"Date: Mon May 17 16:13:13 2021";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpFP.text, line: 10548
// Example: H78E85 ()
print "Example: H78E85";
ei := GetEchoInput();
SetEchoInput(true);
H< a,b,c > := FPGroup< a,b,c | a^3, (a,c) = (c,a^-1), a*b*a = b*a*b, 
  a*b*a*c^-1 = c*a*b*a >;
quot := L2Quotients(H); quot;
Q := quot[1];
Q`Ideal;
R< x123, x23, x13, x12, x3, x2, x1 > := Generic(Q`Ideal);
AddRingRelations(Q, [x3^(3^4) - x3]);
SetEchoInput(ei);
