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

FUNCTION: NcaOnPol - action of an element of the algebra on a polynomial

CALLING SEQUENCE:

NcaOnPol(e_1, exp)
NcaOnPol(e_1, exp, v)
NCA[NcaOnPol](e_1, exp)
NCA[NcaOnPol](e_1, exp, v)

PARAMETERS:

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

SYNOPSIS:

EXAMPLES:


> with(NCA):
> NcaOnPol(q^2*A[3,1,2], x1^2*x2*y1^2*y2^3);
 
                                2      2   3
                               q  x1 y1  y2
 
> NcaOnPol(q^2*A[3,1,2], x1^2*x2*y1^2*y2^3, `y`);
 
                           2             2   2
                        - q  (y2 + y3) y1  x1  x2
 

SEE ALSO: