I think integrate should never ask for the sign of the integration variable.
integrate
(%i1) integrate(sqrt(x^2+x^3),x,-1,1); Is x positive or negative?
It definitely should know that in the current example its sign can be both.
Fixed by commit [7e014f].
Commit: [7e014f]
Log in to post a comment.
It definitely should know that in the current example its sign can be both.
Fixed by commit [7e014f].
Related
Commit: [7e014f]