Cycles representation Given a permutation, returns a list with the cycles. Syntax cycles_representation(Permutation) Description cycles_representation(Permutation) Given a permutation, returns a list where each element is a cycle of the permutation. Related functions Order, Transposition Table of Contents Syntax Description Related functions