Integrals 1 to 100

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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