Updates:
Status: Invalid
Comment #2 on issue 3298 by [email protected]: integrate / limit does not
know the sign of abs() / does nor catch NotImplementedError from limit()
http://code.google.com/p/sympy/issues/detail?id=3298
See the mailing list discussion. This is actually not a bug, because the
sign is different depending on if Abs(a) is positive or 0, and the answer
is different in the two cases as well (both of the limit and the integral).
If you want a to be strictly positive, it's better to use a = Symbol('a',
positive=True).
--
You received this message because you are subscribed to the Google Groups
"sympy-issues" 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/sympy-issues?hl=en.