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[1]= |
Use the resource function FerrersDiagram to show the Ferrers diagrams of the partition and its conjugate together:
In[2]:= |
Out[2]= |
Some partitions are self-conjugate:
In[3]:= |
In[4]:= |
Out[4]= |
Using the resource function FerrersDiagram, verify that 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