SG::Perm2Inv --
inverts a permutation
Call(s)
SG::Perm2Inv(perm)
Parametersperm | - | any list denoting a permutation |
Introduction
The SG::Perm2Inv function inverts a permutation perm.
Example 1>> muEC::SG::Perm2Inv( [3,1,2,4] );
[2, 3, 1, 4]
Related FunctionsMuPAD Combinat, an open source algebraic combinatorics package