![[MONOiD]](monoid.png)
SchutzenbergerGroup( M, s )
SchutzenbergerGroup( class )
SchutzenbergerGroup returns the Schaccent127utzenberger group of the
element s in the monoid M as a group.
gap> M:= Monoid( Transformation( [ 2, 1, 2 ] ),
> Transformation( [ 1, 2, 2 ] ) );;
gap> SchutzenbergerGroup( M, Transformation( [ 2, 1, 2 ] ) );
Group( (1,2) )
In the second form SchutzenbergerGroup returns the
Schaccent127utzenberger group of the Green class class of a monoid.