muEC::SG::SgTranspo – returns a transposition

The muEC::SG::SgTranspo function returns a transposition, that is a permutation interchanging two values and fixing all others.

→ Examples

Call:

muEC::SG::SgTranspo(i, <j>, <n>)

Parameters:

n

degree of a symmetric group (positive integer)

i

any positive integer

j

any positive integer

Related Functions:

Example 1:

muEC::SG::SgTranspo( 2, 6 );

math

muEC::SG::SgTranspo( 3, 5, 7 );

math