Skip to content

Permute

Permute(list, Cycles({permutationCycles}))

permutes the list from the cycles in permutationCycles.

Permute(list, permutation-list)

permutes the list from the permutations defined in permutation-list.

See

Examples

>> Permute(CharacterRange("v", "z"), Cycles({{1, 5, 3}}))
{x,w,z,y,v}

Cycles, FindPermutation, PermutationCycles, PermutationCyclesQ, PermutationList, PermutationListQ, PermutationReplace, Permutations

Implementation status

  • ✅ - full supported

Github