3.3.100 \(\int e^{c+d x^2} \text {Erfi}(a+b x) \, dx\) [300]

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

[Out]

Unintegrable(exp(d*x^2+c)*erfi(b*x+a),x)

________________________________________________________________________________________

Rubi [A]
time = 0.01, 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 e^{c+d x^2} \text {Erfi}(a+b x) \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[E^(c + d*x^2)*Erfi[a + b*x],x]

[Out]

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

Rubi steps

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

________________________________________________________________________________________

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

Verification is not applicable to the result.

[In]

Integrate[E^(c + d*x^2)*Erfi[a + b*x],x]

[Out]

Integrate[E^(c + d*x^2)*Erfi[a + b*x], x]

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(exp(d*x^2+c)*erfi(b*x+a),x)

[Out]

int(exp(d*x^2+c)*erfi(b*x+a),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)*erfi(b*x+a),x, algorithm="maxima")

[Out]

integrate(erfi(b*x + a)*e^(d*x^2 + c), 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)*erfi(b*x+a),x, algorithm="fricas")

[Out]

integral(erfi(b*x + a)*e^(d*x^2 + c), x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(exp(d*x**2+c)*erfi(b*x+a),x)

[Out]

exp(c)*Integral(exp(d*x**2)*erfi(a + b*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)*erfi(b*x+a),x, algorithm="giac")

[Out]

integrate(erfi(b*x + a)*e^(d*x^2 + c), x)

________________________________________________________________________________________

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

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(erfi(a + b*x)*exp(c + d*x^2),x)

[Out]

int(erfi(a + b*x)*exp(c + d*x^2), x)

________________________________________________________________________________________