PermutationMax[perm]
returns the largest integer moved by the permutation perm.
PermutationMax
PermutationMax[perm]
returns the largest integer moved by the permutation perm.
Details
- PermutationMax works with Cycles objects as well as with permutation lists.
- The largest integer moved by a permutation is sometimes called its degree. Another common definition of permutation degree is the number of integers moved.
Examples
open all close allBasic Examples (2)
Scope (2)
Largest integer of the support of a permutation in cyclic form:
PermutationMax[Cycles[{{1, 5, 3, 7}, {2, 6, 10, 8, 4}}]]Maximum of the support of the identity:
PermutationMax[Cycles[{}]]Largest integer of the support of a permutation list:
PermutationMax[{7, 4, 5, 8, 1, 2, 3, 10, 9, 6, 11, 12, 13}]Maximum of the support of the identity permutation list:
PermutationMax[{1, 2, 3, 4, 5}]Generalizations & Extensions (1)
Largest integer moved by the elements of a permutation group:
PermutationMax[PermutationGroup[{Cycles[{{1, 3, 5, 7}}], Cycles[{{1, 2}, {3, 4}}]}]]Largest integer moved by the default permutation representation of a named abstract group:
PermutationLength[DihedralGroup[5]]Properties & Relations (2)
On Cycles objects, PermutationMax is equivalent to applying Max:
PermutationMax[Cycles[{{1, 6, 3}, {2, 5, 12, 9}}]] === Max@@Cycles[{{1, 6, 3}, {2, 5, 12, 9}}]On both Cycles objects and permutation lists, PermutationMax is equivalent to applying Max on the permutation support:
PermutationMax[{1, 4, 3, 10, 2, 6, 5, 7, 9, 8, 11}] === Max@PermutationSupport[{1, 4, 3, 10, 2, 6, 5, 7, 9, 8, 11}]Tech Notes
Related Guides
History
Text
Wolfram Research (2010), PermutationMax, Wolfram Language function, https://reference.wolfram.com/language/ref/PermutationMax.html.
CMS
Wolfram Language. 2010. "PermutationMax." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/PermutationMax.html.
APA
Wolfram Language. (2010). PermutationMax. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/PermutationMax.html
BibTeX
@misc{reference.wolfram_2026_permutationmax, author="Wolfram Research", title="{PermutationMax}", year="2010", howpublished="\url{https://reference.wolfram.com/language/ref/PermutationMax.html}", note=[Accessed: 13-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_permutationmax, organization={Wolfram Research}, title={PermutationMax}, year={2010}, url={https://reference.wolfram.com/language/ref/PermutationMax.html}, note=[Accessed: 13-June-2026]}