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