#6816: [with patch, needs review] sage/maxima hang when doing an indefinite
integral
------------------------+---------------------------------------------------
   Reporter:  was       |       Owner:  burcin             
       Type:  defect    |      Status:  needs_work         
   Priority:  major     |   Milestone:  sage-4.2.1         
  Component:  calculus  |    Keywords:                     
Work_issues:            |      Author:  Karl-Dieter Crisman
   Reviewer:            |      Merged:                     
------------------------+---------------------------------------------------
Changes (by jason):

  * status:  needs_review => needs_work


Comment:

 Hmm...that code looks pretty long.  Why not just:

 {{{
 if 1<=len(v)<=3:
     return integral(expression,*v)
 }}}

 and take care of all three cases in one swoop?

 Also, it completely ignores the rest of the parameters in the function
 call, like algorithm, etc.

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