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