Macaulay2 » Documentation
Packages » Permutations :: inverse(Permutation)
next | previous | forward | backward | up | index | toc

inverse(Permutation) -- computes the inverse of a permutation

Description

i1 : p = permutation {3,1,2,5,4}

o1 = Permutation{3, 1, 2, 5, 4}

o1 : Permutation
i2 : fixedPoints p

o2 = {}

o2 : List

Ways to use this method:


The source of this document is in Permutations/Documentation/mainDocs.m2:347:0.