#11445: symbolic integration fails on a very simple test case
------------------------+---------------------------------------------------
   Reporter:  pdehaye   |          Owner:  burcin    
       Type:  defect    |         Status:  new       
   Priority:  critical  |      Milestone:  sage-4.7.1
  Component:  calculus  |       Keywords:  integrate 
Work_issues:            |       Upstream:  N/A       
   Reviewer:            |         Author:            
     Merged:            |   Dependencies:            
------------------------+---------------------------------------------------
 The following happens
 {{{
 sage: var("x")
 x
 sage: integrate(abs(x - 1) + abs(x + 1) - 2*abs(x),
 (x,-Infinity,Infinity))
 0
 sage: integrate(abs(x - 1) + abs(x + 1) - 2*abs(x),(x,-Infinity,10))
 2
 }}}
 The second answer is the correct one, of course...

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