\(\int \frac {\Gamma (0,a+b x)}{c+d x} \, dx\) [106]

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

Optimal result

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

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

Mathematica [N/A]

Not integrable

Time = 0.20 (sec) , antiderivative size = 17, normalized size of antiderivative = 1.13 \[ \int \frac {\Gamma (0,a+b x)}{c+d x} \, dx=\int \frac {\Gamma (0,a+b x)}{c+d x} \, dx \] Input:

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

Output:

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

Rubi [N/A]

Not integrable

Time = 0.20 (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 \frac {\Gamma (0,a+b x)}{c+d x} \, dx\)

\(\Big \downarrow \) 7120

\(\displaystyle \int \frac {\Gamma (0,a+b x)}{c+d x}dx\)

Input:

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

Output:

$Aborted
 
Maple [N/A]

Not integrable

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

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

Input:

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

Output:

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

Fricas [F(-2)]

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

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

Output:

Exception raised: TypeError >> An error occurred when FriCAS evaluated ((( 
(d)*(x))+(c))^(((-1)::EXPR INT)))*(exp_integral_e(((1)::EXPR INT),((b)*(x) 
)+(a))):   There are no library operations named exp_integral_e       Use 
HyperDo
 

Sympy [N/A]

Not integrable

Time = 21.28 (sec) , antiderivative size = 12, normalized size of antiderivative = 0.80 \[ \int \frac {\Gamma (0,a+b x)}{c+d x} \, dx=\int \frac {\operatorname {E}_{1}\left (a + b x\right )}{c + d x}\, dx \] Input:

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

Output:

Integral(expint(1, a + b*x)/(c + d*x), x)
 

Maxima [N/A]

Not integrable

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

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

Output:

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

Giac [N/A]

Not integrable

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

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

Output:

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

Mupad [B] (verification not implemented)

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

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

Output:

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

Reduce [N/A]

Not integrable

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

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

Output:

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