Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Get the list of lists whose entries are the hook lengths of the entries of a Young diagram
ResourceFunction["HookLengths"][p] gives a list of lists of lengths p for a partition p where an entry is the hook length of the corresponding cell in the Young diagram of p. |
Here is a partition:
In[1]:= |
|
This is its Ferrers diagram:
In[2]:= |
|
Out[2]= |
|
These are the hook lengths for the shape p:
In[3]:= |
|
Out[3]= |
|
This is used to format a Young diagram:
In[4]:= |
|
The Young diagram with shape p:
In[5]:= |
|
Out[5]= |
|
A hook of length 5:
In[6]:= |
|
Out[6]= |
|
The hook lengths of p:
In[7]:= |
|
Out[7]= |
|
The number of standard Young tableaux for the diagram of shape p:
In[8]:= |
|
Out[8]= |
|
This work is licensed under a Creative Commons Attribution 4.0 International License