Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Convert a partially ordered set of coordinates to a Young tableau
ResourceFunction["PosetToTableau"][poset] converts the partially ordered set of coordinates poset to a Young tableau. |
Convert a poset into a Young tableau:
In[1]:= |
Out[1]= |
The resource function TableauToPoset recovers the original poset:
In[2]:= |
Out[2]= |
Enumerate all Young tableaux of shape (4,2), and convert them into posets:
In[3]:= |
Out[4]= |
Convert these posets to Young tableaux:
In[5]:= |
Out[5]= |
Check the back and forth conversion:
In[6]:= |
Out[6]= |
Generate a random sampling of Young tableaux, and convert them to posets:
In[7]:= |
Out[8]= |
Convert these posets to Young tableaux:
In[9]:= |
Out[9]= |
Check the back and forth conversion:
In[10]:= |
Out[10]= |
This work is licensed under a Creative Commons Attribution 4.0 International License