![[MONOiD]](monoid.png)
FullTransMonoid( n )
FullTransMonoid returns the full transformation monoid of degree n.
gap> M:= FullTransMonoid( 8 );
Monoid( [ Transformation( [ 2, 1, 3, 4, 5, 6, 7, 8 ] ),
Transformation( [ 8, 1, 2, 3, 4, 5, 6, 7 ] ),
Transformation( [ 2, 2, 3, 4, 5, 6, 7, 8 ] ) ] )
gap> Size( M );
16777216
The full transformation monoid of degree n is the monoid of all transformations of degree n.
Version 2.4 (May 1998)