2.1.1 Integrals 1 to 100

2.1.1.1 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 0_Independent_test_suites/Bondarenko_Problems.txt

Test file number \(2\)

Integral number in file \(7\)

2.1.1.2 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 0_Independent_test_suites/Bondarenko_Problems.txt

Test file number \(2\)

Integral number in file \(8\)

2.1.1.3 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 0_Independent_test_suites/Bronstein_Problems.txt

Test file number \(3\)

Integral number in file \(10\)

2.1.1.4 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 0_Independent_test_suites/Timofeev_Problems.txt

Test file number \(10\)

Integral number in file \(329\)

2.1.1.5 Fricas [F(-2)]

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

[In]

integrate((-2*sin(2*x)+(cos(x)*sin(x)^3)^(1/2))/(-(cos(x)^3*sin(x))^(1/2)+tan(x)^(1/2)),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   not invertible

input file name 0_Independent_test_suites/Timofeev_Problems.txt

Test file number \(10\)

Integral number in file \(417\)

2.1.1.6 Fricas [F(-2)]

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

[In]

integrate(tan(x)*((1-3*sec(x)^2)^(1/3)*sin(x)^2+3*tan(x)^2)/cos(x)^2/(1-3*sec(x)^2)^(5/6)/(1-(1-3*sec(x)^2)^(1
/2)),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   Curve not irreducible after change of va
riable 0 -> infinity

input file name 0_Independent_test_suites/Timofeev_Problems.txt

Test file number \(10\)

Integral number in file \(446\)

2.1.1.7 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 0_Independent_test_suites/Timofeev_Problems.txt

Test file number \(10\)

Integral number in file \(543\)

2.1.1.8 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (re
sidue poly has multiple non-linear factors)

input file name 0_Independent_test_suites/Welz_Problems.txt

Test file number \(11\)

Integral number in file \(38\)

2.1.1.9 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (re
sidue poly has multiple non-linear factors)

input file name 0_Independent_test_suites/Welz_Problems.txt

Test file number \(11\)

Integral number in file \(46\)

2.1.1.10 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (tr
ace 0)

input file name 0_Independent_test_suites/Welz_Problems.txt

Test file number \(11\)

Integral number in file \(53\)

2.1.1.11 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (tr
ace 0)

input file name 0_Independent_test_suites/Welz_Problems.txt

Test file number \(11\)

Integral number in file \(54\)

2.1.1.12 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (re
sidue poly has multiple non-linear factors)

input file name 0_Independent_test_suites/Welz_Problems.txt

Test file number \(11\)

Integral number in file \(58\)

2.1.1.13 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (re
sidue poly has multiple non-linear factors)

input file name 0_Independent_test_suites/Welz_Problems.txt

Test file number \(11\)

Integral number in file \(60\)

2.1.1.14 Fricas [F(-2)]

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

[In]

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

[Out]

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

input file name 0_Independent_test_suites/Welz_Problems.txt

Test file number \(11\)

Integral number in file \(84\)

2.1.1.15 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (re
sidue poly has multiple non-linear factors)

input file name 0_Independent_test_suites/Welz_Problems.txt

Test file number \(11\)

Integral number in file \(92\)

2.1.1.16 Fricas [F(-2)]

Exception generated. \[ \int \sqrt [3]{b x^n} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((b*x^n)^(1/3),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(101\)

2.1.1.17 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(109\)

2.1.1.18 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt [3]{b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(1/(b*x^n)^(1/3),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(116\)

2.1.1.19 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(124\)

2.1.1.20 Fricas [F(-2)]

Exception generated. \[ \int x^2 \sqrt {b x^n} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(131\)

2.1.1.21 Fricas [F(-2)]

Exception generated. \[ \int x \sqrt {b x^n} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(132\)

2.1.1.22 Fricas [F(-2)]

Exception generated. \[ \int \sqrt {b x^n} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(133\)

2.1.1.23 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(135\)

2.1.1.24 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(136\)

2.1.1.25 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(137\)

2.1.1.26 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(138\)

2.1.1.27 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(140\)

2.1.1.28 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(141\)

2.1.1.29 Fricas [F(-2)]

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

[In]

integrate((b*x^n)^(3/2)/x^4,x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(142\)

2.1.1.30 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(143\)

2.1.1.31 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(144\)

2.1.1.32 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(145\)

2.1.1.33 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{x^2 \sqrt {b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(147\)

2.1.1.34 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{x^3 \sqrt {b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(148\)

2.1.1.35 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(149\)

2.1.1.36 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(150\)

2.1.1.37 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(151\)

2.1.1.38 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(153\)

2.1.1.39 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(154\)

2.1.1.40 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(155\)

2.1.1.41 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(156\)

2.1.1.42 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(157\)

2.1.1.43 Fricas [F(-2)]

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

[In]

integrate(x^m*(b*x^n)^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(158\)

2.1.1.44 Fricas [F(-2)]

Exception generated. \[ \int x^m \sqrt {b x^n} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(x^m*(b*x^n)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(159\)

2.1.1.45 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^m}{\sqrt {b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(x^m/(b*x^n)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(160\)

2.1.1.46 Fricas [F(-2)]

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

[In]

integrate(x^m/(b*x^n)^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(161\)

2.1.1.47 Fricas [F(-2)]

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

[In]

integrate((c*x)^m*(b*x^n)^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(162\)

2.1.1.48 Fricas [F(-2)]

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

[In]

integrate((c*x)^m*(b*x^n)^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(163\)

2.1.1.49 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(164\)

2.1.1.50 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(165\)

2.1.1.51 Fricas [F(-2)]

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

[In]

integrate((c*x)^m/(b*x^n)^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(166\)

2.1.1.52 Fricas [F(-2)]

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

[In]

integrate((c*x)^m/(b*x^n)^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(167\)

2.1.1.53 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{a+b x^7} \, dx=\text {Exception raised: RuntimeError} \]

[In]

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

[Out]

Exception raised: RuntimeError >> no explicit roots found

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(1443\)

2.1.1.54 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{a-b x^7} \, dx=\text {Exception raised: RuntimeError} \]

[In]

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

[Out]

Exception raised: RuntimeError >> no explicit roots found

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(1447\)

2.1.1.55 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   alglogextint: unimplemented

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2263\)

2.1.1.56 Fricas [F(-2)]

Exception generated. \[ \int x \sqrt {a+b x^n} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2487\)

2.1.1.57 Fricas [F(-2)]

Exception generated. \[ \int \sqrt {a+b x^n} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2488\)

2.1.1.58 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2490\)

2.1.1.59 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2491\)

2.1.1.60 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2492\)

2.1.1.61 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2493\)

2.1.1.62 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2495\)

2.1.1.63 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2496\)

2.1.1.64 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2497\)

2.1.1.65 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2498\)

2.1.1.66 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2500\)

2.1.1.67 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2501\)

2.1.1.68 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2502\)

2.1.1.69 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {a+b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2503\)

2.1.1.70 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{x^2 \sqrt {a+b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2505\)

2.1.1.71 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{x^3 \sqrt {a+b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2506\)

2.1.1.72 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2507\)

2.1.1.73 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2508\)

2.1.1.74 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2510\)

2.1.1.75 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2511\)

2.1.1.76 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2512\)

2.1.1.77 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2513\)

2.1.1.78 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2515\)

2.1.1.79 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2516\)

2.1.1.80 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2673\)

2.1.1.81 Fricas [F(-2)]

Exception generated. \[ \int x^m \sqrt {a+b x^n} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2674\)

2.1.1.82 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^m}{\sqrt {a+b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2675\)

2.1.1.83 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2676\)

2.1.1.84 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2677\)

2.1.1.85 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^{3+2 n}}{\sqrt {a+b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2678\)

2.1.1.86 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2679\)

2.1.1.87 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^{3-n}}{\sqrt {a+b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2680\)

2.1.1.88 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^{3-2 n}}{\sqrt {a+b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2681\)

2.1.1.89 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^{m+2 n}}{\sqrt {a+b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2682\)

2.1.1.90 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^{m+n}}{\sqrt {a+b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2683\)

2.1.1.91 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^{m-n}}{\sqrt {a+b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2684\)

2.1.1.92 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^{m-2 n}}{\sqrt {a+b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2685\)

2.1.1.93 Fricas [F(-2)]

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

[In]

integrate(-1/2*b*n*x^(-1+m+n)/(a+b*x^n)^(3/2)+m*x^(-1+m)/(a+b*x^n)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2686\)

2.1.1.94 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^{-1+\frac {n}{2}}}{\sqrt {a+b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2690\)

2.1.1.95 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^{-1-\frac {n}{2}}}{\sqrt {a+b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2691\)

2.1.1.96 Fricas [F(-2)]

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

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2692\)

2.1.1.97 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^{-1-\frac {5 n}{2}}}{\sqrt {a+b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2693\)

2.1.1.98 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^{-1-\frac {7 n}{2}}}{\sqrt {a+b x^n}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2694\)

2.1.1.99 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^m}{\sqrt {a+b x^{-2+m}}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2695\)

2.1.1.100 Fricas [F(-2)]

Exception generated. \[ \int \frac {x^m}{\sqrt {a+b x^{2-m}}} \, dx=\text {Exception raised: TypeError} \]

[In]

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

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(2696\)