62.5 IsTransformation

IsTransformation( obj )

IsTransformation returns true if the object obj is a transformation and false otherwise.

  gap> IsTransformation( [1,1,2] );
  false                             # a list is not a transformation
  gap> IsTransformation( (1,2,3) );
  false                             # a permutation is not a transformation
  gap> IsTransformation( t1 );
  true

Previous Up Top Next
Index

GAP 3.4.4
April 1997