Permute
Permute(list, Cycles({permutationCycles}))permutes the
listfrom the cycles inpermutationCycles.
Permute(list, permutation-list)permutes the
listfrom the permutations defined inpermutation-list.
See
Examples
>> Permute(CharacterRange("v", "z"), Cycles({{1, 5, 3}})){x,w,z,y,v}Related terms
Cycles, FindPermutation, PermutationCycles, PermutationCyclesQ, PermutationList, PermutationListQ, PermutationReplace, Permutations
Implementation status
- ✅ - full supported