WLJS LogoWLJS Notebook

PermutationSupport

PermutationSupport[perm] returns the support of the permutation perm.

Examples

Get the support of a permutation (elements that are moved):

PermutationSupport[Cycles[{{1, 3, 5}}]]
(* {1, 3, 5} *)

Please visit the official Wolfram Language Reference for more details.

On this page