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

FUNCTION: SfJtMat - compute the Jacobi-Trudi matrix

CALLING SEQUENCE:

SfJtMat(part)
SYMF[SfJtMat](part)

PARAMETERS:

part = any list denoting a (skew) partition

SYNOPSIS:

EXAMPLES:


> with(SYMF):
> SfJtMat([3,2,1,1]);
 
                               [ h3  h4  h5  h6 ]
                               [                ]
                               [ h1  h2  h3  h4 ]
                               [                ]
                               [  0   1  h1  h2 ]
                               [                ]
                               [  0   0   1  h1 ]
 
> SfJtMat([[2,1], [1]]);
 
                                   [ h1  h3 ]
                                   [        ]
                                   [  0  h1 ]
 
> SfJtMat([[2,2,1], [1,1,1]], 'b');
 
                                 [ b1  b2  b3 ]
                                 [            ]
                                 [  1  b1  b2 ]
                                 [            ]
                                 [  0   0   1 ]
 

SEE ALSO: