-
-
Notifications
You must be signed in to change notification settings - Fork 673
Closed
Description
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...
Upstream: Fixed upstream, in a later stable release.
CC: @kcrisman
Component: calculus
Keywords: integrate
Author: Michael Orlitzky
Reviewer: Karl-Dieter Crisman
Merged: sage-5.0.beta11
Issue created by migration from https://trac.sagemath.org/ticket/11445