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

FUNCTION: CgSchurSeries - truncated Schur function series

CALLING SEQUENCE:

CgSchurSeries(typ, rank)
CG[CgSchurSeries](typ, rank)

PARAMETERS:

typ = the type of the Schur function series
rank = the rank of truncature

SYNOPSIS:

EXAMPLES:


> with(CG):
> CgSchurSeries(A, 10);
 
    1 - s[1, 1] + s[2, 1, 1] - s[3, 1, 1, 1] + s[4, 1, 1, 1, 1]
 
    - s[3, 3, 2, 2] - s[5, 1, 1, 1, 1, 1] - s[2, 2, 2] + s[3, 2, 2, 1]
 
    - s[4, 2, 2, 1, 1]
 

SEE ALSO: PART[Part2Frob]