We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5c8ef2 commit 951bfafCopy full SHA for 951bfaf
src/sage/combinat/partition.py
@@ -2579,6 +2579,7 @@ def glaisher_franklin_inverse(self, s):
2579
The map is inverse to :meth:`glaisher_franklin`::
2580
2581
sage: all(mu.glaisher_franklin(s).glaisher_franklin_inverse(s) == mu
2582
+ ....: mu.glaisher_franklin_inverse(s).glaisher_franklin(s) == mu
2583
....: for n in range(20) for mu in Partitions(n)
2584
....: for s in range(1, 5))
2585
True
0 commit comments