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

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

CALLING SEQUENCE:

IdcaOnPol(e_1, exp)
IdcaOnPol(e_1, exp, v)
IDCA[IdcaOnPol](e_1, exp)
IDCA[IdcaOnPol](e_1, exp, v)

PARAMETERS:

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

SYNOPSIS:

EXAMPLES:


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

SEE ALSO: