muEC::SYMF::SfJtMat – Jacobi-Trudi matrix
computes the Jacobi-Trudi matrix
Call:
muEC::SYMF::SfJtMat(part, <b>)
Parameters:
part: |
any list denoting a (skew) partition |
b: |
any name |
Related Functions:
Details:
The muEC::SYMF::SfJtMat function computes the Jacobi-Trudi matrix corresponding to the (skew) partition part. The determinant of this matrix is exactly the Schur function indexed by the partition, expressed in the h-basis.
When given a second argument, b, muEC::SYMF::SfJtMat returns a result expressed on the b-basis.
muEC::SYMF::SfJtMat( [3,2,1,1] );
muEC::SYMF::SfJtMat( [[2,1], [1]] );
muEC::SYMF::SfJtMat( [[2,2,1], [1,1,1]], b );