2.2.7 Integrals 601 to 700

2.2.7.1 Maxima [F(-2)]

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

[In]

integrate((C*x^2+B*x+A)/(b*x+a)^3/(d*x+c)^(1/2)/(f*x+e)^(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?` f
or more deta

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.6_P-x-a+b_x-^m-c+d_x-^n-e+f_x-^p.txt

Test file number \(17\)

Integral number in file \(59\)

2.2.7.2 Maxima [F(-2)]

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

[In]

integrate((C*x^2+B*x+A)/(b*x+a)^4/(d*x+c)^(1/2)/(f*x+e)^(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?` f
or more deta

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.1_Linear/1.1.1.6_P-x-a+b_x-^m-c+d_x-^n-e+f_x-^p.txt

Test file number \(17\)

Integral number in file \(60\)

2.2.7.3 Maxima [F(-2)]

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

[In]

integrate(1/(a*x^2+a-1),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-1>0)', see `assume?` for mor
e details)Is

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.2_Quadratic/1.1.2.2-c_x-^m-a+b_x^2-^p.txt

Test file number \(19\)

Integral number in file \(257\)

2.2.7.4 Maxima [F(-2)]

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

[In]

integrate(1/(-c-d+(c-d)*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*d^2>0)', see `assume?`
 for more de

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.2_Quadratic/1.1.2.2-c_x-^m-a+b_x^2-^p.txt

Test file number \(19\)

Integral number in file \(258\)

2.2.7.5 Maxima [F(-2)]

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

[In]

integrate(1/(a+(-a*c+b)*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(a*c-b>0)', see `assume?` for m
ore details)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.2_Quadratic/1.1.2.2-c_x-^m-a+b_x^2-^p.txt

Test file number \(19\)

Integral number in file \(261\)

2.2.7.6 Maxima [F(-2)]

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

[In]

integrate(1/(a-(-a*c+b)*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(a*c-b>0)', see `assume?` for m
ore details)

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.2_Quadratic/1.1.2.2-c_x-^m-a+b_x^2-^p.txt

Test file number \(19\)

Integral number in file \(262\)

2.2.7.7 Maxima [F(-2)]

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

[In]

integrate(1/(c*(a-d)-(b-c)*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((c-b)*(d-a)>0)', see `assume?`
 for more de

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.2_Quadratic/1.1.2.2-c_x-^m-a+b_x^2-^p.txt

Test file number \(19\)

Integral number in file \(263\)

2.2.7.8 Maxima [F(-2)]

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

[In]

integrate(x^3*(d*x^2+c)^(1/2)/(b*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(677\)

2.2.7.9 Maxima [F(-2)]

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

[In]

integrate(x*(d*x^2+c)^(1/2)/(b*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(679\)

2.2.7.10 Maxima [F(-2)]

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

[In]

integrate(x^3*(d*x^2+c)^(3/2)/(b*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(686\)

2.2.7.11 Maxima [F(-2)]

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

[In]

integrate(x*(d*x^2+c)^(3/2)/(b*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(688\)

2.2.7.12 Maxima [F(-2)]

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

[In]

integrate(x^3*(d*x^2+c)^(5/2)/(b*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(695\)

2.2.7.13 Maxima [F(-2)]

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

[In]

integrate(x*(d*x^2+c)^(5/2)/(b*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(697\)

2.2.7.14 Maxima [F(-2)]

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

[In]

integrate(x^5/(b*x^2+a)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(703\)

2.2.7.15 Maxima [F(-2)]

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

[In]

integrate(x^3/(b*x^2+a)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(704\)

2.2.7.16 Maxima [F(-2)]

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

[In]

integrate(x/(b*x^2+a)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(705\)

2.2.7.17 Maxima [F(-2)]

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

[In]

integrate(x^3/(b*x^2+a)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(714\)

2.2.7.18 Maxima [F(-2)]

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

[In]

integrate(x/(b*x^2+a)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(716\)

2.2.7.19 Maxima [F(-2)]

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

[In]

integrate(x^3/(b*x^2+a)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(723\)

2.2.7.20 Maxima [F(-2)]

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

[In]

integrate(x/(b*x^2+a)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(725\)

2.2.7.21 Maxima [F(-2)]

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

[In]

integrate(x^3*(d*x^2+c)^(1/2)/(b*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(732\)

2.2.7.22 Maxima [F(-2)]

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

[In]

integrate(x*(d*x^2+c)^(1/2)/(b*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(734\)

2.2.7.23 Maxima [F(-2)]

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

[In]

integrate(x^3*(d*x^2+c)^(3/2)/(b*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(741\)

2.2.7.24 Maxima [F(-2)]

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

[In]

integrate(x*(d*x^2+c)^(3/2)/(b*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(743\)

2.2.7.25 Maxima [F(-2)]

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

[In]

integrate(x^3*(d*x^2+c)^(5/2)/(b*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(750\)

2.2.7.26 Maxima [F(-2)]

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

[In]

integrate(x*(d*x^2+c)^(5/2)/(b*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(752\)

2.2.7.27 Maxima [F(-2)]

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

[In]

integrate(x^3/(b*x^2+a)^2/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(759\)

2.2.7.28 Maxima [F(-2)]

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

[In]

integrate(x/(b*x^2+a)^2/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(761\)

2.2.7.29 Maxima [F(-2)]

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

[In]

integrate(x^3/(b*x^2+a)^2/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(768\)

2.2.7.30 Maxima [F(-2)]

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

[In]

integrate(x/(b*x^2+a)^2/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(770\)

2.2.7.31 Maxima [F(-2)]

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

[In]

integrate(x^3/(b*x^2+a)^2/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(777\)

2.2.7.32 Maxima [F(-2)]

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

[In]

integrate(x/(b*x^2+a)^2/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(779\)

2.2.7.33 Maxima [F(-2)]

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

[In]

integrate(x^5*(b*x^2+a)^(1/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(934\)

2.2.7.34 Maxima [F(-2)]

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

[In]

integrate(x^3*(b*x^2+a)^(1/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(935\)

2.2.7.35 Maxima [F(-2)]

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

[In]

integrate(x*(b*x^2+a)^(1/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(936\)

2.2.7.36 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)^(1/2)/x/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(937\)

2.2.7.37 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)^(1/2)/x^3/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(938\)

2.2.7.38 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)^(1/2)/x^5/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(939\)

2.2.7.39 Maxima [F(-2)]

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

[In]

integrate(x^5*(b*x^2+a)^(3/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(944\)

2.2.7.40 Maxima [F(-2)]

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

[In]

integrate(x^3*(b*x^2+a)^(3/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(945\)

2.2.7.41 Maxima [F(-2)]

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

[In]

integrate(x*(b*x^2+a)^(3/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(946\)

2.2.7.42 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)^(3/2)/x/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(947\)

2.2.7.43 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)^(3/2)/x^3/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(948\)

2.2.7.44 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)^(3/2)/x^5/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(949\)

2.2.7.45 Maxima [F(-2)]

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

[In]

integrate(x^5*(b*x^2+a)^(5/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(954\)

2.2.7.46 Maxima [F(-2)]

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

[In]

integrate(x^3*(b*x^2+a)^(5/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(955\)

2.2.7.47 Maxima [F(-2)]

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

[In]

integrate(x*(b*x^2+a)^(5/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(956\)

2.2.7.48 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)^(5/2)/x/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(957\)

2.2.7.49 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)^(5/2)/x^3/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(958\)

2.2.7.50 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)^(5/2)/x^5/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(959\)

2.2.7.51 Maxima [F(-2)]

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

[In]

integrate(x^5/(b*x^2+a)^(1/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(969\)

2.2.7.52 Maxima [F(-2)]

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

[In]

integrate(x^3/(b*x^2+a)^(1/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(970\)

2.2.7.53 Maxima [F(-2)]

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

[In]

integrate(x/(b*x^2+a)^(1/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(971\)

2.2.7.54 Maxima [F(-2)]

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

[In]

integrate(1/x/(b*x^2+a)^(1/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(972\)

2.2.7.55 Maxima [F(-2)]

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

[In]

integrate(1/x^3/(b*x^2+a)^(1/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(973\)

2.2.7.56 Maxima [F(-2)]

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

[In]

integrate(1/x^5/(b*x^2+a)^(1/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(974\)

2.2.7.57 Maxima [F(-2)]

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

[In]

integrate(x^5/(b*x^2+a)^(3/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(980\)

2.2.7.58 Maxima [F(-2)]

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

[In]

integrate(x^3/(b*x^2+a)^(3/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(981\)

2.2.7.59 Maxima [F(-2)]

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

[In]

integrate(x/(b*x^2+a)^(3/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(982\)

2.2.7.60 Maxima [F(-2)]

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

[In]

integrate(x^5/(b*x^2+a)^(5/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(983\)

2.2.7.61 Maxima [F(-2)]

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

[In]

integrate(x^3/(b*x^2+a)^(5/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(984\)

2.2.7.62 Maxima [F(-2)]

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

[In]

integrate(x/(b*x^2+a)^(5/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(985\)

2.2.7.63 Maxima [F(-2)]

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

[In]

integrate(x^5/(b*x^2+a)^(7/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(986\)

2.2.7.64 Maxima [F(-2)]

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

[In]

integrate(x^3/(b*x^2+a)^(7/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(987\)

2.2.7.65 Maxima [F(-2)]

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

[In]

integrate(x/(b*x^2+a)^(7/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(988\)

2.2.7.66 Maxima [F(-2)]

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

[In]

integrate(x^5/(b*x^2+a)^(9/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(989\)

2.2.7.67 Maxima [F(-2)]

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

[In]

integrate(x/(-b*x^2+a)^(1/2)/(d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(990\)

2.2.7.68 Maxima [F(-2)]

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

[In]

integrate(x/(-b*x^2+a)^(1/2)/(-d*x^2+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.2_Quadratic/1.1.2.4-e_x-^m-a+b_x^2-^p-c+d_x^2-^q.txt

Test file number \(21\)

Integral number in file \(991\)

2.2.7.69 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)*(d*x^2+c)/(f*x^2+e),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(e>0)', see `assume?` for more
details)Is e

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.2_Quadratic/1.1.2.5-a+b_x^2-^p-c+d_x^2-^q-e+f_x^2-^r.txt

Test file number \(22\)

Integral number in file \(5\)

2.2.7.70 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)*(d*x^2+c)/(f*x^2+e)^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(e>0)', see `assume?` for more
details)Is e

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.2_Quadratic/1.1.2.5-a+b_x^2-^p-c+d_x^2-^q-e+f_x^2-^r.txt

Test file number \(22\)

Integral number in file \(6\)

2.2.7.71 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)*(d*x^2+c)/(f*x^2+e)^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(e>0)', see `assume?` for more
details)Is e

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.2_Quadratic/1.1.2.5-a+b_x^2-^p-c+d_x^2-^q-e+f_x^2-^r.txt

Test file number \(22\)

Integral number in file \(7\)

2.2.7.72 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)*(d*x^2+c)/(f*x^2+e)^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(e>0)', see `assume?` for more
details)Is e

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.2_Quadratic/1.1.2.5-a+b_x^2-^p-c+d_x^2-^q-e+f_x^2-^r.txt

Test file number \(22\)

Integral number in file \(8\)

2.2.7.73 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)*(d*x^2+c)^2/(f*x^2+e),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(e>0)', see `assume?` for more
details)Is e

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.2_Quadratic/1.1.2.5-a+b_x^2-^p-c+d_x^2-^q-e+f_x^2-^r.txt

Test file number \(22\)

Integral number in file \(12\)

2.2.7.74 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)*(d*x^2+c)^2/(f*x^2+e)^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(e>0)', see `assume?` for more
details)Is e

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.2_Quadratic/1.1.2.5-a+b_x^2-^p-c+d_x^2-^q-e+f_x^2-^r.txt

Test file number \(22\)

Integral number in file \(13\)

2.2.7.75 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)*(d*x^2+c)^2/(f*x^2+e)^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(e>0)', see `assume?` for more
details)Is e

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.2_Quadratic/1.1.2.5-a+b_x^2-^p-c+d_x^2-^q-e+f_x^2-^r.txt

Test file number \(22\)

Integral number in file \(14\)

2.2.7.76 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)*(d*x^2+c)^2/(f*x^2+e)^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(e>0)', see `assume?` for more
details)Is e

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.2_Quadratic/1.1.2.5-a+b_x^2-^p-c+d_x^2-^q-e+f_x^2-^r.txt

Test file number \(22\)

Integral number in file \(15\)

2.2.7.77 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)*(d*x^2+c)^3/(f*x^2+e),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(e>0)', see `assume?` for more
details)Is e

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.2_Quadratic/1.1.2.5-a+b_x^2-^p-c+d_x^2-^q-e+f_x^2-^r.txt

Test file number \(22\)

Integral number in file \(19\)

2.2.7.78 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)*(d*x^2+c)^3/(f*x^2+e)^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(e>0)', see `assume?` for more
details)Is e

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.2_Quadratic/1.1.2.5-a+b_x^2-^p-c+d_x^2-^q-e+f_x^2-^r.txt

Test file number \(22\)

Integral number in file \(20\)

2.2.7.79 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)*(d*x^2+c)^3/(f*x^2+e)^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(e>0)', see `assume?` for more
details)Is e

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.2_Quadratic/1.1.2.5-a+b_x^2-^p-c+d_x^2-^q-e+f_x^2-^r.txt

Test file number \(22\)

Integral number in file \(21\)

2.2.7.80 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)*(d*x^2+c)^3/(f*x^2+e)^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(e>0)', see `assume?` for more
details)Is e

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.2_Quadratic/1.1.2.5-a+b_x^2-^p-c+d_x^2-^q-e+f_x^2-^r.txt

Test file number \(22\)

Integral number in file \(22\)

2.2.7.81 Maxima [F(-2)]

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

[In]

integrate((b*x^2+a)*(d*x^2+c)^(1/2)/(f*x^2+e),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(e>0)', see `assume?` for more
details)Is e

input file name 1_Algebraic_functions/1.1_Binomial_products/1.1.2_Quadratic/1.1.2.5-a+b_x^2-^p-c+d_x^2-^q-e+f_x^2-^r.txt

Test file number \(22\)

Integral number in file \(57\)

2.2.7.82 Maxima [F(-2)]

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

[In]

integrate((b*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.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(6\)

2.2.7.83 Maxima [F(-2)]

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

[In]

integrate((b*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.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(7\)

2.2.7.84 Maxima [F(-2)]

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

[In]

integrate((b*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.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(8\)

2.2.7.85 Maxima [F(-2)]

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

[In]

integrate((b*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.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(9\)

2.2.7.86 Maxima [F(-2)]

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

[In]

integrate((b*x^2)^(1/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.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(10\)

2.2.7.87 Maxima [F(-2)]

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

[In]

integrate((b*x^2)^(3/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.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(16\)

2.2.7.88 Maxima [F(-2)]

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

[In]

integrate((b*x^2)^(3/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.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(17\)

2.2.7.89 Maxima [F(-2)]

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

[In]

integrate((b*x^2)^(3/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.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(18\)

2.2.7.90 Maxima [F(-2)]

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

[In]

integrate((b*x^2)^(3/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.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(19\)

2.2.7.91 Maxima [F(-2)]

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

[In]

integrate((b*x^2)^(3/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.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(20\)

2.2.7.92 Maxima [F(-2)]

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

[In]

integrate((b*x^2)^(3/2)/x^7,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.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(21\)

2.2.7.93 Maxima [F(-2)]

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

[In]

integrate((b*x^2)^(5/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.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(27\)

2.2.7.94 Maxima [F(-2)]

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

[In]

integrate((b*x^2)^(5/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.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(28\)

2.2.7.95 Maxima [F(-2)]

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

[In]

integrate((b*x^2)^(5/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.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(29\)

2.2.7.96 Maxima [F(-2)]

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

[In]

integrate((b*x^2)^(5/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.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(30\)

2.2.7.97 Maxima [F(-2)]

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

[In]

integrate((b*x^2)^(5/2)/x^7,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.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(31\)

2.2.7.98 Maxima [F(-2)]

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

[In]

integrate((b*x^2)^(5/2)/x^8,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.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(32\)

2.2.7.99 Maxima [F(-2)]

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

[In]

integrate((b*x^2)^(5/2)/x^9,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.3_General/1.1.3.2-c_x-^m-a+b_x^n-^p.txt

Test file number \(25\)

Integral number in file \(33\)

2.2.7.100 Maxima [F(-2)]

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

[In]

integrate(1/(b*x^n)^(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(-n/3>0)', see `assume?` for mo
re details)I

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

Test file number \(25\)

Integral number in file \(116\)