3.1.56 \(\int \frac {e^{c+d x^2} \text {Erf}(b x)}{x} \, dx\) [56]

Optimal. Leaf size=20 \[ \text {Int}\left (\frac {e^{c+d x^2} \text {Erf}(b x)}{x},x\right ) \]

[Out]

Unintegrable(exp(d*x^2+c)*erf(b*x)/x,x)

________________________________________________________________________________________

Rubi [A]
time = 0.02, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {e^{c+d x^2} \text {Erf}(b x)}{x} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[(E^(c + d*x^2)*Erf[b*x])/x,x]

[Out]

Defer[Int][(E^(c + d*x^2)*Erf[b*x])/x, x]

Rubi steps

\begin {align*} \int \frac {e^{c+d x^2} \text {erf}(b x)}{x} \, dx &=\int \frac {e^{c+d x^2} \text {erf}(b x)}{x} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.11, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {e^{c+d x^2} \text {Erf}(b x)}{x} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[(E^(c + d*x^2)*Erf[b*x])/x,x]

[Out]

Integrate[(E^(c + d*x^2)*Erf[b*x])/x, x]

________________________________________________________________________________________

Maple [A]
time = 0.07, size = 0, normalized size = 0.00 \[\int \frac {{\mathrm e}^{d \,x^{2}+c} \erf \left (b x \right )}{x}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(d*x^2+c)*erf(b*x)/x,x)

[Out]

int(exp(d*x^2+c)*erf(b*x)/x,x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(d*x^2+c)*erf(b*x)/x,x, algorithm="maxima")

[Out]

integrate(erf(b*x)*e^(d*x^2 + c)/x, x)

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(d*x^2+c)*erf(b*x)/x,x, algorithm="fricas")

[Out]

integral(erf(b*x)*e^(d*x^2 + c)/x, x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} e^{c} \int \frac {e^{d x^{2}} \operatorname {erf}{\left (b x \right )}}{x}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(d*x**2+c)*erf(b*x)/x,x)

[Out]

exp(c)*Integral(exp(d*x**2)*erf(b*x)/x, x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(d*x^2+c)*erf(b*x)/x,x, algorithm="giac")

[Out]

integrate(erf(b*x)*e^(d*x^2 + c)/x, x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.05 \begin {gather*} \int \frac {{\mathrm {e}}^{d\,x^2+c}\,\mathrm {erf}\left (b\,x\right )}{x} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((exp(c + d*x^2)*erf(b*x))/x,x)

[Out]

int((exp(c + d*x^2)*erf(b*x))/x, x)

________________________________________________________________________________________