![[MONOiD]](monoid.png)
PermTrans( trans )
PermTrans returns the permutation defined by the transformation
trans. If trans is not bijective, an error is signaled by PermList
(see "PermList").
gap> PermTrans( Transformation( [ 2, 3, 1, 4 ] ) );
(1,2,3)
Version 2.4 (May 1998)