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