next up previous contents index
suivant: Order of a permutation monter: Permutations précédent: Inverse of a permutation   Table des matières   Index


Inverse of a cycle : cycleinv

cycleinv takes as argument a cycle.
cycleinv returns the cycle that is the inverse of the cycle given as argument.
Input :
cycleinv([2,0,1])
Output
[1,0,2]



giac documentation written by Renée De Graeve and Bernard Parisse