Skip to content

PermutationList

PermutationList(Cycles({{...},{...}, ...}))

get the permutation list representation from the Cycles({{...},{...}, ...}) expression.

See

Examples

>> PermutationList(Cycles({{3, 2}, { 6, 7},{11,17}}))
{1,3,2,4,5,7,6,8,9,10,17,12,13,14,15,16,11}

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

Implementation status

  • ✅ - full supported

Github