PermutationCycles
PermutationCycles[perm]
gives a disjoint cycle representation of permutation perm.
Details
- The input permutation perm can be given as a permutation list or in disjoint cyclic form.
- A permutation list is a reordering of the consecutive integers {1,2,…,n}.
- PermutationCycles[perm] returns an expression with head Cycles containing a list of cycles, each of the form {p1,p2,…,pn}, which represents the mapping of the pi to pi+1. The last point pn is mapped to p1.
- PermutationCycles[perm,h] returns an expression with head h.
- The result of PermutationCycles is automatically canonicalized by rotating each cycle so that the smallest point appears first and ordering cycles by the first point.
Examples
open allclose allScope (4)
With a head other than Cycles, singletons are kept:
On other cyclic permutations the input is returned unchanged:
PermutationCycles works efficiently with large permutation lists:
Applications (2)
Properties & Relations (6)
The collection of cycles returned by PermutationCycles corresponds to the permutation that generates the list from sorted order:
PermutationList gives the inverse of PermutationCycles:
A combination of PermutationCycles and PermutationList adds singletons:
A permutation matrix corresponding to a given permutation list:
Use the "PermutationCycles" property of PermutationMatrix to get the corresponding disjoint cycle representation:
This is equivalent to directly applying PermutationCycles to the permutation list:
A Wolfram Language implementation of PermutationCycles:
The built-in version is faster:
Number of permutations of the symmetric group with 6 to 1 cycles, including 1-cycles:
Construct an associated polynomial:
This is equivalent to FactorialPower:
Text
Wolfram Research (2010), PermutationCycles, Wolfram Language function, https://reference.wolfram.com/language/ref/PermutationCycles.html (updated 2012).
CMS
Wolfram Language. 2010. "PermutationCycles." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2012. https://reference.wolfram.com/language/ref/PermutationCycles.html.
APA
Wolfram Language. (2010). PermutationCycles. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/PermutationCycles.html