Skip to content

PermutationListQ

PermutationListQ(permutation-list)

if permutation-list is a valid permutation list return True.

See

Examples

>> PermutationListQ({5, 7, 6, 1, 3, 4, 2, 8})
True

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

Implementation status

  • ✅ - full supported

Github