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

 It works as expected if you specify the variable:

 {{{
 sage: f.integral(definite=True)
 2*(y^2 - 1) + y + 2*(-y - 1) + 5
 sage: f.integral(y,definite=True)
 19/6
 }}}

 I suppose in functions of one variable it would be more consistent (within
 Sage) to figure out the variable automatically, though?

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