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.
muEC::SG::SgTranspo(i)=[1, ..., i+1, i].
muEC::SG::SgTranspo(i,n) =[1, ..., i+1, i, ..., n].
muEC::SG::SgTranspo(i,j,n) =[1, ..., j, ..., i, ..., n].
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:
muEC::SG::SgTranspo( 2, 6 );
muEC::SG::SgTranspo( 3, 5, 7 );