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: math is embedded into math by adding the fixed point math.

→ Examples

Call:

Parameters:

perm1, perm2

any lists denoting permutations

Related Functions:

muEC::TYP::IsPerm

Example 1:

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

math

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

math