muEC::SG::Perm2Rd – calculates a canonical reduced decomposition of a permutation

The muEC::SG::Perm2Rd function calculates a canonical reduced decomposition of perm. It is obtained by reading the Rothe diagram.

→ Examples

Call:

muEC::SG::Perm2Rd(perm)

Parameters:

perm

any list denoting a permutation

Related Functions:

muEC::SG::Perm2Rothe, muEC::SG::Rd2Perm

Example 1:

muEC::SG::Perm2Rd( [4,2,6,1,3,5] );

math