#780: calculus integration failing due to maxima interacting when it shouldn't
----------------------+-----------------------------------------------------
Reporter: was | Owner: gfurnish
Type: defect | Status: assigned
Priority: major | Milestone: sage-3.2.1
Component: calculus | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Comment (by tjlahey):
I've noticed this many times when running my integration tests. Axiom
handles these kinds of integrals by returning multiple solutions. Maxima
could do the same and that's what I think is the best solution.
One possible solution on the Sage side would be to add optional parameters
to answer the questions. So, the first time one tries the integral, you
get the trackback so you re-run the integration with an added parameter to
answer the question (or series of questions for problems with several
branches).
Since the questions are yes/no based, another option arises, that is more
difficult to implement but better for the user. This would be to have an
option for Sage to build up the branches by re-running the integration
answering the questions automatically and noting the solution and the
question+answer.
Both of these Sage solutions require improvements to the pexpect interface
which are likely non-trivial.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/780#comment:6>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---