#17128: Problem with solution_dict=True and solving for multiple variables
-------------------------+-------------------------------------------------
       Reporter:         |        Owner:
  jhpalmieri             |       Status:  needs_work
           Type:         |    Milestone:  sage-6.4
  defect                 |   Resolution:
       Priority:  major  |    Merged in:
      Component:         |    Reviewers:  Ralf Stephan
  symbolics              |  Work issues:
       Keywords:         |       Commit:
        Authors:         |  06d61ab93c522511d2e4c60e9953931f2190d858
  Miguel Marco           |     Stopgaps:
Report Upstream:  N/A    |
         Branch:         |
  public/17128           |
   Dependencies:         |
-------------------------+-------------------------------------------------
Changes (by vbraun):

 * status:  positive_review => needs_work


Comment:

 variable sort order is random:
 {{{
 sage -t --long src/sage/symbolic/expression.pyx
 **********************************************************************
 File "src/sage/symbolic/expression.pyx", line 9448, in
 sage.symbolic.expression.Expression.solve
 Failed example:
     f.solve([x, y], solution_dict=True)
 Expected:
     [{x: -r..., y: r...}]
 Got:
     [{y: r8, x: -r8}]
 **********************************************************************
 }}}

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

Reply via email to