2.2.1 Integrals 1 to 100

2.2.1.1 Maxima [F(-2)]

Exception generated. \[ \int \sqrt {(b-x) (-a+x)} \, dx=\text {Exception raised: ValueError} \]

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(b-a>0)', see `assume?` for mor
e details)Is

input file name 0_Independent_test_suites/Apostol_Problems.txt

Test file number \(1\)

Integral number in file \(104\)

2.2.1.2 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {(b-x) (-a+x)}} \, dx=\text {Exception raised: ValueError} \]

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(b-a>0)', see `assume?` for mor
e details)Is

input file name 0_Independent_test_suites/Apostol_Problems.txt

Test file number \(1\)

Integral number in file \(105\)

2.2.1.3 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{1+a \cos (x)} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate(1/(1+a*cos(x)),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a^2-1.0>0)', see `assume?` for
 more detail

input file name 0_Independent_test_suites/Apostol_Problems.txt

Test file number \(1\)

Integral number in file \(141\)

2.2.1.4 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 0_Independent_test_suites/Hearn_Problems.txt

Test file number \(5\)

Integral number in file \(8\)

2.2.1.5 Maxima [F(-2)]

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

[In]

integrate(1/(a+b*sin(x)),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*b^2-4*a^2>0)', see `assume?`
 for more de

input file name 0_Independent_test_suites/Hearn_Problems.txt

Test file number \(5\)

Integral number in file \(122\)

2.2.1.6 Maxima [F(-2)]

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

[In]

integrate(1/(a+cos(x)+b*sin(x)),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(b^2-a^2+1>0)', see `assume?` f
or more deta

input file name 0_Independent_test_suites/Hearn_Problems.txt

Test file number \(5\)

Integral number in file \(123\)

2.2.1.7 Maxima [F(-2)]

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

[In]

integrate(sin(a*x)/(b+c*sin(a*x))^2,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*c^2-4*b^2>0)', see `assume?`
 for more de

input file name 0_Independent_test_suites/Hearn_Problems.txt

Test file number \(5\)

Integral number in file \(147\)

2.2.1.8 Maxima [F(-2)]

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

[In]

integrate(a^x/(b^x),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(-log(b)/log(a)>0)', see `assum
e?` for more

input file name 0_Independent_test_suites/Hearn_Problems.txt

Test file number \(5\)

Integral number in file \(160\)

2.2.1.9 Maxima [F(-2)]

Exception generated. \[ \int a^x b^x \, dx=\text {Exception raised: ValueError} \]

[In]

integrate(a^x*b^x,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(log(b)/log(a)>0)', see `assume
?` for more

input file name 0_Independent_test_suites/Hearn_Problems.txt

Test file number \(5\)

Integral number in file \(161\)

2.2.1.10 Maxima [F(-2)]

Exception generated. \[ \int \sqrt {a+b x} \sqrt {c+d x} \, dx=\text {Exception raised: ValueError} \]

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 0_Independent_test_suites/Hearn_Problems.txt

Test file number \(5\)

Integral number in file \(176\)

2.2.1.11 Maxima [F(-2)]

Exception generated. \[ \int \frac {r}{\sqrt {-\alpha ^2+2 e r^2-2 k r^4}} \, dr=\text {Exception raised: ValueError} \]

[In]

integrate(r/(-2*k*r^4+2*e*r^2-alpha^2)^(1/2),r, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(2*alpha^2*k-e^2>0)', see `assu
me?` for mor

input file name 0_Independent_test_suites/Hearn_Problems.txt

Test file number \(5\)

Integral number in file \(211\)

2.2.1.12 Maxima [F(-2)]

Exception generated. \[ \int \frac {r}{\sqrt {-\alpha ^2-2 k r+2 e r^2}} \, dr=\text {Exception raised: ValueError} \]

[In]

integrate(r/(2*e*r^2-alpha^2-2*k*r)^(1/2),r, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(k^2+2*alpha^2*e>0)', see `assu
me?` for mor

input file name 0_Independent_test_suites/Hearn_Problems.txt

Test file number \(5\)

Integral number in file \(212\)

2.2.1.13 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{r \sqrt {-\alpha ^2+2 h r^2-2 k r^4}} \, dr=\text {Exception raised: ValueError} \]

[In]

integrate(1/r/(-2*k*r^4+2*h*r^2-alpha^2)^(1/2),r, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(2*alpha^2*k-h^2>0)', see `assu
me?` for mor

input file name 0_Independent_test_suites/Hearn_Problems.txt

Test file number \(5\)

Integral number in file \(213\)

2.2.1.14 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{r \sqrt {-\alpha ^2-\epsilon ^2+2 h r^2-2 k r^4}} \, dr=\text {Exception raised: ValueError} \]

[In]

integrate(1/r/(-2*k*r^4+2*h*r^2-alpha^2-epsilon^2)^(1/2),r, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(2*epsilon^2*k+2*alpha^2*k>0)',
 see `assume

input file name 0_Independent_test_suites/Hearn_Problems.txt

Test file number \(5\)

Integral number in file \(214\)

2.2.1.15 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{p+q \cos (x)+r \sin (x)} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate(1/(p+q*cos(x)+r*sin(x)),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(r^2+q^2-p^2>0)', see `assume?`
 for more de

input file name 0_Independent_test_suites/Jeffrey_Problems.txt

Test file number \(7\)

Integral number in file \(9\)

2.2.1.16 Maxima [F(-2)]

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

[In]

integrate(arcsin(x/a)^(3/2)/(a^2-x^2)^(1/2),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 0_Independent_test_suites/Timofeev_Problems.txt

Test file number \(10\)

Integral number in file \(69\)

2.2.1.17 Maxima [F(-2)]

Exception generated. \[ \int \frac {B+A x}{\left (c+2 b x+a x^2\right )^2} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate((A*x+B)/(a*x^2+2*b*x+c)^2,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*b^2-4*a*c>0)', see `assume?`
 for more de

input file name 0_Independent_test_suites/Timofeev_Problems.txt

Test file number \(10\)

Integral number in file \(149\)

2.2.1.18 Maxima [F(-2)]

Exception generated. \[ \int \frac {\text {b1}+\text {c1} x}{a+2 b x+c x^2} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate((c1*x+b1)/(c*x^2+2*b*x+a),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*b^2-4*a*c>0)', see `assume?`
 for more de

input file name 0_Independent_test_suites/Timofeev_Problems.txt

Test file number \(10\)

Integral number in file \(194\)

2.2.1.19 Maxima [F(-2)]

Exception generated. \[ \int \frac {\text {b1}+\text {c1} x}{\left (a+2 b x+c x^2\right )^2} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate((c1*x+b1)/(c*x^2+2*b*x+a)^2,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*b^2-4*a*c>0)', see `assume?`
 for more de

input file name 0_Independent_test_suites/Timofeev_Problems.txt

Test file number \(10\)

Integral number in file \(195\)

2.2.1.20 Maxima [F(-2)]

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

[In]

integrate((c1*x+b1)/(c*x^2+2*b*x+a)^3,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*b^2-4*a*c>0)', see `assume?`
 for more de

input file name 0_Independent_test_suites/Timofeev_Problems.txt

Test file number \(10\)

Integral number in file \(196\)

2.2.1.21 Maxima [F(-2)]

Exception generated. \[ \int \frac {\text {b1}+\text {c1} x}{\left (a+2 b x+c x^2\right )^4} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate((c1*x+b1)/(c*x^2+2*b*x+a)^4,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*b^2-4*a*c>0)', see `assume?`
 for more de

input file name 0_Independent_test_suites/Timofeev_Problems.txt

Test file number \(10\)

Integral number in file \(197\)

2.2.1.22 Maxima [F(-2)]

Exception generated. \[ \int x \cos ^2(x) \cot ^2(x) \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(x*cos(x)^4/sin(x)^2,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: THROW: The catch RAT-ERR is undefined.

input file name 0_Independent_test_suites/Timofeev_Problems.txt

Test file number \(10\)

Integral number in file \(487\)

2.2.1.23 Maxima [F(-2)]

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

[In]

integrate(a^(m*x)*b^(n*x),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume((log(b)*n)/(log(a)*m)>0)', see
 `assume?` f

input file name 0_Independent_test_suites/Timofeev_Problems.txt

Test file number \(10\)

Integral number in file \(494\)

2.2.1.24 Maxima [F(-2)]

Exception generated. \[ \int a^{-x} b^{-x} \left (a^x-b^x\right )^2 \, dx=\text {Exception raised: ValueError} \]

[In]

integrate((a^x-b^x)^2/(a^x)/(b^x),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(-log(b)/log(a)>0)', see `assum
e?` for more

input file name 0_Independent_test_suites/Timofeev_Problems.txt

Test file number \(10\)

Integral number in file \(495\)

2.2.1.25 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{a+b \cosh (x)} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate(1/(a+b*cosh(x)),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*a^2-4*b^2>0)', see `assume?`
 for more de

input file name 0_Independent_test_suites/Timofeev_Problems.txt

Test file number \(10\)

Integral number in file \(583\)

2.2.1.26 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{a^2-b^2 \cosh ^2(x)} \, dx=\text {Exception raised: ValueError} \]

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*a^2-4*b^2>0)', see `assume?`
 for more de

input file name 0_Independent_test_suites/Timofeev_Problems.txt

Test file number \(10\)

Integral number in file \(587\)

2.2.1.27 Maxima [F(-2)]

Exception generated. \[ \int \frac {e^{m x}}{\cosh (x)+\sinh (x)} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate(exp(m*x)/(cosh(x)+sinh(x)),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(-m>0)', see `assume?` for more
 details)Is

input file name 0_Independent_test_suites/Timofeev_Problems.txt

Test file number \(10\)

Integral number in file \(603\)

2.2.1.28 Maxima [F(-2)]

Exception generated. \[ \int \frac {(a+b \log (x))^{-n}}{x} \, dx=\text {Exception raised: ValueError} \]

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(-n>0)', see `assume?` for more
 details)Is

input file name 0_Independent_test_suites/Timofeev_Problems.txt

Test file number \(10\)

Integral number in file \(621\)

2.2.1.29 Maxima [F(-2)]

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

[In]

integrate(1/2/(1+x)^2*2^(1/2)/(-I+x^2)^(1/2)+1/2/(1+x)^2*2^(1/2)/(I+x^2)^(1/2),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is  1which is not
 of the expected type LIST

input file name 0_Independent_test_suites/Welz_Problems.txt

Test file number \(11\)

Integral number in file \(11\)

2.2.1.30 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{a+b \cos (x)} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate(1/(a+b*cos(x)),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*b^2-4*a^2>0)', see `assume?`
 for more de

input file name 0_Independent_test_suites/Wester_Problems.txt

Test file number \(12\)

Integral number in file \(3\)

2.2.1.31 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(760\)

2.2.1.32 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(761\)

2.2.1.33 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(762\)

2.2.1.34 Maxima [F(-2)]

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

[In]

integrate((b*x+a)*(c*x^2)^(1/2)/x^4,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(763\)

2.2.1.35 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(769\)

2.2.1.36 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(770\)

2.2.1.37 Maxima [F(-2)]

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

[In]

integrate((c*x^2)^(3/2)*(b*x+a)/x^4,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(771\)

2.2.1.38 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(778\)

2.2.1.39 Maxima [F(-2)]

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

[In]

integrate((c*x^2)^(5/2)*(b*x+a)/x^4,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(779\)

2.2.1.40 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(808\)

2.2.1.41 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(809\)

2.2.1.42 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(810\)

2.2.1.43 Maxima [F(-2)]

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

[In]

integrate((b*x+a)^2*(c*x^2)^(1/2)/x^4,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(811\)

2.2.1.44 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(817\)

2.2.1.45 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(818\)

2.2.1.46 Maxima [F(-2)]

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

[In]

integrate((c*x^2)^(3/2)*(b*x+a)^2/x^4,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(819\)

2.2.1.47 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(824\)

2.2.1.48 Maxima [F(-2)]

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

[In]

integrate((c*x^2)^(5/2)*(b*x+a)^2/x^4,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(825\)

2.2.1.49 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(826\)

2.2.1.50 Maxima [F(-2)]

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

[In]

integrate((c*x^2)^(5/2)*(b*x+a)^2/x^6,x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(827\)

2.2.1.51 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: RuntimeError >> ECL says: expt: undefined: 0 to a negative exponent.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(856\)

2.2.1.52 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{(a-i a x)^{9/4} (a+i a x)^{7/4}} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(1/(a-I*a*x)^(9/4)/(a+I*a*x)^(7/4),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: THROW: The catch RAT-ERR is undefined.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1198\)

2.2.1.53 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{(a-i a x)^{11/4} (a+i a x)^{7/4}} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(1/(a-I*a*x)^(11/4)/(a+I*a*x)^(7/4),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: THROW: The catch RAT-ERR is undefined.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1204\)

2.2.1.54 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{(a-i a x)^{15/4} (a+i a x)^{7/4}} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(1/(a-I*a*x)^(15/4)/(a+I*a*x)^(7/4),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: THROW: The catch RAT-ERR is undefined.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1205\)

2.2.1.55 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{(a-i a x)^{9/4} (a+i a x)^{5/4}} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(1/(a-I*a*x)^(9/4)/(a+I*a*x)^(5/4),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: THROW: The catch RAT-ERR is undefined.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1210\)

2.2.1.56 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{(a-i a x)^{13/4} (a+i a x)^{5/4}} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(1/(a-I*a*x)^(13/4)/(a+I*a*x)^(5/4),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: THROW: The catch RAT-ERR is undefined.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1211\)

2.2.1.57 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{(a-i a x)^{11/4} (a+i a x)^{5/4}} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(1/(a-I*a*x)^(11/4)/(a+I*a*x)^(5/4),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: THROW: The catch RAT-ERR is undefined.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1216\)

2.2.1.58 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{(a-i a x)^{5/4} (a+i a x)^{9/4}} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(1/(a-I*a*x)^(5/4)/(a+I*a*x)^(9/4),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: THROW: The catch RAT-ERR is undefined.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1220\)

2.2.1.59 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{(a-i a x)^{13/4} (a+i a x)^{9/4}} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(1/(a-I*a*x)^(13/4)/(a+I*a*x)^(9/4),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: THROW: The catch RAT-ERR is undefined.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1222\)

2.2.1.60 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{(a-i a x)^{17/4} (a+i a x)^{9/4}} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(1/(a-I*a*x)^(17/4)/(a+I*a*x)^(9/4),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: THROW: The catch RAT-ERR is undefined.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1223\)

2.2.1.61 Maxima [F(-2)]

Exception generated. \[ \int \frac {1}{(a-i a x)^{7/4} (a+i a x)^{9/4}} \, dx=\text {Exception raised: RuntimeError} \]

[In]

integrate(1/(a-I*a*x)^(7/4)/(a+I*a*x)^(9/4),x, algorithm="maxima")

[Out]

Exception raised: RuntimeError >> ECL says: THROW: The catch RAT-ERR is undefined.

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1227\)

2.2.1.62 Maxima [F(-2)]

Exception generated. \[ \int \frac {\sqrt {c+d x}}{a+b x} \, dx=\text {Exception raised: ValueError} \]

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1381\)

2.2.1.63 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1382\)

2.2.1.64 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1383\)

2.2.1.65 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1384\)

2.2.1.66 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1385\)

2.2.1.67 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1386\)

2.2.1.68 Maxima [F(-2)]

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

[In]

integrate((d*x+c)^(3/2)/(b*x+a),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1393\)

2.2.1.69 Maxima [F(-2)]

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

[In]

integrate((d*x+c)^(3/2)/(b*x+a)^2,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1394\)

2.2.1.70 Maxima [F(-2)]

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

[In]

integrate((d*x+c)^(3/2)/(b*x+a)^3,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1395\)

2.2.1.71 Maxima [F(-2)]

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

[In]

integrate((d*x+c)^(3/2)/(b*x+a)^4,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1396\)

2.2.1.72 Maxima [F(-2)]

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

[In]

integrate((d*x+c)^(3/2)/(b*x+a)^5,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1397\)

2.2.1.73 Maxima [F(-2)]

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

[In]

integrate((d*x+c)^(3/2)/(b*x+a)^6,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1398\)

2.2.1.74 Maxima [F(-2)]

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

[In]

integrate((d*x+c)^(5/2)/(b*x+a),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1405\)

2.2.1.75 Maxima [F(-2)]

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

[In]

integrate((d*x+c)^(5/2)/(b*x+a)^2,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1406\)

2.2.1.76 Maxima [F(-2)]

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

[In]

integrate((d*x+c)^(5/2)/(b*x+a)^3,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1407\)

2.2.1.77 Maxima [F(-2)]

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

[In]

integrate((d*x+c)^(5/2)/(b*x+a)^4,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1408\)

2.2.1.78 Maxima [F(-2)]

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

[In]

integrate((d*x+c)^(5/2)/(b*x+a)^5,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1409\)

2.2.1.79 Maxima [F(-2)]

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

[In]

integrate((d*x+c)^(5/2)/(b*x+a)^6,x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1410\)

2.2.1.80 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1419\)

2.2.1.81 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1420\)

2.2.1.82 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1421\)

2.2.1.83 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1422\)

2.2.1.84 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1423\)

2.2.1.85 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1430\)

2.2.1.86 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1431\)

2.2.1.87 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1432\)

2.2.1.88 Maxima [F(-2)]

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

[In]

integrate(1/(b*x+a)^4/(d*x+c)^(3/2),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1433\)

2.2.1.89 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1440\)

2.2.1.90 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1441\)

2.2.1.91 Maxima [F(-2)]

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

[In]

integrate(1/(b*x+a)^3/(d*x+c)^(5/2),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1442\)

2.2.1.92 Maxima [F(-2)]

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

[In]

integrate(1/(b*x+a)^4/(d*x+c)^(5/2),x, algorithm="maxima")

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1443\)

2.2.1.93 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1458\)

2.2.1.94 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1459\)

2.2.1.95 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1460\)

2.2.1.96 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1461\)

2.2.1.97 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1462\)

2.2.1.98 Maxima [F(-2)]

Exception generated. \[ \int \sqrt {a+b x} \sqrt {c+d x} \, dx=\text {Exception raised: ValueError} \]

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1463\)

2.2.1.99 Maxima [F(-2)]

Exception generated. \[ \int \frac {\sqrt {c+d x}}{\sqrt {a+b x}} \, dx=\text {Exception raised: ValueError} \]

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1464\)

2.2.1.100 Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(a*d-b*c>0)', see `assume?` for
 more detail

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.2-a+b_x-^m-c+d_x-^n.txt

Test file number \(13\)

Integral number in file \(1465\)