"Source: Text/Group/GrpRWS.text";
"Line: 696";
"Date: Tue Jun  7 22:27:14 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpRWS.text, line: 696
// Example: H81E7 ()
print "Example: H81E7";
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);
