Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Evaluate the Schur polynomial corresponding to an integer partition
ResourceFunction["SchurS"][p,{x1,…,xn}] gives the Schur polynomial sp(x1,…,xn) corresponding to the integer partition p in the variables x1,…,xn. |
A Schur polynomial in two variables:
In[1]:= |
Out[1]= |
Generate all partitions of 8 into at most 3 integers:
In[2]:= |
Out[2]= |
Generate all Schur polynomials in three variables of degree 8:
In[3]:= |
Out[3]= |
Count the number of semi-standard Young tableaux of shape (4 2 1 1), with entries taken from the numbers 1 to 4:
In[4]:= |
Out[4]= |
Verify Jacobi's bialternant formula for the Schur polynomial:
In[5]:= |
Out[6]= |
Generate all monomial symmetric polynomials of degree 5:
In[7]:= |
Out[8]= |
Generate the Kostka numbers as the coefficients that arise when the Schur polynomial is expanded in the monomial symmetric basis:
In[9]:= |
Out[9]= |
The Littlewood-Richardson rule states that the product of two Schur polynomials can be expressed as a linear combination of Schur polynomials with integer coefficients. Generate the product from the original example by Littlewood and Richardson:
In[10]:= |
Out[11]= |
Use PolynomialReduce to find the coefficients for the Schur polynomial terms of the product (this might take a while to evaluate):
In[12]:= |
Out[13]= |
Show the mapping between the nonzero coefficients and their corresponding partitions:
In[14]:= |
Out[14]= |
Reconstruct the original polynomial:
In[15]:= |
Out[15]= |
PolynomialReduce can be used to find the coefficients for the expansion of any symmetric polynomial in the Schur basis:
In[16]:= |
Out[17]= |
This work is licensed under a Creative Commons Attribution 4.0 International License