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

FUNCTION: SfMat - transition matrix between symmetric functions bases

CALLING SEQUENCE:

SfMat(n, b_1, b_2)
SYMF[SfMat](n, b_1, b_2)

PARAMETERS:

n = any positive integer
b_1, b_2 = any names denoting known bases

SYNOPSIS:

EXAMPLES:


> with(SYMF):
> SfMat(4, 's', 'm');
 
                            [ 1  1  1  1  1 ]
                            [               ]
                            [ 0  1  1  2  3 ]
                            [               ]
                            [ 0  0  1  1  2 ]
                            [               ]
                            [ 0  0  0  1  3 ]
                            [               ]
                            [ 0  0  0  0  1 ]
 

SEE ALSO: TYP[Sf]