#4721: [with patch; needs work] Indefinite integration for piecewise functions
-------------------------+--------------------------------------------------
 Reporter:  pbutler      |        Owner:  burcin    
     Type:  enhancement  |       Status:  new       
 Priority:  minor        |    Milestone:  sage-3.2.2
Component:  calculus     |   Resolution:            
 Keywords:               |  
-------------------------+--------------------------------------------------
Comment (by pbutler):

 I made integration the default for consistency with other functions. For
 example,

 {{{
 sage: f(x)=3
 sage: f.integral()
 x |--> 3*x
 sage: (x*8).integral()
 4*x^2
 sage: sin(x).integral()
 -cos(x)
 }}}

 When integrating a piecewise function in Maple, the result is the
 indefinite integral. The only difference between the Maple result and the
 patched Sage code is that Maple defines the integral outside the bounds of
 the original piecewise function, which my code does not.

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

Reply via email to