Skip to content

PermutationSupport

Elements moved by a permutation.

$ wo 'PermutationSupport[{1, 2, 3}]'
{}
$ wo 'PermutationSupport[{2, 1}]'
{1, 2}
$ wo 'PermutationSupport[{1, 3}]'

PermutationSupport::permlist: Invalid permutation list {1, 3}.
PermutationSupport[{1, 3}]