#14306: regression in solve
-------------------------------------------------+-------------------------
       Reporter:  zimmerma                       |        Owner:  burcin
           Type:  defect                         |       Status:  new
       Priority:  major                          |    Milestone:  sage-6.3
      Component:  calculus                       |   Resolution:
       Keywords:                                 |    Merged in:
        Authors:                                 |    Reviewers:
Report Upstream:  Fixed upstream, in a later     |  Work issues:
  stable release.                                |       Commit:
         Branch:                                 |     Stopgaps:
   Dependencies:                                 |
-------------------------------------------------+-------------------------

Comment (by kcrisman):

 Ah, but with #13973 we have
 {{{
 sage: var('y,z')
 (y, z)
 sage: solve([x^2*y*z==18,x*y^3*z==24,x*y*z^4==6],x,y,z)
 [[x == 3, y == 2, z == 1], [x == (1.33721506733 - 2.68548987407*I), y ==
 (-1.70043427146 + 1.05286432575*I), z == (0.932472229404 -
 0.361241666187*I)],
 }}}
 As you see, Maxima fixed it.  So are you saying that you don't need this
 for your book?  We can still add this as a doctest elsewhere, of course.

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