IsGroupTransformation( obj )
IsGroupTransformation
returns true
if the object obj is a
group transformation and false
otherwise.
gap> IsGroupTransformation( t1 ); false gap> IsGroupTransformation( gt ); true
Note that transformations are defined to be either a set transformation or a group transformation.
GAP 3.4.4