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