group(deprecated)
invperm
find inverse of a permutation
Calling Sequence
Parameters
Description
Examples
invperm(perm)
perm
-
permutation in disjoint cycle notation
Important: The group package has been deprecated. Use the superseding command GroupTheory[PermInverse] instead.
The inverse is computed, and the result is output in disjoint cycle notation.
The command with(group,invperm) allows the use of the abbreviated form of this command.
with⁡group:
invperm⁡4,6,5,2,11
2,11,4,5,6
See Also
group[permgroup]
GroupTheory
GroupTheory[PermInverse]
Download Help Document