oo / | | 2 | 2 -y*x | -x *E dx | / 0
Integral((-x^2)*E^((-y)*x^2), (x, 0, oo))
// 2 \ / || -y*x ____ / ___\ | | || x*e \/ pi *erf\x*\/ y / | | 2 ||- -------- + ------------------- for y != 0| | 2 -y*x || 2*y 3/2 | | -x *E dx = C - |< 4*y | | || | / || 3 | || x | || -- otherwise | \\ 3 /
/ ____ | -\/ pi pi | -------- for |arg(y)| < -- | 3/2 2 | 4*y | | oo < / | | | | 2 | | 2 -y*x | | -x *e dx otherwise | | |/ \0
=
/ ____ | -\/ pi pi | -------- for |arg(y)| < -- | 3/2 2 | 4*y | | oo < / | | | | 2 | | 2 -y*x | | -x *e dx otherwise | | |/ \0
Piecewise((-sqrt(pi)/(4*y^(3/2)), Abs(arg(y)) < pi/2), (Integral(-x^2*exp(-y*x^2), (x, 0, oo)), True))
Estos ejemplos se pueden aplicar para introducción de los límites de integración inferior y superior.