#13413: fix integer overflow (?) in conversion of powersums to Schur functions
---------------------------------------+-----------------------------
       Reporter:  saliola              |        Owner:  sage-combinat
           Type:  defect               |       Status:  new
       Priority:  major                |    Milestone:  sage-5.13
      Component:  combinatorics        |   Resolution:
       Keywords:  symmetric functions  |    Merged in:
        Authors:                       |    Reviewers:
Report Upstream:  N/A                  |  Work issues:
         Branch:                       |       Commit:
   Dependencies:                       |     Stopgaps:
---------------------------------------+-----------------------------

Comment (by zabrocki):

 The error seems to be within Symmetrica.  I computed `s(p([1]*36))` and
 stuck in a print statement to print out the intermediate symmetrica
 object.  I found that the coefficient of the partition `111122334567` is
 `5.061293.630159.021056` and this agrees with what is returned by the
 command `g = s(p([1]*36))`
 {{{
 sage: g.coefficient([7,6,5,4,3,3,2,2,1,1,1,1])
 5061293630159021056
 }}}
 however the coefficient should be
 {{{
 sage: StandardTableaux([7,6,5,4,3,3,2,2,1,1,1,1]).cardinality()
 12961662907729536000
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/13413#comment:11>
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.

Reply via email to