Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Construct the corresponding partition, given a Frobenius symbol
ResourceFunction["PartitionFromFrobeniusSymbol"][f] gives the partition whose Frobenius symbol is f. |
A Frobenius symbol is matrix with two decreasing rows of nonnegative integers:
In[1]:= |
This finds the partition corresponding to the Frobenius symbol:
In[2]:= |
Out[2]= |
Here is another example:
In[3]:= |
In[4]:= |
Out[4]= |
Confirm that partitions and Frobenius symbols round-trip as expected:
In[5]:= |
Out[5]= |
In[6]:= |
Out[6]= |
This work is licensed under a Creative Commons Attribution 4.0 International License