Skip to content

PermutationCycles

PermutationCycles(permutation-list)

generate a Cycles({{...},{...}, ...}) expression from the permutation-list.

See

Examples

>> PermutationCycles({3, 1, 2, 5, 4})
Cycles({{1,3,2},{4,5}})

Cycles, FindPermutations, PermutationCyclesQ, PermutationList, PermutationListQ, PermutationReplace, Permutations, Permute

Implementation status

  • ✅ - full supported

Github