Integrals 701 to 800

Fricas [F(-2)]

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

integrate(x*sec(b*x+a)^(9/2)*sin(b*x+a),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/4_Trig_functions/4_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(336\)

Fricas [F(-2)]

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

integrate(x*sec(b*x+a)^(7/2)*sin(b*x+a),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/4_Trig_functions/4_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(337\)

Fricas [F(-2)]

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

integrate(x*sec(b*x+a)^(5/2)*sin(b*x+a),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/4_Trig_functions/4_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(338\)

Fricas [F(-2)]

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

integrate(x*sec(b*x+a)^(3/2)*sin(b*x+a),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/4_Trig_functions/4_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(339\)

Fricas [F(-2)]

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

integrate(x*sec(b*x+a)^(1/2)*sin(b*x+a),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_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(340\)

Fricas [F(-2)]

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

integrate(x*sin(b*x+a)/sec(b*x+a)^(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_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(341\)

Fricas [F(-2)]

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

integrate(x*sin(b*x+a)/sec(b*x+a)^(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_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(342\)

Fricas [F(-2)]

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

integrate(x*sin(b*x+a)/sec(b*x+a)^(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_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(343\)

Fricas [F(-2)]

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

integrate(x*cos(b*x+a)*sin(b*x+a)^(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_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(344\)

Fricas [F(-2)]

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

integrate(x*cos(b*x+a)*sin(b*x+a)^(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_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(345\)

Fricas [F(-2)]

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

integrate(x*cos(b*x+a)*sin(b*x+a)^(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_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(346\)

Fricas [F(-2)]

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

integrate(x*cos(b*x+a)/sin(b*x+a)^(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_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(347\)

Fricas [F(-2)]

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

integrate(x*cos(b*x+a)/sin(b*x+a)^(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/4_Trig_functions/4_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(348\)

Fricas [F(-2)]

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

integrate(x*cos(b*x+a)/sin(b*x+a)^(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/4_Trig_functions/4_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(349\)

Fricas [F(-2)]

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

integrate(x*cos(b*x+a)/sin(b*x+a)^(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/4_Trig_functions/4_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(350\)

Fricas [F(-2)]

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

integrate(x*cos(b*x+a)/sin(b*x+a)^(9/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/4_Trig_functions/4_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(351\)

Fricas [F(-2)]

Exception generated. \[ \int x \cos (a+b x) \csc ^{\frac {9}{2}}(a+b x) \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x*cos(b*x+a)*csc(b*x+a)^(9/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/4_Trig_functions/4_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(352\)

Fricas [F(-2)]

Exception generated. \[ \int x \cos (a+b x) \csc ^{\frac {7}{2}}(a+b x) \, dx=\text {Exception raised: TypeError} \] Input:

integrate(x*cos(b*x+a)*csc(b*x+a)^(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/4_Trig_functions/4_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(353\)

Fricas [F(-2)]

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

integrate(x*cos(b*x+a)*csc(b*x+a)^(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/4_Trig_functions/4_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(354\)

Fricas [F(-2)]

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

integrate(x*cos(b*x+a)*csc(b*x+a)^(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/4_Trig_functions/4_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(355\)

Fricas [F(-2)]

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

integrate(x*cos(b*x+a)*csc(b*x+a)^(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_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(356\)

Fricas [F(-2)]

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

integrate(x*cos(b*x+a)/csc(b*x+a)^(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_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(357\)

Fricas [F(-2)]

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

integrate(x*cos(b*x+a)/csc(b*x+a)^(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_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(358\)

Fricas [F(-2)]

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

integrate(x*cos(b*x+a)/csc(b*x+a)^(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_Miscellaneous/257_4.3

Test file number \(257\)

Integral number in file \(359\)

Fricas [F(-2)]

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

integrate(x*sin(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(53\)

Fricas [F(-2)]

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

integrate(sin(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(54\)

Fricas [F(-2)]

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

integrate(sin(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(56\)

Fricas [F(-2)]

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

integrate(sin(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(57\)

Fricas [F(-2)]

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

integrate(x*sin(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(58\)

Fricas [F(-2)]

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

integrate(sin(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(59\)

Fricas [F(-2)]

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

integrate(sin(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(61\)

Fricas [F(-2)]

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

integrate(sin(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(62\)

Fricas [F(-2)]

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

integrate(1/sin(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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(63\)

Fricas [F(-2)]

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

integrate(1/sin(a+b*log(c*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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(65\)

Fricas [F(-2)]

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

integrate(1/sin(a+b*log(c*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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(67\)

Fricas [F(-2)]

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

integrate((e*x)^m*sin(d*(a+b*log(c*x^n)))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(74\)

Fricas [F(-2)]

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

integrate((e*x)^m*sin(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 (has polynomial part)
 

input file name test_cases/rubi_tests/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(75\)

Fricas [F(-2)]

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

integrate((e*x)^m/sin(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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(76\)

Fricas [F(-2)]

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

integrate((e*x)^m/sin(d*(a+b*log(c*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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(77\)

Fricas [F(-2)]

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

integrate((e*x)^m/sin(d*(a+b*log(c*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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(78\)

Fricas [F(-2)]

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

integrate(cos(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(110\)

Fricas [F(-2)]

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

integrate(cos(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(112\)

Fricas [F(-2)]

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

integrate(cos(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(114\)

Fricas [F(-2)]

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

integrate(1/cos(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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(116\)

Fricas [F(-2)]

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

integrate(1/cos(a+b*log(c*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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(118\)

Fricas [F(-2)]

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

integrate(1/cos(a+b*log(c*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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(120\)

Fricas [F(-2)]

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

integrate(x^m*cos(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(127\)

Fricas [F(-2)]

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

integrate(x^m*cos(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(128\)

Fricas [F(-2)]

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

integrate(x^m/cos(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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(129\)

Fricas [F(-2)]

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

integrate(x^m/cos(a+b*log(c*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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(130\)

Fricas [F(-2)]

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

integrate(x^m/cos(a+b*log(c*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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(131\)

Fricas [F(-2)]

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

integrate(sec(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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(266\)

Fricas [F(-2)]

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

integrate(sec(a+b*log(c*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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(268\)

Fricas [F(-2)]

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

integrate(sec(a+b*log(c*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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(270\)

Fricas [F(-2)]

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

integrate(1/sec(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(272\)

Fricas [F(-2)]

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

integrate(1/sec(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(274\)

Fricas [F(-2)]

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

integrate(1/sec(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(276\)

Fricas [F(-2)]

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

integrate(x^m*sec(a+b*log(c*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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(281\)

Fricas [F(-2)]

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

integrate(x^m*sec(a+b*log(c*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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(282\)

Fricas [F(-2)]

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

integrate(x^m*sec(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(283\)

Fricas [F(-2)]

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

integrate(x^m/sec(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(284\)

Fricas [F(-2)]

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

integrate(x^m/sec(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(285\)

Fricas [F(-2)]

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

integrate(csc(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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(308\)

Fricas [F(-2)]

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

integrate(csc(a+b*log(c*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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(310\)

Fricas [F(-2)]

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

integrate(csc(a+b*log(c*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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(312\)

Fricas [F(-2)]

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

integrate(1/csc(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(314\)

Fricas [F(-2)]

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

integrate(1/csc(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(316\)

Fricas [F(-2)]

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

integrate(1/csc(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(318\)

Fricas [F(-2)]

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

integrate(x^m*csc(a+b*log(c*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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(323\)

Fricas [F(-2)]

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

integrate(x^m*csc(a+b*log(c*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/4_Trig_functions/4_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(324\)

Fricas [F(-2)]

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

integrate(x^m*csc(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(325\)

Fricas [F(-2)]

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

integrate(x^m/csc(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(326\)

Fricas [F(-2)]

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

integrate(x^m/csc(a+b*log(c*x^n))^(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_Miscellaneous/259_4.5

Test file number \(259\)

Integral number in file \(327\)

Fricas [F(-2)]

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

integrate(x^2*(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(34\)

Fricas [F(-2)]

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

integrate(x*(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(35\)

Fricas [F(-2)]

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

integrate((a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(36\)

Fricas [F(-2)]

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

integrate(x*(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(37\)

Fricas [F(-2)]

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

integrate((a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(38\)

Fricas [F(-2)]

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

integrate(x*(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(39\)

Fricas [F(-2)]

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

integrate((a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(40\)

Fricas [F(-2)]

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

integrate((a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(41\)

Fricas [F(-2)]

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

integrate(x^2/(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(42\)

Fricas [F(-2)]

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

integrate(x/(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(43\)

Fricas [F(-2)]

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

integrate(1/(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(44\)

Fricas [F(-2)]

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

integrate(x/(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(45\)

Fricas [F(-2)]

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

integrate(1/(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(46\)

Fricas [F(-2)]

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

integrate(x/(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(47\)

Fricas [F(-2)]

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

integrate(1/(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(48\)

Fricas [F(-2)]

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

integrate(x/(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(49\)

Fricas [F(-2)]

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

integrate(1/(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(50\)

Fricas [F(-2)]

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

integrate((d*e*x+c*e)^3*(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(119\)

Fricas [F(-2)]

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

integrate((d*e*x+c*e)^2*(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(120\)

Fricas [F(-2)]

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

integrate((d*e*x+c*e)*(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(121\)

Fricas [F(-2)]

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

integrate((a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(122\)

Fricas [F(-2)]

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

integrate((a+b*arcsin(d*x+c))^(1/2)/(d*e*x+c*e),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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(123\)

Fricas [F(-2)]

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

integrate((d*e*x+c*e)^3*(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(124\)

Fricas [F(-2)]

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

integrate((d*e*x+c*e)^2*(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(125\)

Fricas [F(-2)]

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

integrate((d*e*x+c*e)*(a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(126\)

Fricas [F(-2)]

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

integrate((a+b*arcsin(d*x+c))^(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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(127\)

Fricas [F(-2)]

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

integrate((a+b*arcsin(d*x+c))^(3/2)/(d*e*x+c*e),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/5_Inverse_trig_functions/5.1_Inverse_sine/262_5.1

Test file number \(262\)

Integral number in file \(128\)