Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Switch the rows and columns of a partition
ResourceFunction["ConjugatePartition"][p] gives the partition that transposes the rows and columns of the integer partition p. |
A partition of 10 and its conjugate:
| In[1]:= |
| Out[2]= |
Show the Ferrers diagrams of the partition and its conjugate together:
| In[3]:= |
| Out[3]= | ![]() |
Some partitions are self-conjugate:
| In[4]:= |
| Out[4]= |
A self-conjugate partition has a symmetric Ferrers diagram:
| In[5]:= |
| Out[5]= | ![]() |
This work is licensed under a Creative Commons Attribution 4.0 International License