GroupTheory
Degree
return the degree of a permutation group
Support
return the set of points moved by a permutation group
SupportLength
return the number of points moved by a permutation group
MinSupport
return the smallest point moved by a permutation group
MaxSupport
return the largest point moved by a permutation group
Calling Sequence
Parameters
Description
Examples
Compatibility
Degree( G )
Support( G )
SupportLength( G )
MinSupport( G )
MaxSupport( G )
G
-
a permutation group
The degree of a permutation group is the cardinality of the set upon which it acts. Since permutation groups act on sets of the form , the degree is the positive integer . In other words, the degree is the smallest positive integer such that is a subgroup of .
The Degree( G ) command returns the degree of a permutation group G.
Some group constructors, such as those for the symmetric and alternating groups take a degree parameter as input, and the Degree command returns this value.
The support of the permutation group is the set of positive integers displaced by some member of .
The Support( G ) command returns the support of G as a Maple set of positive integers.
The SupportLength( G ) command returns the cardinality of the support of G. Note that this may differ from the degree of G.
The MinSupport( G ) command returns the smallest positive integer that is displaced by the permutation group G. Similarly, the MaxSupport( G ) command returns the largest positive integer displaced by some member of G.
The GroupTheory[Degree], GroupTheory[Support], GroupTheory[SupportLength], GroupTheory[MinSupport] and GroupTheory[MaxSupport] commands were introduced in Maple 17.
For more information on Maple 17 changes, see Updates in Maple 17.
See Also
GroupTheory[AlternatingGroup]
GroupTheory[DihedralGroup]
Perm
Download Help Document