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

FUNCTION: Table2Free - convert a table into an element of the free algebra

CALLING SEQUENCE:

Table2Free(t)
FREE[Table2Free](t)

PARAMETERS:

t = any table denoting an element of the free algebra

SYNOPSIS:

EXAMPLES:


> with(FREE):
> t:=table([[1,2,1]=q^2+q, [2,1,1]=1]);
 
                          t := table([
                                              2
                                 [1, 2, 1] = q  + q
                                 [2, 1, 1] = 1
                               ])
 
> Table2Free(t);
 
                         2
                       (q  + q) w[1, 2, 1] + w[2, 1, 1]
 

SEE ALSO: Free2Table