2.2.23 Integrals 2201 to 2300

2.2.23.1 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.2_Quartic/1.2.2.6_P-x-d_x-^m-a+b_x^2+c_x^4-^p.txt

Test file number \(43\)

Integral number in file \(66\)

2.2.23.2 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.2_Quartic/1.2.2.6_P-x-d_x-^m-a+b_x^2+c_x^4-^p.txt

Test file number \(43\)

Integral number in file \(67\)

2.2.23.3 Maxima [F(-2)]

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

[In]

integrate(x*(g*x^6+f*x^4+e*x^2+d)/(c*x^4+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.2_Quartic/1.2.2.6_P-x-d_x-^m-a+b_x^2+c_x^4-^p.txt

Test file number \(43\)

Integral number in file \(125\)

2.2.23.4 Maxima [F(-2)]

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

[In]

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

[Out]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.2_Quartic/1.2.2.7_P-x-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(44\)

Integral number in file \(30\)

2.2.23.5 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.2_Quartic/1.2.2.7_P-x-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(44\)

Integral number in file \(37\)

2.2.23.6 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.2_Quartic/1.2.2.7_P-x-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(44\)

Integral number in file \(38\)

2.2.23.7 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.2_Quartic/1.2.2.7_P-x-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(44\)

Integral number in file \(39\)

2.2.23.8 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.2_Quartic/1.2.2.7_P-x-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(44\)

Integral number in file \(40\)

2.2.23.9 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.2_Quartic/1.2.2.7_P-x-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(44\)

Integral number in file \(41\)

2.2.23.10 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.2_Quartic/1.2.2.7_P-x-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(44\)

Integral number in file \(42\)

2.2.23.11 Maxima [F(-2)]

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

[In]

integrate(x^8/(c*x^6+b*x^3+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*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(138\)

2.2.23.12 Maxima [F(-2)]

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

[In]

integrate(x^5/(c*x^6+b*x^3+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*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(139\)

2.2.23.13 Maxima [F(-2)]

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

[In]

integrate(x^2/(c*x^6+b*x^3+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*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(140\)

2.2.23.14 Maxima [F(-2)]

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

[In]

integrate(1/x/(c*x^6+b*x^3+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*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(141\)

2.2.23.15 Maxima [F(-2)]

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

[In]

integrate(1/x^4/(c*x^6+b*x^3+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*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(142\)

2.2.23.16 Maxima [F(-2)]

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

[In]

integrate(x^14*(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(185\)

2.2.23.17 Maxima [F(-2)]

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

[In]

integrate(x^11*(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(186\)

2.2.23.18 Maxima [F(-2)]

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

[In]

integrate(x^8*(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(187\)

2.2.23.19 Maxima [F(-2)]

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

[In]

integrate(x^5*(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(188\)

2.2.23.20 Maxima [F(-2)]

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

[In]

integrate(x^2*(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(189\)

2.2.23.21 Maxima [F(-2)]

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

[In]

integrate((c*x^6+b*x^3+a)^(1/2)/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*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(190\)

2.2.23.22 Maxima [F(-2)]

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

[In]

integrate((c*x^6+b*x^3+a)^(1/2)/x^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*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(191\)

2.2.23.23 Maxima [F(-2)]

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

[In]

integrate((c*x^6+b*x^3+a)^(1/2)/x^7,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 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(192\)

2.2.23.24 Maxima [F(-2)]

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

[In]

integrate((c*x^6+b*x^3+a)^(1/2)/x^10,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 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(193\)

2.2.23.25 Maxima [F(-2)]

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

[In]

integrate((c*x^6+b*x^3+a)^(1/2)/x^13,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 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(194\)

2.2.23.26 Maxima [F(-2)]

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

[In]

integrate((c*x^6+b*x^3+a)^(1/2)/x^16,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 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(195\)

2.2.23.27 Maxima [F(-2)]

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

[In]

integrate(x^14*(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(201\)

2.2.23.28 Maxima [F(-2)]

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

[In]

integrate(x^11*(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(202\)

2.2.23.29 Maxima [F(-2)]

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

[In]

integrate(x^8*(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(203\)

2.2.23.30 Maxima [F(-2)]

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

[In]

integrate(x^5*(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(204\)

2.2.23.31 Maxima [F(-2)]

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

[In]

integrate(x^2*(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(205\)

2.2.23.32 Maxima [F(-2)]

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

[In]

integrate((c*x^6+b*x^3+a)^(3/2)/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*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(206\)

2.2.23.33 Maxima [F(-2)]

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

[In]

integrate((c*x^6+b*x^3+a)^(3/2)/x^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*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(207\)

2.2.23.34 Maxima [F(-2)]

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

[In]

integrate((c*x^6+b*x^3+a)^(3/2)/x^7,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 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(208\)

2.2.23.35 Maxima [F(-2)]

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

[In]

integrate((c*x^6+b*x^3+a)^(3/2)/x^10,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 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(209\)

2.2.23.36 Maxima [F(-2)]

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

[In]

integrate((c*x^6+b*x^3+a)^(3/2)/x^13,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 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(210\)

2.2.23.37 Maxima [F(-2)]

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

[In]

integrate((c*x^6+b*x^3+a)^(3/2)/x^16,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 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(211\)

2.2.23.38 Maxima [F(-2)]

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

[In]

integrate((c*x^6+b*x^3+a)^(3/2)/x^19,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 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(212\)

2.2.23.39 Maxima [F(-2)]

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

[In]

integrate((c*x^6+b*x^3+a)^(3/2)/x^22,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 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(213\)

2.2.23.40 Maxima [F(-2)]

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

[In]

integrate(x^14/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(219\)

2.2.23.41 Maxima [F(-2)]

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

[In]

integrate(x^11/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(220\)

2.2.23.42 Maxima [F(-2)]

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

[In]

integrate(x^8/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(221\)

2.2.23.43 Maxima [F(-2)]

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

[In]

integrate(x^5/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(222\)

2.2.23.44 Maxima [F(-2)]

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

[In]

integrate(x^2/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(223\)

2.2.23.45 Maxima [F(-2)]

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

[In]

integrate(1/x/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(224\)

2.2.23.46 Maxima [F(-2)]

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

[In]

integrate(1/x^4/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(225\)

2.2.23.47 Maxima [F(-2)]

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

[In]

integrate(1/x^7/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(226\)

2.2.23.48 Maxima [F(-2)]

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

[In]

integrate(1/x^10/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(227\)

2.2.23.49 Maxima [F(-2)]

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

[In]

integrate(1/x^13/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(228\)

2.2.23.50 Maxima [F(-2)]

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

[In]

integrate(x^14/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(234\)

2.2.23.51 Maxima [F(-2)]

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

[In]

integrate(x^11/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(235\)

2.2.23.52 Maxima [F(-2)]

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

[In]

integrate(x^8/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(236\)

2.2.23.53 Maxima [F(-2)]

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

[In]

integrate(x^5/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(237\)

2.2.23.54 Maxima [F(-2)]

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

[In]

integrate(x^2/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(238\)

2.2.23.55 Maxima [F(-2)]

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

[In]

integrate(1/x/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(239\)

2.2.23.56 Maxima [F(-2)]

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

[In]

integrate(1/x^4/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(240\)

2.2.23.57 Maxima [F(-2)]

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

[In]

integrate(1/x^7/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(241\)

2.2.23.58 Maxima [F(-2)]

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

[In]

integrate(1/x^10/(c*x^6+b*x^3+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(242\)

2.2.23.59 Maxima [F(-2)]

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

[In]

integrate(x^11/(c*x^8+b*x^4+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*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(310\)

2.2.23.60 Maxima [F(-2)]

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

[In]

integrate(x^7/(c*x^8+b*x^4+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*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(312\)

2.2.23.61 Maxima [F(-2)]

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

[In]

integrate(x^3/(c*x^8+b*x^4+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*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(314\)

2.2.23.62 Maxima [F(-2)]

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

[In]

integrate(1/x/(c*x^8+b*x^4+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*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(316\)

2.2.23.63 Maxima [F(-2)]

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

[In]

integrate(1/x^5/(c*x^8+b*x^4+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*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(318\)

2.2.23.64 Maxima [F(-2)]

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

[In]

integrate(x^3/(c+a/x^2+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(412\)

2.2.23.65 Maxima [F(-2)]

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

[In]

integrate(x^2/(c+a/x^2+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(413\)

2.2.23.66 Maxima [F(-2)]

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

[In]

integrate(x/(c+a/x^2+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(414\)

2.2.23.67 Maxima [F(-2)]

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

[In]

integrate(1/(c+a/x^2+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(415\)

2.2.23.68 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(416\)

2.2.23.69 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(417\)

2.2.23.70 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(418\)

2.2.23.71 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(419\)

2.2.23.72 Maxima [F(-2)]

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

[In]

integrate(1/(c+a/x^2+b/x)/x^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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(420\)

2.2.23.73 Maxima [F(-2)]

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

[In]

integrate(1/(c+a/x^2+b/x)/x^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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(421\)

2.2.23.74 Maxima [F(-2)]

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

[In]

integrate(x/(c+a/x^2+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(422\)

2.2.23.75 Maxima [F(-2)]

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

[In]

integrate(1/(c+a/x^2+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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(423\)

2.2.23.76 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(424\)

2.2.23.77 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(425\)

2.2.23.78 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(426\)

2.2.23.79 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(427\)

2.2.23.80 Maxima [F(-2)]

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

[In]

integrate(1/(c+a/x^2+b/x)^2/x^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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(428\)

2.2.23.81 Maxima [F(-2)]

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

[In]

integrate(1/(c+a/x^2+b/x)^2/x^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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(429\)

2.2.23.82 Maxima [F(-2)]

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

[In]

integrate(1/(c+a/x^2+b/x)^2/x^7,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 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(430\)

2.2.23.83 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(431\)

2.2.23.84 Maxima [F(-2)]

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

[In]

integrate(1/(c+a/x^2+b/x)^3/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*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(432\)

2.2.23.85 Maxima [F(-2)]

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

[In]

integrate(1/(c+a/x^2+b/x)^3/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*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(433\)

2.2.23.86 Maxima [F(-2)]

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

[In]

integrate(1/(c+a/x^2+b/x)^3/x^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*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(434\)

2.2.23.87 Maxima [F(-2)]

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

[In]

integrate(1/(c+a/x^2+b/x)^3/x^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*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(435\)

2.2.23.88 Maxima [F(-2)]

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

[In]

integrate(1/(c+a/x^2+b/x)^3/x^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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(436\)

2.2.23.89 Maxima [F(-2)]

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

[In]

integrate(1/(c+a/x^2+b/x)^3/x^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(4*a*c-b^2>0)', see `assume?` f
or more deta

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(437\)

2.2.23.90 Maxima [F(-2)]

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

[In]

integrate(1/(c+a/x^2+b/x)^3/x^7,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 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(438\)

2.2.23.91 Maxima [F(-2)]

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

[In]

integrate(1/(c+a/x^2+b/x)^3/x^8,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 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.2-d_x-^m-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(46\)

Integral number in file \(439\)

2.2.23.92 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.3-d+e_x^n-^q-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(47\)

Integral number in file \(35\)

2.2.23.93 Maxima [F(-2)]

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

[In]

integrate((c*x^6+b*x^3+a)/(e*x^3+d),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.2_Trinomial_products/1.2.3_General/1.2.3.4-f_x-^m-d+e_x^n-^q-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(48\)

Integral number in file \(6\)

2.2.23.94 Maxima [F(-2)]

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

[In]

integrate((c*x^6+b*x^3+a)/(e*x^3+d)^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.2_Trinomial_products/1.2.3_General/1.2.3.4-f_x-^m-d+e_x^n-^q-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(48\)

Integral number in file \(7\)

2.2.23.95 Maxima [F(-2)]

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

[In]

integrate((c*x^6+b*x^3+a)/(e*x^3+d)^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.2_Trinomial_products/1.2.3_General/1.2.3.4-f_x-^m-d+e_x^n-^q-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(48\)

Integral number in file \(8\)

2.2.23.96 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.4-f_x-^m-d+e_x^n-^q-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(48\)

Integral number in file \(9\)

2.2.23.97 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.4-f_x-^m-d+e_x^n-^q-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(48\)

Integral number in file \(10\)

2.2.23.98 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.4-f_x-^m-d+e_x^n-^q-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(48\)

Integral number in file \(11\)

2.2.23.99 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.4-f_x-^m-d+e_x^n-^q-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(48\)

Integral number in file \(12\)

2.2.23.100 Maxima [F(-2)]

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

[In]

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

input file name 1_Algebraic_functions/1.2_Trinomial_products/1.2.3_General/1.2.3.4-f_x-^m-d+e_x^n-^q-a+b_x^n+c_x^-2_n-^p.txt

Test file number \(48\)

Integral number in file \(13\)