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