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

FUNCTION: FreeMinus - difference of two elements of the free algebra

CALLING SEQUENCE:

FreeMinus(e_1, e_2)
FREE[FreeMinus](e_1, e_2)

PARAMETERS:

e_1, e_2 = any elements of the free algebra

SYNOPSIS:

EXAMPLES:


> with(FREE):
> a:=q + u/t*w[2,1,1]:
> b:=t - w[1,2,2]:
> FreeMinus(a, b);
 
                   u w[2, 1, 1]
                   ------------ + (q - t) w[] + w[1, 2, 2]
                         t
 
> a &~- a;
 
                                      0
 

SEE ALSO: