"Source: Text/Group/MonRWS.text";
"Line: 580";
"Date: Tue Jun  7 22:27:14 2016";
"Main: Thu May 25 10:02:38 2023";
// original file: Text/Group/MonRWS.text, line: 580
// Example: H85E6 ()
print "Example: H85E6";
ei := GetEchoInput();
SetEchoInput(true);
FM<a,b> := FreeMonoid(2);
Q := quo< FM | a^3=1, b^3=1, (a*b)^4=1, (a*b^2)^5 = 1 >;
M := RWSMonoid(Q);
print Order(M);
assert $1 eq 1080;
IsConfluent(M);
assert $1;
SetEchoInput(ei);
