\(\int (c+d x)^m \Gamma (0,a+b x) \, dx\) [182]

Optimal result
Mathematica [N/A]
Rubi [N/A]
Maple [N/A]
Fricas [F(-2)]
Sympy [F(-1)]
Maxima [N/A]
Giac [N/A]
Mupad [B] (verification not implemented)
Reduce [N/A]

Optimal result

Integrand size = 15, antiderivative size = 15 \[ \int (c+d x)^m \Gamma (0,a+b x) \, dx=\text {Int}\left ((c+d x)^m \Gamma (0,a+b x),x\right ) \] Output:

Defer(Int)((d*x+c)^m*Ei(1,b*x+a),x)
 

Mathematica [N/A]

Not integrable

Time = 0.63 (sec) , antiderivative size = 17, normalized size of antiderivative = 1.13 \[ \int (c+d x)^m \Gamma (0,a+b x) \, dx=\int (c+d x)^m \Gamma (0,a+b x) \, dx \] Input:

Integrate[(c + d*x)^m*Gamma[0, a + b*x],x]
 

Output:

Integrate[(c + d*x)^m*Gamma[0, a + b*x], x]
 

Rubi [N/A]

Not integrable

Time = 0.19 (sec) , antiderivative size = 15, normalized size of antiderivative = 1.00, number of steps used = 1, number of rules used = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {}

Below are the steps used by Rubi to obtain the solution. The rule number used for the transformation is given above next to the arrow. The rules definitions used are listed below.

\(\displaystyle \int \Gamma (0,a+b x) (c+d x)^m \, dx\)

\(\Big \downarrow \) 7120

\(\displaystyle \int \Gamma (0,a+b x) (c+d x)^mdx\)

Input:

Int[(c + d*x)^m*Gamma[0, a + b*x],x]
 

Output:

$Aborted
 
Maple [N/A]

Not integrable

Time = 0.02 (sec) , antiderivative size = 15, normalized size of antiderivative = 1.00

\[\int \left (d x +c \right )^{m} \operatorname {expIntegral}_{1}\left (b x +a \right )d x\]

Input:

int((d*x+c)^m*Ei(1,b*x+a),x)
 

Output:

int((d*x+c)^m*Ei(1,b*x+a),x)
 

Fricas [F(-2)]

Exception generated. \[ \int (c+d x)^m \Gamma (0,a+b x) \, dx=\text {Exception raised: TypeError} \] Input:

integrate((d*x+c)^m*exp_integral_e(1,b*x+a),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >> An error occurred when FriCAS evaluated ((( 
(d)*(x))+(c))^(m))*(exp_integral_e(((1)::EXPR INT),((b)*(x))+(a))):   Ther 
e are no library operations named exp_integral_e       Use HyperDoc Browse 
 or iss
 

Sympy [F(-1)]

Timed out. \[ \int (c+d x)^m \Gamma (0,a+b x) \, dx=\text {Timed out} \] Input:

integrate((d*x+c)**m*expint(1,b*x+a),x)
 

Output:

Timed out
 

Maxima [N/A]

Not integrable

Time = 0.07 (sec) , antiderivative size = 17, normalized size of antiderivative = 1.13 \[ \int (c+d x)^m \Gamma (0,a+b x) \, dx=\int { {\left (d x + c\right )}^{m} E_{1}\left (b x + a\right ) \,d x } \] Input:

integrate((d*x+c)^m*exp_integral_e(1,b*x+a),x, algorithm="maxima")
 

Output:

integrate((d*x + c)^m*exp_integral_e(1, b*x + a), x)
 

Giac [N/A]

Not integrable

Time = 0.11 (sec) , antiderivative size = 17, normalized size of antiderivative = 1.13 \[ \int (c+d x)^m \Gamma (0,a+b x) \, dx=\int { {\left (d x + c\right )}^{m} E_{1}\left (b x + a\right ) \,d x } \] Input:

integrate((d*x+c)^m*exp_integral_e(1,b*x+a),x, algorithm="giac")
 

Output:

integrate((d*x + c)^m*exp_integral_e(1, b*x + a), x)
 

Mupad [B] (verification not implemented)

Time = 0.13 (sec) , antiderivative size = 16, normalized size of antiderivative = 1.07 \[ \int (c+d x)^m \Gamma (0,a+b x) \, dx=\int \mathrm {expint}\left (a+b\,x\right )\,{\left (c+d\,x\right )}^m \,d x \] Input:

int(expint(a + b*x)*(c + d*x)^m,x)
 

Output:

int(expint(a + b*x)*(c + d*x)^m, x)
 

Reduce [N/A]

Not integrable

Time = 0.19 (sec) , antiderivative size = 17, normalized size of antiderivative = 1.13 \[ \int (c+d x)^m \Gamma (0,a+b x) \, dx=\int \left (d x +c \right )^{m} \mathit {ei} \left (1, b x +a \right )d x \] Input:

int((d*x+c)^m*Ei(1,b*x+a),x)
 

Output:

int((c + d*x)**m*ei(1,a + b*x),x)