Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Enumerate all standard Young tableaux of a given shape
ResourceFunction["StandardYoungTableaux"][p] generates a list of all standard Young tableaux with shape corresponding to the integer partition p. |
The standard Young tableaux corresponding to the integer partition (2,1,1):
In[1]:= |
Out[1]= |
Visualize all the standard Young tableaux with shape (3,2,1,1):
In[2]:= |
Out[2]= |
Count the standard Young tableaux:
In[3]:= |
Out[3]= |
All the results of StandardYoungTableaux satisfy the resource function TableauQ:
In[4]:= |
Out[4]= |
In[5]:= |
Out[5]= |
Count the number of standard Young tableaux of a given shape:
In[6]:= |
Out[6]= |
In[7]:= |
Out[7]= |
This is the same as the result of the resource function NumberOfTableaux:
In[8]:= |
Out[8]= |
Count all the standard Young tableaux corresponding to all partitions of a given number:
In[9]:= |
Out[9]= |
In[10]:= |
Out[10]= |
This is the same as the result of the resource function NumberOfTableaux:
In[11]:= |
Out[11]= |
This work is licensed under a Creative Commons Attribution 4.0 International License