Skip to content

FindPermutation

Returns the permutation in Cycles form that maps one list to another.

$ wo 'FindPermutation[{a, b, c}, {c, a, b}]'
Cycles[{{1, 2, 3}}]