Changes between Version 9 and Version 35 of Ticket #12731
- Timestamp:
- 10/29/15 07:57:17 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #12731
-
Property
Status
changed from
new
toneeds_work
-
Property
Authors
changed from
to
Ralf Stephan
-
Property
Summary
changed from
Disable or raise warning with abs_integrate as default
toDisable abs_integrate
-
Property
Priority
changed from
major
tocritical
-
Property
Branch
changed from
to
u/rws/disable_abs_integrate
-
Property
Milestone
changed from
sage-6.4
tosage-6.8
-
Property
Commit
changed from
to
1993a28f9ea2dec2cfb255fddee6f01939f69372
-
Property
Status
changed from
-
Ticket #12731 – Description
v9 v35 1 1 Maxima's `abs_integrate` contributed package gives us lots of nice new integrals, but also really breaks a lot of stuff, apparently. Add to this list as you see fit: 2 * #13733 (fixed but note unwanted interactions)3 * #11590 sgn() function (not reported upstream?)2 * #13733 Incorrect integral in Maxima 3 * #11590 Integrating the sgn() function can produce incorrect results 4 4 * #14591 cosh integral incorrect because of abs_integrate 5 5 * #16643 integrate() infinite loop 6 * #17183 another abs_integrate error7 * #17468 log(abs(sin())) problem8 * #17511 abs(sin(x)) and abs(cos(x)) are flat-out wrong6 * #17183 Yet another abs_integrate trig integral problem 7 * #17468 Strange integration error/hang with log(abs(sin(x))) 8 * #17511 Get integral of abs(sin(x)) and abs(cos(x)) right 9 9 ---- 10 10