#15397: Bug in product of symmetric functions
-------------------------+-------------------------------------------------
   Reporter:  zabrocki   |            Owner:
       Type:  defect     |           Status:  new
   Priority:  critical   |        Milestone:  sage-5.13
  Component:             |         Keywords:
  combinatorics          |          Authors:
  Merged in:             |  Report Upstream:  Reported upstream. No
  Reviewers:             |  feedback yet.
Work issues:             |           Branch:
     Commit:             |     Dependencies:
   Stopgaps:             |
-------------------------+-------------------------------------------------
 For partitions with first part >123 the product of Schur functions has
 problems.
 {{{
 sage: s = SymmetricFunctions(QQ).s()
 sage: s[121,1]*s[2,1] # ok
 s[121, 2, 1, 1] + s[121, 2, 2] + s[121, 3, 1] + s[122, 1, 1, 1] + 2*s[122,
 2, 1] + s[122, 3] + s[123, 1, 1] + s[123, 2]
 sage: s[122,1]*s[2,1] # not ok
 2*s[1]
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/15397>
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