#5679: fix a bug in solve and polynomial generators
------------------------+---------------------------------------------------
   Reporter:  was       |          Owner:  burcin    
       Type:  defect    |         Status:  new       
   Priority:  major     |      Milestone:  sage-4.7.2
  Component:  calculus  |       Keywords:            
Work_issues:            |       Upstream:  N/A       
   Reviewer:            |         Author:            
     Merged:            |   Dependencies:            
------------------------+---------------------------------------------------

Comment(by kcrisman):

 > Incidentally, we never get to the `args[0]` because you are solving a
 single expression, so it goes to `ex.solve(*args)`.  So maybe we should
 check for that...  But in any case the syntax is now
 > Weirdly,
 > {{{
 > sage: solve([symbolic_expression(x0) == 0], SR(x0), SR(x1), SR(x2))
 > ([x0 == 0], [1])
 > }}}

 These (tangential) things are both addressed at #10750, as it turns out.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5679#comment:2>
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to