#10750: Fix solve so that additional args are properly handled
-------------------------------+--------------------------------------------
   Reporter:  kcrisman         |          Owner:  burcin                       
       Type:  defect           |         Status:  needs_work                   
   Priority:  major            |      Milestone:                               
  Component:  symbolics        |       Keywords:  solve, maxima, Maxima, sd35.5
Work_issues:  error in Maxima  |       Upstream:  N/A                          
   Reviewer:  Paul Zimmermann  |         Author:  John Palmieri                
     Merged:                   |   Dependencies:                               
-------------------------------+--------------------------------------------

Comment(by kcrisman):

 Paul's problem is just that Maxima recognized that everything is a
 solution and returned `all`.
 {{{
 (%i1) solve(q=q,(w,y,z));
 (%o1)                                 all
 (%i2) solve(w=w,(w,y,z));
 (%o2)                                 all
 (%i3) solve(w=w,y);
 (%o3)                                 all
 (%i4) solve(w=w,w);
 (%o4)                                 all
 }}}
 We would need to special-case this somehow.  Good eye!

 ----

 Here's another [http://ask.sagemath.org/question/1142/solving-multilinear-
 integer-equations place] where someone might have run into this problem.
 We should really fix this soon.

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