62.7 IsGroupTransformation

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.

Previous Up Top Next
Index

GAP 3.4.4
April 1997