
| ACE | BN | BNA | CG | CLG | COMP | FM | FREE | HEKA | IDCA | NCA | NCSF | PART | SFA | SGA | SP | SYMF | TAB | TYP |
FUNCTION: SgCharTable - compute the table of characters
CALLING SEQUENCE:
PARAMETERS:
SYNOPSIS:
EXAMPLES:
> with(SG):
> SgCharTable(3);
[ 1 1 1 ]
[ ]
[ -1 0 2 ]
[ ]
[ 1 -1 1 ]
> SgCharTable(3, 'index');
[[3], [2, 1], [1, 1, 1]]
> SgCharTable(3, [2,1], [1,1,1]);
2
SEE ALSO: TYP[IsPart] PART[ListPart]