suivant: Inverse of a cycle
monter: Permutations
précédent: Signature of a permutation
Table des matières
Index
Inverse of a permutation : perminv
perminv takes as argument a permutation.
perminv returns the permutation that is the inverse of the permutation
given as argument.
Input :
perminv([1,2,0])
Output
[2,0,1]
giac documentation written by Renée De Graeve and Bernard Parisse