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

FUNCTION: FreeConcat - concatenation product in the free algebra

CALLING SEQUENCE:

FreeConcat(e_1, e_2)
FREE[FreeConcat](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]:
> FreeConcat(a, b);
 
                                              u w[2, 1, 1, 1, 2, 2]
      q t w[] + u w[2, 1, 1] - q w[1, 2, 2] - ---------------------
                                                        t
 
> a &~* b;
 
                                              u w[2, 1, 1, 1, 2, 2]
      q t w[] + u w[2, 1, 1] - q w[1, 2, 2] - ---------------------
                                                        t
 

SEE ALSO: FreeShuffle