GroupTheory
Transitivity
compute the transitivity of a permutation group
Calling Sequence
Parameters
Description
Examples
Compatibility
Transitivity( G )
G
-
a permutation group
The transitivity of a permutation group G is the largest non-negative integer k for which G is k-transitive. In other words, the transitivity of G is k if G is k-transitive, but not k+1-transitive. (By convention, the transitivity of an intransitive group is equal to 0.)
The Transitivity( G ) command returns the transitivity of the permutation group G. The group G must be an instance of a permutation group.
with⁡GroupTheory:
Transitivity⁡Alt⁡4
2
Transitivity⁡Symm⁡4
4
Transitivity⁡Alt⁡5
3
Transitivity⁡Symm⁡5
5
Transitivity⁡MathieuGroup⁡23
The GroupTheory[Transitivity] command was introduced in Maple 2016.
For more information on Maple 2016 changes, see Updates in Maple 2016.
See Also
GroupTheory[AlternatingGroup]
GroupTheory[IsTransitive]
GroupTheory[MathieuGroup]
GroupTheory[Orbit]
GroupTheory[SymmetricGroup]
Download Help Document