"Source: Text/Group/GrpRWS.text";
"Line: 696";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/GrpRWS.text, line: 696
// Example: H83E7 ()
print "Example: H83E7";
ei := GetEchoInput();
SetEchoInput(true);
FG<a,b,c,d,e,f,g> := FreeGroup(7);
F := quo< FG | a*b=c, b*c=d, c*d=e, d*e=f, e*f=g, f*g=a, g*a=b>;
G := RWSGroup(F : TidyInt := 1000);
Id(G);
G!1;
G![1,2];
SetEchoInput(ei);
