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

FUNCTION: SgaOnPol - action of an element of the algebra on an expression

CALLING SEQUENCE:

SgaOnPol(e_1, exp)
SgaOnPol(e_1, exp, v)
SGA[SgaOnPol](e_1, exp)
SGA[SgaOnPol](e_1, exp, v)

PARAMETERS:

e_1 = any element of the symmetric group algebra
exp = any expression
v = any (extra) string

SYNOPSIS:

EXAMPLES:


> with(SGA):
> SgaOnPol(A[2,1], x1+x3);
 
                                    x2 + x3
 
> SgaOnPol(A[2,1], x1+x3, `y`);
 
                                    x1 + x3
 
> SgaOnPol(A[2,1] - x3*A[3,1,2], x1+x3);
 
                            - x3 (x2 + x3) + x2 + x3
 

SEE ALSO: