"Source: Text/Group/MonRWS.text";
"Line: 580";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/MonRWS.text, line: 580
// Example: H87E6 ()
print "Example: H87E6";
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);
