#13413: fix integer overflow (?) in conversion of powersums to Schur functions
-------------------------------------------------+-------------------------
Reporter: saliola | Owner: sage-
Type: defect | combinat
Priority: critical | Status:
Component: combinatorics | needs_review
Keywords: symmetric functions, | Milestone: sage-5.13
symmetrica, memleak | Resolution:
Authors: Jeroen Demeyer | Merged in:
Report Upstream: Reported upstream. No | Reviewers:
feedback yet. | Work issues:
Branch: | Commit:
Dependencies: | Stopgaps:
-------------------------------------------------+-------------------------
Comment (by zabrocki):
I don't know if this kicks the can down the road or if something else is
going wrong. I am still finding failing tests if I go higher in degree.
{{{
sage: s = SymmetricFunctions(QQ).s()
sage: p = SymmetricFunctions(QQ).p()
sage: g = s(p([1]*47))
sage: g.coefficient([9,8,7,6,5,4,3,2,2,1])
14333651730948448927581696000
sage: StandardTableaux([9,8,7,6,5,4,3,2,2,1]).cardinality()
14333651730948448927581696000
sage: g = s(p([1]*55))
sage: g.coefficient([10,9,8,7,6,5,4,3,2,1])
8018556129655805634621347419399180139888640
sage: StandardTableaux([10,9,8,7,6,5,4,3,2,1]).cardinality()
44261486084874072183645699204710400
sage: s(p[2,2])
s[1, 1, 1, 1] - s[2, 1, 1] + 2*s[2, 2] - s[3, 1] + s[4]
sage: g = s(p([1]*61))
sage: g.coefficient([10,9,8,7,6,5,5,4,3,2,1,1])
776260975585827810735172007007698644433817545700
sage: StandardTableaux([10,9,8,7,6,5,5,4,3,2,1,1]).cardinality()
5801010788714895536587439870454056838000
sage: s(p[2,2])
s[1, 1, 1, 1] - s[2, 1, 1] + 498984676*s[2, 2] - s[3, 1] + s[4]
}}}
Note that computing the degree 61 calculations takes a long time. Are you
finding the same errors?
--
Ticket URL: <http://trac.sagemath.org/ticket/13413#comment:43>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/groups/opt_out.