oo / | | -a*x | e dx | / -oo
Integral(exp((-a)*x), (x, -oo, oo))
/ // -a*x \
| ||-e |
| -a*x ||------- for a != 0|
| e dx = C + |< a |
| || |
/ || x otherwise |
\\ /
/ / pi pi\ | 0 for And||pi + arg(a)| < --, |arg(a)| < --| | \ 2 2 / | | oo | / < | | | -a*x | | e dx otherwise | | |/ |-oo \
=
/ / pi pi\ | 0 for And||pi + arg(a)| < --, |arg(a)| < --| | \ 2 2 / | | oo | / < | | | -a*x | | e dx otherwise | | |/ |-oo \
Piecewise((0, (Abs(arg(a)) < pi/2)∧(Abs(pi + arg(a)) < pi/2)), (Integral(exp(-a*x), (x, -oo, oo)), True))
Use the examples entering the upper and lower limits of integration.