oo / | | x*(t - 1) | E dx | / 0
Integral(E^(x*(t - 1)), (x, 0, oo))
/ // x*(t - 1) \ | ||e | | x*(t - 1) ||---------- for -1 + t != 0| | E dx = C + |< -1 + t | | || | / || x otherwise | \\ /
/ -1 pi | ------ for |pi + arg(-1 + t)| < -- | -1 + t 2 | | oo | / < | | | x*(-1 + t) | | e dx otherwise | | |/ |0 \
=
/ -1 pi | ------ for |pi + arg(-1 + t)| < -- | -1 + t 2 | | oo | / < | | | x*(-1 + t) | | e dx otherwise | | |/ |0 \
Piecewise((-1/(-1 + t), Abs(pi + arg(-1 + t)) < pi/2), (Integral(exp(x*(-1 + t)), (x, 0, oo)), True))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.