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

FUNCTION: SfInternal - compute the inner tensor product of symmetric functions

CALLING SEQUENCE:

SfInternal(sf_1, sf_2, b_1, b_2)
SYMF[SfInternal](sf_1, sf_2, b_1, b_2)

PARAMETERS:

sf_1, sf_2 = any symmetric functions
b_1, b_2 = any strings denoting names of known bases

SYNOPSIS:

EXAMPLES:


> with(SYMF):
> SfInternal(p3*p3*p2*p1*p1, p3*p3*p2*p1*p1);
 
                                     2      2
                                72 p3  p2 p1
 
> SfZee([3,3,2,1,1]);
 
                                      72
 
> SfInternal(s[3,2,1], p3*h3, 's');
 
                                    2            3
                            - 2/3 p3  - 1/3 p3 p1
 

SEE ALSO: Char2Sf SfPlethysm Sf2Char SfZee