muEC::SG::MultPerm – multiply permutations
The muEC::SG::MultPerm function calculates the product of a sequence (of arbitrary length) of permutations.
muEC::SG::MultPerm(perm1, perm2) computes perm1(perm2).
Permutations need not to belong to the same symmetric group: is embedded into by adding the fixed point .
Call:
Parameters:
perm1, perm2: |
any lists denoting permutations |
Related Functions:
muEC::SG::MultPerm( [1,3,2], [2,3,1] );
muEC::SG::MultPerm( [1,3,2], [2,3,1], [1,3,2,4] );