Documentation excerpt
Frobenius notation of a partition
p
Returns the Frobenius notation of the
partition p. This is a list of two lists (list of
diagonal arms, list of diagonal legs) which encodes the
decomposition of the diagram of the partition p into
diagonal hooks.
We compute the frobenius notation of the partition [7, 5, 3,
3, 1] which has diagonal hooks:
combinat::partitions::toFrobenius( [7, 5, 3, 3, 1] )
[[6, 3, 0], [4, 2, 1]]