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