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