#16653: immediately get all integral/ODE solutions instead of asking for 
assumption
-------------------------+-------------------------------------------------
   Reporter:  rws        |            Owner:
       Type:  defect     |           Status:  new
   Priority:  critical   |        Milestone:  sage-6.3
  Component:  calculus   |         Keywords:  assumption, desolve,
  Merged in:             |  integrate, maxima
  Reviewers:             |          Authors:
Work issues:             |  Report Upstream:  N/A
     Commit:             |           Branch:
   Stopgaps:             |     Dependencies:
-------------------------+-------------------------------------------------
 In #14976 charpent suggests to return lists of results from Maxima
 integral/ODE computations instead of forcing the user to stop, input an
 assumption, and calculate again. It would be consistent with the output of
 `solve` which doesn't shy from multiple solutions and returns a list as
 well in this case. To have the list members as
 `tuple(assumption,solution)` would be natural, and so this modus should be
 default, and would remove one of the most awkward behaviours of Sage for
 beginners. It still allows to assume beforehand, and to then get only that
 solution for the existing assumption. The difference is that, if no
 assumption exists, there is still immediate output of results.

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