"Source: Text/Group/GrpRWS.text";
"Line: 237";
"Date: Tue Jun  7 22:27:14 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/GrpRWS.text, line: 237
// Example: H81E2 ()
print "Example: H81E2";
ei := GetEchoInput();
SetEchoInput(true);
F<a, b> := Group< a, b | b^-1*a^2*b=a^3>;
G := RWSGroup(F : Ordering :="Recursive");
G;
SetEchoInput(ei);
