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

FUNCTION: NcaAdd - sum of two elements of the nilCoxeter algebra

CALLING SEQUENCE:

NcaAdd(e_1, e_2)
NCA[NcaAdd](e_1, e_2)

PARAMETERS:

e_1, e_2 = any elements of the nilCoxeter algebra

SYNOPSIS:

EXAMPLES:


> with(NCA):
> a:=q + u/t*A[3,1,2]:
> b:=t - A[1,3,2]:
> NcaAdd(a, b);
 
                                     u A[3, 1, 2]
                (q + t) A[1, 2, 3] + ------------ - A[1, 3, 2]
                                           t
 
> a &@+ b;
 
                                     u A[3, 1, 2]
                (q + t) A[1, 2, 3] + ------------ - A[1, 3, 2]
                                           t
 

SEE ALSO: