muEC::SG::Perm2RRep – calculates the matrix representing a permutation in the regular representation

The muEC::SG::Perm2RRep function calculates the matrix representing perm in the regular representation. It amounts to consider perm as the linear operator acting on permutations by left multiplication.

→ Examples

Call:

muEC::SG::Perm2RRep(perm)

Parameters:

perm

any list denoting a permutation

Related Functions:

muEC::SG::Mat2Perm, muEC::SG::Perm2Mat, muEC::SG::RRep2Perm

Example 1:

muEC::SG::Perm2RRep( [2,3,1] );

math

muEC::SG::RRep2Perm( % );

math