IsPermGroup( obj ) C
A permutation group is a group of permutations on a finite set W of positive integers. GAP does not require the user to specify the operation domain W when a permutation group is defined.
gap> g:=Group((1,2,3,4),(1,2)); Group( [ (1,2,3,4), (1,2) ] )
Permutation groups are groups and therefore all operations for groups (see Chapter Groups) can be applied to them. In many cases special methods are installed for permutation groups that make computations more effective.
[Top] [Previous] [Up] [Next] [Index]
GAP 4 manual