ACE BN BNA CG CLG COMP FM FREE HEKA IDCA NCA NCSF PART SFA SG SGA SP SYMF TAB TYP

FUNCTION: SgaNormal - reduce each permutation inside an expression to the minimum symmetric group containing it

CALLING SEQUENCE:

SgaNormal(e)
SgaNormal(e, m)
SGA[SgaNormal](e)
SGA[SgaNormal](e, m)

PARAMETERS:

e = any element of the symmetric group algebra
m = any positive integer denoting the degree of a symmetric group

SYNOPSIS:

EXAMPLES:


> with(SGA):
> SgaNormal(a*A[3,1,2] - b^2*A[2,1,3,4]);
 
                             2
                          - b  A[2, 1] + a A[3, 1, 2]
 
> SgaNormal(a*A[3,1,2] - b^2*A[2,1,3,4], 3);
 
                            2
                         - b  A[2, 1, 3] + a A[3, 1, 2]
 

SEE ALSO: