Since the sign can be 0 or 1 maybe that's why it's confused. If you
give `a` a sign it works:
>>> var('a',positive=True)
a
>>> f2=abs(a)*E**(-abs(a)*x)
>>> integrate(f2,(x,0,oo))
1
>>> limit(integrate(abs(a)*exp(-abs(a)*x), x), x, oo)
0
/c
--
You received this message because you are subscribed to the Google Groups
"sympy" 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?hl=en.