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

FUNCTION: SgCharTable - compute the table of characters

CALLING SEQUENCE:

SgCharTable(n)
SgCharTable(n, 'index')
SgCharTable(n, part_1, part_2)
SG[SgCharTable](n)
SG[SgCharTable](n, 'index')
SG[SgCharTable](n, part_1, part_2)

PARAMETERS:

n = any positive integer denoting the degree of a symmetric group
part_1, part_2 = any lists denoting partitions

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]