#15407: bug in symmetrica
-------------------------+-------------------------------------------------
   Reporter:  zabrocki   |            Owner:
       Type:  defect     |           Status:  new
   Priority:  major      |        Milestone:  sage-5.13
  Component:             |         Keywords:  symmetrica, symmetric
  combinatorics          |  functions
  Merged in:             |          Authors:
  Reviewers:             |  Report Upstream:  N/A
Work issues:             |           Branch:
     Commit:             |     Dependencies:
   Stopgaps:             |
-------------------------+-------------------------------------------------
 The following bug was causing errors in the product of Schur functions.
 The bug in the product was resolved in #15397 by changing the product to
 use lrcalc rather than symmetrica.  The bug in symmetrica still exists.

 {{{
 sage: s = SymmetricFunctions(QQ).s()
 sage: symmetrica.mult_schur_schur(s[122,1],s[2,1])
 2*s[1]
 sage: symmetrica.mult_schur_schur(s[123],s[2,1])
 ---------------------------------------------------------------------------
 ValueError                                Traceback (most recent call
 last)
 ...
 ValueError: [0, 0, ..., 0, 122, 2, 1] is not an element of Partitions
 sage: symmetrica.mult_schur_schur(s[125],s[3])

 enter a to abort with core dump, g to go, f to supress
 s to supress further error text, r to retry,  e to explain, else stop
 ERROR: newtrans:stackoverflow?:
 }}}

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