"Source: Text/Group/MonRWS.text";
"Line: 293";
"Date: Thu Sep 25 14:47:45 2025";
"Main: Fri Sep 26 14:29:19 2025";
// original file: Text/Group/MonRWS.text, line: 293
// Example: H87E1 ()
print "Example: H87E1";
ei := GetEchoInput();
SetEchoInput(true);
FM<g10,g20,g30> := FreeMonoid(3);
Q := quo< FM | g10^2=1, g20*g30=1, g30*g20=1,
        g20*g20=g30, g30*g10*g30=g10*g20*g10>;
M := RWSMonoid(Q);
print M;
SetEchoInput(ei);
