![[MONOiD]](monoid.png)
RelTrans( trans )
RelTrans returns the binary relation defined by the transformation
trans (see chapter Transformations).
gap> RelTrans( Transformation( [ 3, 3, 2, 1, 4 ] ) );
Relation( [ [ 3 ], [ 3 ], [ 2 ], [ 1 ], [ 4 ] ] )
Version 2.4 (May 1998)