![[MONOiD]](monoid.png)
TransPerm( n, perm )
TransPerm returns the bijective transformation of degree n that acts
on the set {1, ... , n} in the same way as the permutation perm
does.
gap> TransPerm( 4, (1,2,3) );
Transformation( [ 2, 3, 1, 4 ] )
Version 2.4 (May 1998)