Integrals 401 to 500

Fricas [F(-2)]

Exception generated. \[ \int \left (\frac {\left (1+e^x\right ) x}{\sqrt {e^x+x}}+2 \sqrt {e^x+x}\right ) \, dx=\text {Exception raised: TypeError} \] Input:

integrate((1+exp(x))*x/(exp(x)+x)^(1/2)+2*(exp(x)+x)^(1/2),x, algorithm="f 
ricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/155_2_Exponential_functions

Test file number \(155\)

Integral number in file \(668\)

Fricas [F(-2)]

Exception generated. \[ \int \left (\frac {x}{\sqrt {e^x+x}}+\frac {e^x x}{\sqrt {e^x+x}}+2 \sqrt {e^x+x}\right ) \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x/(exp(x)+x)^(1/2)+exp(x)*x/(exp(x)+x)^(1/2)+2*(exp(x)+x)^(1/2), 
x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/155_2_Exponential_functions

Test file number \(155\)

Integral number in file \(669\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\left (1+e^x\right ) x}{\sqrt {e^x+x}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((1+exp(x))*x/(exp(x)+x)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/155_2_Exponential_functions

Test file number \(155\)

Integral number in file \(670\)

Fricas [F(-2)]

Exception generated. \[ \int \left (\frac {x}{\sqrt {e^x+x}}+\frac {e^x x}{\sqrt {e^x+x}}\right ) \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x/(exp(x)+x)^(1/2)+exp(x)*x/(exp(x)+x)^(1/2),x, algorithm="frica 
s")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/155_2_Exponential_functions

Test file number \(155\)

Integral number in file \(671\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {e^x x}{\sqrt {e^x+x}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(exp(x)*x/(exp(x)+x)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/155_2_Exponential_functions

Test file number \(155\)

Integral number in file \(672\)

Fricas [F(-2)]

Exception generated. \[ \int \left (\frac {x^2 \left (5 e^x+3 x^2\right )}{5 \sqrt {5 e^x+x^3}}+\frac {4}{5} x \sqrt {5 e^x+x^3}\right ) \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/5*x^2*(5*exp(x)+3*x^2)/(5*exp(x)+x^3)^(1/2)+4/5*x*(5*exp(x)+x^ 
3)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/155_2_Exponential_functions

Test file number \(155\)

Integral number in file \(673\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {e^x x^2}{\sqrt {5 e^x+x^3}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(exp(x)*x^2/(5*exp(x)+x^3)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/155_2_Exponential_functions

Test file number \(155\)

Integral number in file \(674\)

Fricas [F(-2)]

Exception generated. \[ \int -\frac {1+e^x}{\sqrt [3]{e^x+x}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(-(1+exp(x))/(exp(x)+x)^(1/3),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/155_2_Exponential_functions

Test file number \(155\)

Integral number in file \(675\)

Fricas [F(-2)]

Exception generated. \[ \int \left (-\frac {1}{\sqrt [3]{e^x+x}}+\frac {x}{\sqrt [3]{e^x+x}}-\left (e^x+x\right )^{2/3}\right ) \, dx=\text {Exception raised: TypeError} \] Input:

integrate(-1/(exp(x)+x)^(1/3)+x/(exp(x)+x)^(1/3)-(exp(x)+x)^(2/3),x, algor 
ithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/155_2_Exponential_functions

Test file number \(155\)

Integral number in file \(676\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x}{\sqrt [3]{e^x+x}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x/(exp(x)+x)^(1/3),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/2_Exponentials/155_2_Exponential_functions

Test file number \(155\)

Integral number in file \(677\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {5 x+e^x (3+2 x)}{\sqrt [3]{e^x+x}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((5*x+exp(x)*(3+2*x))/(exp(x)+x)^(1/3),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/155_2_Exponential_functions

Test file number \(155\)

Integral number in file \(678\)

Fricas [F(-2)]

Exception generated. \[ \int \left (\frac {2 x}{\sqrt [3]{e^x+x}}+\frac {2 e^x x}{\sqrt [3]{e^x+x}}+3 \left (e^x+x\right )^{2/3}\right ) \, dx=\text {Exception raised: TypeError} \] Input:

integrate(2*x/(exp(x)+x)^(1/3)+2*exp(x)*x/(exp(x)+x)^(1/3)+3*(exp(x)+x)^(2 
/3),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/155_2_Exponential_functions

Test file number \(155\)

Integral number in file \(679\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^2}{\sqrt {e^x+x}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^2/(exp(x)+x)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/2_Exponentials/155_2_Exponential_functions

Test file number \(155\)

Integral number in file \(682\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {5 x^2+3 \sqrt [3]{e^x+x}+e^x \left (3 x+2 x^2\right )}{x \sqrt [3]{e^x+x}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((5*x^2+3*(exp(x)+x)^(1/3)+exp(x)*(2*x^2+3*x))/x/(exp(x)+x)^(1/3) 
,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/155_2_Exponential_functions

Test file number \(155\)

Integral number in file \(697\)

Fricas [F(-2)]

Exception generated. \[ \int \left (d+e \left (F^{c (a+b x)}\right )^n\right )^{5/2} (f+g x) \, dx=\text {Exception raised: TypeError} \] Input:

integrate((d+e*(F^((b*x+a)*c))^n)^(5/2)*(g*x+f),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
                                                                                    
                                                                                    
 

input file name test_cases/rubi_tests/2_Exponentials/157_2.2

Test file number \(157\)

Integral number in file \(45\)

Fricas [F(-2)]

Exception generated. \[ \int \left (d+e \left (F^{c (a+b x)}\right )^n\right )^{3/2} (f+g x) \, dx=\text {Exception raised: TypeError} \] Input:

integrate((d+e*(F^((b*x+a)*c))^n)^(3/2)*(g*x+f),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/157_2.2

Test file number \(157\)

Integral number in file \(46\)

Fricas [F(-2)]

Exception generated. \[ \int \sqrt {d+e \left (F^{c (a+b x)}\right )^n} (f+g x) \, dx=\text {Exception raised: TypeError} \] Input:

integrate((d+e*(F^((b*x+a)*c))^n)^(1/2)*(g*x+f),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/157_2.2

Test file number \(157\)

Integral number in file \(47\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {f+g x}{\sqrt {d+e \left (F^{c (a+b x)}\right )^n}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((g*x+f)/(d+e*(F^((b*x+a)*c))^n)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/2_Exponentials/157_2.2

Test file number \(157\)

Integral number in file \(48\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {f+g x}{\left (d+e \left (F^{c (a+b x)}\right )^n\right )^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((g*x+f)/(d+e*(F^((b*x+a)*c))^n)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/2_Exponentials/157_2.2

Test file number \(157\)

Integral number in file \(49\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {f+g x}{\left (d+e \left (F^{c (a+b x)}\right )^n\right )^{5/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((g*x+f)/(d+e*(F^((b*x+a)*c))^n)^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/2_Exponentials/157_2.2

Test file number \(157\)

Integral number in file \(50\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {f+g x}{\left (d+e \left (F^{c (a+b x)}\right )^n\right )^{7/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((g*x+f)/(d+e*(F^((b*x+a)*c))^n)^(7/2),x, algorithm="fricas")
                                                                                    
                                                                                    
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/2_Exponentials/157_2.2

Test file number \(157\)

Integral number in file \(51\)

Fricas [F(-2)]

Exception generated. \[ \int e^{\text {sech}^{-1}\left (a x^p\right )} x^m \, dx=\text {Exception raised: TypeError} \] Input:

integrate((1/a/(x^p)+(-1+1/a/(x^p))^(1/2)*(1+1/a/(x^p))^(1/2))*x^m,x, algo 
rithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/2.5/165_2.5.5

Test file number \(165\)

Integral number in file \(65\)

Fricas [F(-2)]

Exception generated. \[ \int e^{\text {sech}^{-1}\left (a x^p\right )} x \, dx=\text {Exception raised: TypeError} \] Input:

integrate((1/a/(x^p)+(-1+1/a/(x^p))^(1/2)*(1+1/a/(x^p))^(1/2))*x,x, algori 
thm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/2.5/165_2.5.5

Test file number \(165\)

Integral number in file \(66\)

Fricas [F(-2)]

Exception generated. \[ \int e^{\text {sech}^{-1}\left (a x^p\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/a/(x^p)+(-1+1/a/(x^p))^(1/2)*(1+1/a/(x^p))^(1/2),x, algorithm= 
"fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/2.5/165_2.5.5

Test file number \(165\)

Integral number in file \(67\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {e^{\text {sech}^{-1}\left (a x^p\right )}}{x^2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((1/a/(x^p)+(-1+1/a/(x^p))^(1/2)*(1+1/a/(x^p))^(1/2))/x^2,x, algo 
rithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/2.5/165_2.5.5

Test file number \(165\)

Integral number in file \(69\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {e^{\text {sech}^{-1}\left (a x^p\right )}}{x^3} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((1/a/(x^p)+(-1+1/a/(x^p))^(1/2)*(1+1/a/(x^p))^(1/2))/x^3,x, algo 
rithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/2_Exponentials/2.5/165_2.5.5

Test file number \(165\)

Integral number in file \(70\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {-\log \left (a x^2\right )}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(-log(a*x^2))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/168_3_Logarithm_functions

Test file number \(168\)

Integral number in file \(263\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {-\log \left (\frac {a}{x^2}\right )}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(-log(a/x^2))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/168_3_Logarithm_functions

Test file number \(168\)

Integral number in file \(264\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {-\log \left (a x^n\right )}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(-log(a*x^n))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/168_3_Logarithm_functions

Test file number \(168\)

Integral number in file \(265\)

Fricas [F(-2)]

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

integrate(log(x)/(a+b*log(x))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/168_3_Logarithm_functions

Test file number \(168\)

Integral number in file \(301\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\log (x)}{\sqrt {a-b \log (x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(log(x)/(a-b*log(x))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/168_3_Logarithm_functions

Test file number \(168\)

Integral number in file \(302\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {A+B \log (x)}{\sqrt {a+b \log (x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((A+B*log(x))/(a+b*log(x))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/168_3_Logarithm_functions

Test file number \(168\)

Integral number in file \(303\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {A+B \log (x)}{\sqrt {a-b \log (x)}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((A+B*log(x))/(a-b*log(x))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/168_3_Logarithm_functions

Test file number \(168\)

Integral number in file \(304\)

Fricas [F(-2)]

Exception generated. \[ \int \sqrt {a+b \log \left (c x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*log(c*x^n))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(113\)

Fricas [F(-2)]

Exception generated. \[ \int x^3 \sqrt {\log \left (a x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^3*log(a*x^n)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(114\)

Fricas [F(-2)]

Exception generated. \[ \int x^2 \sqrt {\log \left (a x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^2*log(a*x^n)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
                                                                                    
                                                                                    
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(115\)

Fricas [F(-2)]

Exception generated. \[ \int x \sqrt {\log \left (a x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x*log(a*x^n)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(116\)

Fricas [F(-2)]

Exception generated. \[ \int \sqrt {\log \left (a x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(log(a*x^n)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(117\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {\log \left (a x^n\right )}}{x^2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(log(a*x^n)^(1/2)/x^2,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(119\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {\log \left (a x^n\right )}}{x^3} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(log(a*x^n)^(1/2)/x^3,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(120\)

Fricas [F(-2)]

Exception generated. \[ \int x^3 \log ^{\frac {3}{2}}\left (a x^n\right ) \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^3*log(a*x^n)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(121\)

Fricas [F(-2)]

Exception generated. \[ \int x^2 \log ^{\frac {3}{2}}\left (a x^n\right ) \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^2*log(a*x^n)^(3/2),x, algorithm="fricas")
                                                                                    
                                                                                    
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(122\)

Fricas [F(-2)]

Exception generated. \[ \int x \log ^{\frac {3}{2}}\left (a x^n\right ) \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x*log(a*x^n)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(123\)

Fricas [F(-2)]

Exception generated. \[ \int \log ^{\frac {3}{2}}\left (a x^n\right ) \, dx=\text {Exception raised: TypeError} \] Input:

integrate(log(a*x^n)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(124\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\log ^{\frac {3}{2}}\left (a x^n\right )}{x^2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(log(a*x^n)^(3/2)/x^2,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(126\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\log ^{\frac {3}{2}}\left (a x^n\right )}{x^3} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(log(a*x^n)^(3/2)/x^3,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(127\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^3}{\sqrt {\log \left (a x^n\right )}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^3/log(a*x^n)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(128\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^2}{\sqrt {\log \left (a x^n\right )}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^2/log(a*x^n)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(129\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x}{\sqrt {\log \left (a x^n\right )}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x/log(a*x^n)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(130\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {\log \left (a x^n\right )}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/log(a*x^n)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(131\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{x^2 \sqrt {\log \left (a x^n\right )}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/x^2/log(a*x^n)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(133\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{x^3 \sqrt {\log \left (a x^n\right )}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/x^3/log(a*x^n)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(134\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^3}{\log ^{\frac {3}{2}}\left (a x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^3/log(a*x^n)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(135\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^2}{\log ^{\frac {3}{2}}\left (a x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^2/log(a*x^n)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(136\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x}{\log ^{\frac {3}{2}}\left (a x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x/log(a*x^n)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(137\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\log ^{\frac {3}{2}}\left (a x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/log(a*x^n)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(138\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{x^2 \log ^{\frac {3}{2}}\left (a x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/x^2/log(a*x^n)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
                                                                                    
                                                                                    
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(140\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{x^3 \log ^{\frac {3}{2}}\left (a x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/x^3/log(a*x^n)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(141\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^3}{\log ^{\frac {5}{2}}\left (a x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^3/log(a*x^n)^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(142\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x^2}{\log ^{\frac {5}{2}}\left (a x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^2/log(a*x^n)^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(143\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {x}{\log ^{\frac {5}{2}}\left (a x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x/log(a*x^n)^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(144\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\log ^{\frac {5}{2}}\left (a x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/log(a*x^n)^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(145\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{x^2 \log ^{\frac {5}{2}}\left (a x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/x^2/log(a*x^n)^(5/2),x, algorithm="fricas")
                                                                                    
                                                                                    
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(147\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{x^3 \log ^{\frac {5}{2}}\left (a x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/x^3/log(a*x^n)^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/169_3.1

Test file number \(169\)

Integral number in file \(148\)

Fricas [F(-2)]

Exception generated. \[ \int (d+e x) \sqrt {a+b \log \left (c x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((e*x+d)*(a+b*log(c*x^n))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/170_3.2

Test file number \(170\)

Integral number in file \(124\)

Fricas [F(-2)]

Exception generated. \[ \int (d+e x)^2 \sqrt {a+b \log \left (c x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((e*x+d)^2*(a+b*log(c*x^n))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/170_3.2

Test file number \(170\)

Integral number in file \(125\)

Fricas [F(-2)]

Exception generated. \[ \int (d+e x)^3 \sqrt {a+b \log \left (c x^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((e*x+d)^3*(a+b*log(c*x^n))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/170_3.2

Test file number \(170\)

Integral number in file \(126\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {a+b \log \left (c x^n\right )}}{d+e x} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*log(c*x^n))^(1/2)/(e*x+d),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/170_3.2

Test file number \(170\)

Integral number in file \(127\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {a+b \log \left (c x^n\right )}}{(d+e x)^2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*log(c*x^n))^(1/2)/(e*x+d)^2,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/170_3.2

Test file number \(170\)

Integral number in file \(128\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {a+b \log \left (c x^n\right )}}{(d+e x)^3} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*log(c*x^n))^(1/2)/(e*x+d)^3,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/170_3.2

Test file number \(170\)

Integral number in file \(129\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\left (d+e x^r\right )^{5/2} \left (a+b \log \left (c x^n\right )\right )}{x} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((d+e*x^r)^(5/2)*(a+b*log(c*x^n))/x,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/3_Logarithms/170_3.2

Test file number \(170\)

Integral number in file \(431\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\left (d+e x^r\right )^{3/2} \left (a+b \log \left (c x^n\right )\right )}{x} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((d+e*x^r)^(3/2)*(a+b*log(c*x^n))/x,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/3_Logarithms/170_3.2

Test file number \(170\)

Integral number in file \(432\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {d+e x^r} \left (a+b \log \left (c x^n\right )\right )}{x} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((d+e*x^r)^(1/2)*(a+b*log(c*x^n))/x,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (has polynomial part)
 

input file name test_cases/rubi_tests/3_Logarithms/170_3.2

Test file number \(170\)

Integral number in file \(433\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {a+b \log \left (c x^n\right )}{x \sqrt {d+e x^r}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*log(c*x^n))/x/(d+e*x^r)^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/170_3.2

Test file number \(170\)

Integral number in file \(434\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {a+b \log \left (c x^n\right )}{x \left (d+e x^r\right )^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*log(c*x^n))/x/(d+e*x^r)^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/170_3.2

Test file number \(170\)

Integral number in file \(435\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {a+b \log \left (c x^n\right )}{x \left (d+e x^r\right )^{5/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*log(c*x^n))/x/(d+e*x^r)^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/170_3.2

Test file number \(170\)

Integral number in file \(436\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {a+b \log \left (c x^n\right )}{x \left (d+e x^r\right )^{7/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*log(c*x^n))/x/(d+e*x^r)^(7/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/170_3.2

Test file number \(170\)

Integral number in file \(437\)

Fricas [F(-2)]

Exception generated. \[ \int \log ^{\frac {5}{2}}(c (d+e x)) \, dx=\text {Exception raised: TypeError} \] Input:

integrate(log(c*(e*x+d))^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
                                                                                    
                                                                                    
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(9\)

Fricas [F(-2)]

Exception generated. \[ \int \log ^{\frac {3}{2}}(c (d+e x)) \, dx=\text {Exception raised: TypeError} \] Input:

integrate(log(c*(e*x+d))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(10\)

Fricas [F(-2)]

Exception generated. \[ \int \sqrt {\log (c (d+e x))} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(log(c*(e*x+d))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(11\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {\log (c (d+e x))}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/log(c*(e*x+d))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(12\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\log ^{\frac {3}{2}}(c (d+e x))} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/log(c*(e*x+d))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(13\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\log ^{\frac {5}{2}}(c (d+e x))} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/log(c*(e*x+d))^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(14\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\log ^{\frac {7}{2}}(c (d+e x))} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/log(c*(e*x+d))^(7/2),x, algorithm="fricas")
                                                                                    
                                                                                    
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(15\)

Fricas [F(-2)]

Exception generated. \[ \int \left (a+b \log \left (c (d+e x)^n\right )\right )^{5/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*log(c*(e*x+d)^n))^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(24\)

Fricas [F(-2)]

Exception generated. \[ \int \left (a+b \log \left (c (d+e x)^n\right )\right )^{3/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*log(c*(e*x+d)^n))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(25\)

Fricas [F(-2)]

Exception generated. \[ \int \sqrt {a+b \log \left (c (d+e x)^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(26\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {a+b \log \left (c (d+e x)^n\right )}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(27\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\left (a+b \log \left (c (d+e x)^n\right )\right )^{3/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*log(c*(e*x+d)^n))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(28\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\left (a+b \log \left (c (d+e x)^n\right )\right )^{5/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*log(c*(e*x+d)^n))^(5/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(29\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\left (a+b \log \left (c (d+e x)^n\right )\right )^{7/2}} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(1/(a+b*log(c*(e*x+d)^n))^(7/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(30\)

Fricas [F(-2)]

Exception generated. \[ \int (f+g x)^2 \sqrt {a+b \log \left (c (d+e x)^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((g*x+f)^2*(a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(105\)

Fricas [F(-2)]

Exception generated. \[ \int (f+g x) \sqrt {a+b \log \left (c (d+e x)^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((g*x+f)*(a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(106\)

Fricas [F(-2)]

Exception generated. \[ \int \sqrt {a+b \log \left (c (d+e x)^n\right )} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(107\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {a+b \log \left (c (d+e x)^n\right )}}{f+g x} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*log(c*(e*x+d)^n))^(1/2)/(g*x+f),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(108\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {a+b \log \left (c (d+e x)^n\right )}}{(f+g x)^2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*log(c*(e*x+d)^n))^(1/2)/(g*x+f)^2,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(109\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {a+b \log \left (c (d+e x)^n\right )}}{(f+g x)^3} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*log(c*(e*x+d)^n))^(1/2)/(g*x+f)^3,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(110\)

Fricas [F(-2)]

Exception generated. \[ \int (f+g x)^2 \left (a+b \log \left (c (d+e x)^n\right )\right )^{3/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((g*x+f)^2*(a+b*log(c*(e*x+d)^n))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(111\)

Fricas [F(-2)]

Exception generated. \[ \int (f+g x) \left (a+b \log \left (c (d+e x)^n\right )\right )^{3/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((g*x+f)*(a+b*log(c*(e*x+d)^n))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
                                                                                    
                                                                                    
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(112\)

Fricas [F(-2)]

Exception generated. \[ \int \left (a+b \log \left (c (d+e x)^n\right )\right )^{3/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((a+b*log(c*(e*x+d)^n))^(3/2),x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   inte 
grate: implementation incomplete (constant residues)
 

input file name test_cases/rubi_tests/3_Logarithms/175_3.7

Test file number \(175\)

Integral number in file \(113\)