Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Determine if a list of values forms a Young tableau
ResourceFunction["TableauQ"][t] determines if t is a Young tableau. |
Young diagram of Young tableau {{1,2,4},{3,5}}, English notation | |
Young diagram of Young tableau {{1,2,4},{3,5}}, French notation | |
Ferrers diagrams of Young tableau {{1,2,4},{3,5}} | |
{{1,2,4},{3,5}} | Young tableau |
Check a simple tableau:
In[1]:= |
Out[1]= |
Create a random pair of order 15 tableaux:
In[2]:= |
Out[2]= |
Verify these are each a tableau:
In[3]:= |
Out[3]= |
This is not a tableau:
In[4]:= |
Out[4]= |
All 6! tableaux pairs generated from order 6 permutations are verified as being tableaux:
In[5]:= |
Out[5]= |
This work is licensed under a Creative Commons Attribution 4.0 International License