SG::Part2SgCC --
computes a conjugacy class of the symmetric group
Call(s)
SG::Part2SgCC(part <,nb>)
Parameterspart | - | any list denoting a partition |
nb | - | only counts objects |
IntroductionThe SG::Part2SgCC function computes the list of all permutations
whose cycle type is the given partition part.
Example 1>> muEC::SG::Part2SgCC( [2,1] );
[[2, 1, 3], [3, 2, 1], [1, 3, 2]]
>> muEC::SG::Part2SgCC( [5,4,3,1], nb );
103783680
Related FunctionsMuPAD Combinat, an open source algebraic combinatorics package