Integrals 501 to 600

Fricas [F(-2)]

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

integrate((a+b*log(c*(e*x+d)^n))^(3/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 \(114\)

Fricas [F(-2)]

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

integrate((a+b*log(c*(e*x+d)^n))^(3/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 \(115\)

Fricas [F(-2)]

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

integrate((a+b*log(c*(e*x+d)^n))^(3/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 \(116\)

Fricas [F(-2)]

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

integrate((g*x+f)^2*(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 \(117\)

Fricas [F(-2)]

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

integrate((g*x+f)*(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 \(118\)

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 \(119\)

Fricas [F(-2)]

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

integrate((a+b*log(c*(e*x+d)^n))^(5/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 \(120\)

Fricas [F(-2)]

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

integrate((a+b*log(c*(e*x+d)^n))^(5/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 \(121\)

Fricas [F(-2)]

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

integrate((a+b*log(c*(e*x+d)^n))^(5/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 \(122\)

Fricas [F(-2)]

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

integrate((g*x+f)^3/(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 \(123\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {(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 \(124\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {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 \(125\)

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 \(126\)

Fricas [F(-2)]

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

integrate(1/(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 \(127\)

Fricas [F(-2)]

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

integrate((g*x+f)^3/(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 \(128\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {(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 \(129\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {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 \(130\)

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 \(131\)

Fricas [F(-2)]

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

integrate(1/(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 \(132\)

Fricas [F(-2)]

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

integrate((g*x+f)^3/(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 \(133\)

Fricas [F(-2)]

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

integrate((g*x+f)^2/(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 \(134\)

Fricas [F(-2)]

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

integrate((g*x+f)/(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 \(135\)

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 \(136\)

Fricas [F(-2)]

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

integrate(1/(g*x+f)/(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 \(137\)

Fricas [F(-2)]

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

integrate((g*x+f)^(1/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 \(156\)

Fricas [F(-2)]

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

integrate((a+b*log(c*(e*x+d)^n))^(1/2)/(g*x+f)^(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 \(157\)

Fricas [F(-2)]

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

integrate((a+b*log(c*(e*x+d)^n))^(1/2)/(g*x+f)^(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 \(158\)

Fricas [F(-2)]

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

integrate((g*x+f)^(1/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 \(159\)

Fricas [F(-2)]

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

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

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 \(160\)

Fricas [F(-2)]

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

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

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 \(161\)

Fricas [F(-2)]

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

integrate((a+b*log(c*(d*(f*x+e)^m)^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 \(430\)

Fricas [F(-2)]

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

integrate((a+b*log(c*(d*(f*x+e)^m)^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 \(431\)

Fricas [F(-2)]

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

integrate((a+b*log(c*(d*(f*x+e)^m)^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 \(432\)

Fricas [F(-2)]

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

integrate(1/(a+b*log(c*(d*(f*x+e)^m)^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 \(433\)

Fricas [F(-2)]

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

integrate(1/(a+b*log(c*(d*(f*x+e)^m)^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 \(434\)

Fricas [F(-2)]

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

integrate(1/(a+b*log(c*(d*(f*x+e)^m)^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 \(435\)

Fricas [F(-2)]

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

integrate(1/(a+b*log(c*(d*(f*x+e)^m)^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 \(436\)

Fricas [F(-2)]

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

integrate((h*x+g)^2*(a+b*log(c*(d*(f*x+e)^p)^q))^(1/2),x, algorithm="frica 
s")
 

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 \(479\)

Fricas [F(-2)]

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

integrate((h*x+g)*(a+b*log(c*(d*(f*x+e)^p)^q))^(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 \(480\)

Fricas [F(-2)]

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

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^(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 \(481\)

Fricas [F(-2)]

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

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^(1/2)/(h*x+g),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 \(482\)

Fricas [F(-2)]

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

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^(1/2)/(h*x+g)^2,x, algorithm="frica 
s")
                                                                                    
                                                                                    
 

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 \(483\)

Fricas [F(-2)]

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

integrate((h*x+g)^2*(a+b*log(c*(d*(f*x+e)^p)^q))^(3/2),x, algorithm="frica 
s")
 

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 \(484\)

Fricas [F(-2)]

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

integrate((h*x+g)*(a+b*log(c*(d*(f*x+e)^p)^q))^(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 \(485\)

Fricas [F(-2)]

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

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^(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 \(486\)

Fricas [F(-2)]

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

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^(3/2)/(h*x+g),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 \(487\)

Fricas [F(-2)]

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

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^(3/2)/(h*x+g)^2,x, algorithm="frica 
s")
 

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 \(488\)

Fricas [F(-2)]

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

integrate((h*x+g)^2/(a+b*log(c*(d*(f*x+e)^p)^q))^(1/2),x, algorithm="frica 
s")
 

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 \(489\)

Fricas [F(-2)]

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

integrate((h*x+g)/(a+b*log(c*(d*(f*x+e)^p)^q))^(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 \(490\)

Fricas [F(-2)]

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

integrate(1/(a+b*log(c*(d*(f*x+e)^p)^q))^(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 \(491\)

Fricas [F(-2)]

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

integrate(1/(h*x+g)/(a+b*log(c*(d*(f*x+e)^p)^q))^(1/2),x, algorithm="frica 
s")
 

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 \(492\)

Fricas [F(-2)]

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

integrate((h*x+g)^2/(a+b*log(c*(d*(f*x+e)^p)^q))^(3/2),x, algorithm="frica 
s")
 

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 \(493\)

Fricas [F(-2)]

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

integrate((h*x+g)/(a+b*log(c*(d*(f*x+e)^p)^q))^(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 \(494\)

Fricas [F(-2)]

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

integrate(1/(a+b*log(c*(d*(f*x+e)^p)^q))^(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 \(495\)

Fricas [F(-2)]

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

integrate(1/(h*x+g)/(a+b*log(c*(d*(f*x+e)^p)^q))^(3/2),x, algorithm="frica 
s")
 

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 \(496\)

Fricas [F(-2)]

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

integrate((h*x+g)^2/(a+b*log(c*(d*(f*x+e)^p)^q))^(5/2),x, algorithm="frica 
s")
 

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 \(497\)

Fricas [F(-2)]

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

integrate((h*x+g)/(a+b*log(c*(d*(f*x+e)^p)^q))^(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 \(498\)

Fricas [F(-2)]

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

integrate(1/(a+b*log(c*(d*(f*x+e)^p)^q))^(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 \(499\)

Fricas [F(-2)]

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

integrate(1/(h*x+g)/(a+b*log(c*(d*(f*x+e)^p)^q))^(5/2),x, algorithm="frica 
s")
 

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 \(500\)

Fricas [F(-2)]

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

integrate((h*x+g)^(1/2)*(a+b*log(c*(d*(f*x+e)^p)^q))^(1/2),x, algorithm="f 
ricas")
 

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 \(519\)

Fricas [F(-2)]

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

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^(1/2)/(h*x+g)^(1/2),x, algorithm="f 
ricas")
 

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 \(520\)

Fricas [F(-2)]

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

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^(1/2)/(h*x+g)^(3/2),x, algorithm="f 
ricas")
 

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 \(521\)

Fricas [F(-2)]

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

integrate((h*x+g)^(1/2)/(a+b*log(c*(d*(f*x+e)^p)^q))^(1/2),x, algorithm="f 
ricas")
                                                                                    
                                                                                    
 

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 \(522\)

Fricas [F(-2)]

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

integrate(1/(h*x+g)^(1/2)/(a+b*log(c*(d*(f*x+e)^p)^q))^(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 \(523\)

Fricas [F(-2)]

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

integrate(1/(h*x+g)^(3/2)/(a+b*log(c*(d*(f*x+e)^p)^q))^(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 \(524\)

Fricas [F(-2)]

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

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

Output:

Exception raised: TypeError >>  Error detected within library code:   catd 
ef: division by zero
 

input file name test_cases/rubi_tests/4_Trig_functions/4.1_Sine/180_4.1.1.2

Test file number \(180\)

Integral number in file \(589\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {(e \cos (c+d x))^{11/2}}{(a+b \sin (c+d x))^4} \, dx=\text {Exception raised: TypeError} \] Input:

integrate((e*cos(d*x+c))^(11/2)/(a+b*sin(d*x+c))^4,x, algorithm="fricas")
 

Output:

Exception raised: TypeError >>  Error detected within library code:   catd 
ef: division by zero
 

input file name test_cases/rubi_tests/4_Trig_functions/4.1_Sine/180_4.1.1.2

Test file number \(180\)

Integral number in file \(604\)

Fricas [F(-2)]

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

integrate((c*sin(b*x+a)^m)^(5/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/4_Trig_functions/4.1_Sine/188_4.1.7.1

Test file number \(188\)

Integral number in file \(22\)

Fricas [F(-2)]

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

integrate((c*sin(b*x+a)^m)^(3/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/4_Trig_functions/4.1_Sine/188_4.1.7.1

Test file number \(188\)

Integral number in file \(23\)

Fricas [F(-2)]

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

integrate((c*sin(b*x+a)^m)^(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/4_Trig_functions/4.1_Sine/188_4.1.7.1

Test file number \(188\)

Integral number in file \(24\)

Fricas [F(-2)]

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

integrate(1/(c*sin(b*x+a)^m)^(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/4_Trig_functions/4.1_Sine/188_4.1.7.1

Test file number \(188\)

Integral number in file \(25\)

Fricas [F(-2)]

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

integrate(1/(c*sin(b*x+a)^m)^(3/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/4_Trig_functions/4.1_Sine/188_4.1.7.1

Test file number \(188\)

Integral number in file \(26\)

Fricas [F(-2)]

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

integrate(1/(c*sin(b*x+a)^m)^(5/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/4_Trig_functions/4.1_Sine/188_4.1.7.1

Test file number \(188\)

Integral number in file \(27\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{a-b \sin ^5(x)} \, dx=\text {Exception raised: RuntimeError} \] Input:

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

Output:

Exception raised: RuntimeError >> no explicit roots found
 

input file name test_cases/rubi_tests/4_Trig_functions/4.1_Sine/188_4.1.7.1

Test file number \(188\)

Integral number in file \(77\)

Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{a+b \sin ^5(x)} \, dx=\text {Exception raised: RuntimeError} \] Input:

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

Output:

Exception raised: RuntimeError >> no explicit roots found
 

input file name test_cases/rubi_tests/4_Trig_functions/4.1_Sine/188_4.1.7.1

Test file number \(188\)

Integral number in file \(84\)

Fricas [F(-2)]

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

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

Output:

Exception raised: TypeError >>  Error detected within library code:   fail 
ed of mode Union(SparseUnivariatePolynomial(Expression(Complex(Integer))), 
failed) cannot be coerced to mode SparseUnivariatePolynomial(Expression(Co 
mplex(Int
 

input file name test_cases/rubi_tests/4_Trig_functions/4.1_Sine/189_4.1.7.2

Test file number \(189\)

Integral number in file \(485\)

Fricas [F(-2)]

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

integrate(x/sin(f*x+e)^(3/2)+x*sin(f*x+e)^(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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(67\)

Fricas [F(-2)]

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

integrate(x^2/sin(f*x+e)^(3/2)+x^2*sin(f*x+e)^(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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(68\)

Fricas [F(-2)]

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

integrate(x/sin(f*x+e)^(7/2)+3/5*x*sin(f*x+e)^(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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(70\)

Fricas [F(-2)]

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

integrate(x/csc(f*x+e)^(3/2)-1/3*x*csc(f*x+e)^(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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(91\)

Fricas [F(-2)]

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

integrate(x^2/csc(f*x+e)^(3/2)-1/3*x^2*csc(f*x+e)^(1/2),x, algorithm="fric 
as")
 

Output:

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

input file name test_cases/rubi_tests/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(92\)

Fricas [F(-2)]

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

integrate(x/csc(f*x+e)^(5/2)-3/5*x/csc(f*x+e)^(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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(93\)

Fricas [F(-2)]

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

integrate(x/csc(f*x+e)^(7/2)-5/21*x*csc(f*x+e)^(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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(94\)

Fricas [F(-2)]

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

integrate(x^3*(a+a*sin(d*x+c))^(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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(122\)

Fricas [F(-2)]

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

integrate(x^2*(a+a*sin(d*x+c))^(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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(123\)

Fricas [F(-2)]

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

integrate(x*(a+a*sin(d*x+c))^(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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(124\)

Fricas [F(-2)]

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

integrate((a+a*sin(d*x+c))^(1/2)/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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(125\)

Fricas [F(-2)]

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

integrate((a+a*sin(d*x+c))^(1/2)/x^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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(126\)

Fricas [F(-2)]

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

integrate((a+a*sin(d*x+c))^(1/2)/x^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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(127\)

Fricas [F(-2)]

Exception generated. \[ \int x^3 (a+a \sin (e+f x))^{3/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^3*(a+a*sin(f*x+e))^(3/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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(128\)

Fricas [F(-2)]

Exception generated. \[ \int x^2 (a+a \sin (e+f x))^{3/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x^2*(a+a*sin(f*x+e))^(3/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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(129\)

Fricas [F(-2)]

Exception generated. \[ \int x (a+a \sin (e+f x))^{3/2} \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x*(a+a*sin(f*x+e))^(3/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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(130\)

Fricas [F(-2)]

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

integrate((a+a*sin(f*x+e))^(3/2)/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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(131\)

Fricas [F(-2)]

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

integrate((a+a*sin(f*x+e))^(3/2)/x^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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(132\)

Fricas [F(-2)]

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

integrate((a+a*sin(f*x+e))^(3/2)/x^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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(133\)

Fricas [F(-2)]

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

integrate((a+a*sin(d*x+c))^(1/3)/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/4_Trig_functions/4.1_Sine/192_4.1.10

Test file number \(192\)

Integral number in file \(144\)

Fricas [F(-2)]

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

integrate((c*cos(b*x+a)^m)^(5/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/4_Trig_functions/4.2_Cosine/197_4.2.0

Test file number \(197\)

Integral number in file \(58\)

Fricas [F(-2)]

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

integrate((c*cos(b*x+a)^m)^(3/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/4_Trig_functions/4.2_Cosine/197_4.2.0

Test file number \(197\)

Integral number in file \(59\)

Fricas [F(-2)]

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

integrate((c*cos(b*x+a)^m)^(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/4_Trig_functions/4.2_Cosine/197_4.2.0

Test file number \(197\)

Integral number in file \(60\)

Fricas [F(-2)]

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

integrate(1/(c*cos(b*x+a)^m)^(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/4_Trig_functions/4.2_Cosine/197_4.2.0

Test file number \(197\)

Integral number in file \(61\)