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