
| ACE | BN | BNA | CG | CLG | COMP | FM | 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:
PARAMETERS:
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