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

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

CALLING SEQUENCE:

Free2Table(free)
FREE[Free2Table](free)

PARAMETERS:

free = any element of the free algebra

SYNOPSIS:

EXAMPLES:


> with(FREE):
> Free2Table(q^2*w[1,2,1] + w[2,1,1] + q*w[1,2,1]);
 
                             table(sparse,[
                                            2
                               [1, 2, 1] = q  + q
                               [2, 1, 1] = 1
                             ])
 

SEE ALSO: Table2Free