0 / | | -I*pi*n*x | ---------- | 3 | e dx | / -3
Integral(exp((-(i*pi)*n*x)/3), (x, -3, 0))
/ | // -I*pi*n*x \ | -I*pi*n*x || ---------- | | ---------- || 3 | | 3 ||3*I*e | | e dx = C + |<--------------- for n != 0| | || pi*n | / || | || x otherwise | \\ /
/ pi*I*n |3*I 3*I*e |---- - ----------- for And(n > -oo, n < oo, n != 0)
=
/ pi*I*n |3*I 3*I*e |---- - ----------- for And(n > -oo, n < oo, n != 0)
Piecewise((3*i/(pi*n) - 3*i*exp(pi*i*n)/(pi*n), (n > -oo)∧(n < oo)∧(Ne(n, 0))), (3, True))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.