Integrals 2101 to 2200

Maxima [F(-2)]

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

[In]

integrate(1/(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(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.3-d+e_x^2-^m-a+b_x^2+c_x^4-^p.txt

Test file number \(40\)

Integral number in file \(268\)

Maxima [F(-2)]

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

[In]

integrate(1/(e*x^2+d)^2/(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(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.3-d+e_x^2-^m-a+b_x^2+c_x^4-^p.txt

Test file number \(40\)

Integral number in file \(269\)

Maxima [F(-2)]

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

[In]

integrate(1/(e*x^2+d)/(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(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.3-d+e_x^2-^m-a+b_x^2+c_x^4-^p.txt

Test file number \(40\)

Integral number in file \(274\)

Maxima [F(-2)]

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

[In]

integrate(1/(e*x^2+d)^2/(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(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.3-d+e_x^2-^m-a+b_x^2+c_x^4-^p.txt

Test file number \(40\)

Integral number in file \(275\)

Maxima [F(-2)]

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

[In]

integrate((e*x^2+d)^(5/2)*(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(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.3-d+e_x^2-^m-a+b_x^2+c_x^4-^p.txt

Test file number \(40\)

Integral number in file \(276\)

Maxima [F(-2)]

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

[In]

integrate((e*x^2+d)^(3/2)*(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(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.3-d+e_x^2-^m-a+b_x^2+c_x^4-^p.txt

Test file number \(40\)

Integral number in file \(277\)

Maxima [F(-2)]

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

[In]

integrate((e*x^2+d)^(1/2)*(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(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.3-d+e_x^2-^m-a+b_x^2+c_x^4-^p.txt

Test file number \(40\)

Integral number in file \(278\)

Maxima [F(-2)]

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

[In]

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

Test file number \(40\)

Integral number in file \(279\)

Maxima [F(-2)]

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

[In]

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

Test file number \(40\)

Integral number in file \(280\)

Maxima [F(-2)]

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

[In]

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

Test file number \(40\)

Integral number in file \(281\)

Maxima [F(-2)]

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

[In]

integrate(1/(e*x^2+d)/(x^4+3*x^2+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.3-d+e_x^2-^m-a+b_x^2+c_x^4-^p.txt

Test file number \(40\)

Integral number in file \(397\)

Maxima [F(-2)]

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

[In]

integrate(x^5*(B*x^2+A)/(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(102\)

Maxima [F(-2)]

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

[In]

integrate(x^3*(B*x^2+A)/(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(103\)

Maxima [F(-2)]

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

[In]

integrate(x*(B*x^2+A)/(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(104\)

Maxima [F(-2)]

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

[In]

integrate((B*x^2+A)/x/(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(105\)

Maxima [F(-2)]

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

[In]

integrate((B*x^2+A)/x^3/(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(106\)

Maxima [F(-2)]

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

[In]

integrate(x^7*(B*x^2+A)/(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(112\)

Maxima [F(-2)]

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

[In]

integrate(x^5*(B*x^2+A)/(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(113\)

Maxima [F(-2)]

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

[In]

integrate(x^3*(B*x^2+A)/(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(114\)

Maxima [F(-2)]

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

[In]

integrate(x*(B*x^2+A)/(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(115\)

Maxima [F(-2)]

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

[In]

integrate((B*x^2+A)/x/(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(116\)

Maxima [F(-2)]

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

[In]

integrate((B*x^2+A)/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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(117\)

Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(124\)

Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(125\)

Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(126\)

Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(127\)

Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(128\)

Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(129\)

Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(130\)

Maxima [F(-2)]

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

[In]

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

[Out]

Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'a
ssume' command before evaluation *may* help (example of legal syntax is 'assume(4*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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(131\)

Maxima [F(-2)]

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

[In]

integrate(x^5*(B*x^2+A)/(c*x^4+b*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(169\)

Maxima [F(-2)]

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

[In]

integrate(x^3*(B*x^2+A)/(c*x^4+b*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(170\)

Maxima [F(-2)]

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

[In]

integrate(x*(B*x^2+A)/(c*x^4+b*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(171\)

Maxima [F(-2)]

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

[In]

integrate((B*x^2+A)/x/(c*x^4+b*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(172\)

Maxima [F(-2)]

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

[In]

integrate((B*x^2+A)/x^3/(c*x^4+b*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(173\)

Maxima [F(-2)]

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

[In]

integrate((B*x^2+A)/x^5/(c*x^4+b*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(174\)

Maxima [F(-2)]

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

[In]

integrate((B*x^2+A)/x^7/(c*x^4+b*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(175\)

Maxima [F(-2)]

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

[In]

integrate(x^8/(e*x^2+d)/(c*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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(237\)

Maxima [F(-2)]

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

[In]

integrate(x^6/(e*x^2+d)/(c*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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(238\)

Maxima [F(-2)]

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

[In]

integrate(x^4/(e*x^2+d)/(c*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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(239\)

Maxima [F(-2)]

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

[In]

integrate(x^2/(e*x^2+d)/(c*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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(240\)

Maxima [F(-2)]

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

[In]

integrate(1/(e*x^2+d)/(c*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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(241\)

Maxima [F(-2)]

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

[In]

integrate(1/x^2/(e*x^2+d)/(c*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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(242\)

Maxima [F(-2)]

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

[In]

integrate(1/x^4/(e*x^2+d)/(c*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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(243\)

Maxima [F(-2)]

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

[In]

integrate(x^8/(e*x^2+d)/(c*x^4+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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(252\)

Maxima [F(-2)]

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

[In]

integrate(x^6/(e*x^2+d)/(c*x^4+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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(253\)

Maxima [F(-2)]

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

[In]

integrate(x^4/(e*x^2+d)/(c*x^4+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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(254\)

Maxima [F(-2)]

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

[In]

integrate(x^2/(e*x^2+d)/(c*x^4+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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(255\)

Maxima [F(-2)]

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

[In]

integrate(1/(e*x^2+d)/(c*x^4+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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(256\)

Maxima [F(-2)]

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

[In]

integrate(1/x^2/(e*x^2+d)/(c*x^4+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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(257\)

Maxima [F(-2)]

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

[In]

integrate(1/x^4/(e*x^2+d)/(c*x^4+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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(258\)

Maxima [F(-2)]

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

[In]

integrate(x^6*(c*x^4+b*x^2+a)/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(280\)

Maxima [F(-2)]

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

[In]

integrate(x^4*(c*x^4+b*x^2+a)/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(281\)

Maxima [F(-2)]

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

[In]

integrate(x^2*(c*x^4+b*x^2+a)/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(282\)

Maxima [F(-2)]

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

[In]

integrate((c*x^4+b*x^2+a)/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(283\)

Maxima [F(-2)]

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

[In]

integrate((c*x^4+b*x^2+a)/x^2/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(284\)

Maxima [F(-2)]

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

[In]

integrate((c*x^4+b*x^2+a)/x^4/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(285\)

Maxima [F(-2)]

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

[In]

integrate((c*x^4+b*x^2+a)/x^6/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(286\)

Maxima [F(-2)]

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

[In]

integrate((c*x^4+b*x^2+a)/x^8/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(287\)

Maxima [F(-2)]

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

[In]

integrate(x^6*(c*x^4+b*x^2+a)/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(288\)

Maxima [F(-2)]

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

[In]

integrate(x^4*(c*x^4+b*x^2+a)/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(289\)

Maxima [F(-2)]

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

[In]

integrate(x^2*(c*x^4+b*x^2+a)/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(290\)

Maxima [F(-2)]

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

[In]

integrate((c*x^4+b*x^2+a)/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(291\)

Maxima [F(-2)]

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

[In]

integrate((c*x^4+b*x^2+a)/x^2/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(292\)

Maxima [F(-2)]

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

[In]

integrate((c*x^4+b*x^2+a)/x^4/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(293\)

Maxima [F(-2)]

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

[In]

integrate((c*x^4+b*x^2+a)/x^6/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(294\)

Maxima [F(-2)]

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

[In]

integrate(x^9/(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(295\)

Maxima [F(-2)]

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

[In]

integrate(x^7/(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(296\)

Maxima [F(-2)]

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

[In]

integrate(x^5/(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(297\)

Maxima [F(-2)]

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

[In]

integrate(x^3/(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(298\)

Maxima [F(-2)]

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

[In]

integrate(x/(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(299\)

Maxima [F(-2)]

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

[In]

integrate(1/x/(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(300\)

Maxima [F(-2)]

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

[In]

integrate(1/x^3/(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(301\)

Maxima [F(-2)]

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

[In]

integrate(1/x^5/(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(302\)

Maxima [F(-2)]

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

[In]

integrate(x^8/(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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(303\)

Maxima [F(-2)]

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

[In]

integrate(x^6/(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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(304\)

Maxima [F(-2)]

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

[In]

integrate(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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(305\)

Maxima [F(-2)]

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

[In]

integrate(x^2/(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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(306\)

Maxima [F(-2)]

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

[In]

integrate(1/(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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(307\)

Maxima [F(-2)]

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

[In]

integrate(1/x^2/(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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(308\)

Maxima [F(-2)]

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

[In]

integrate(1/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(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.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(309\)

Maxima [F(-2)]

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

[In]

integrate(x^5*(c*x^4+b*x^2+a)^(1/2)/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(311\)

Maxima [F(-2)]

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

[In]

integrate(x^3*(c*x^4+b*x^2+a)^(1/2)/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(312\)

Maxima [F(-2)]

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

[In]

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

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

Test file number \(41\)

Integral number in file \(313\)

Maxima [F(-2)]

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

[In]

integrate(x^5*(c*x^4+b*x^2+a)^(3/2)/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(322\)

Maxima [F(-2)]

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

[In]

integrate(x^3*(c*x^4+b*x^2+a)^(3/2)/(e*x^2+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.2_Quartic/1.2.2.4-f_x-^m-d+e_x^2-^q-a+b_x^2+c_x^4-^p.txt

Test file number \(41\)

Integral number in file \(323\)

Maxima [F(-2)]

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

[In]

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

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

Test file number \(41\)

Integral number in file \(324\)

Maxima [F(-2)]

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

[In]

integrate(x^7*(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 \(47\)

Maxima [F(-2)]

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

[In]

integrate(x^5*(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 \(48\)

Maxima [F(-2)]

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

[In]

integrate(x^3*(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 \(49\)

Maxima [F(-2)]

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

[In]

integrate(x*(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 \(50\)

Maxima [F(-2)]

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

[In]

integrate((f*x^4+e*x^2+d)/x/(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 \(51\)

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 )} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate((f*x^4+e*x^2+d)/x^3/(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 \(52\)

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 )} \, dx=\text {Exception raised: ValueError} \]

[In]

integrate((f*x^4+e*x^2+d)/x^5/(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 \(53\)

Maxima [F(-2)]

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

[In]

integrate((f*x^4+e*x^2+d)/x^7/(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 \(54\)

Maxima [F(-2)]

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

[In]

integrate(x^7*(f*x^4+e*x^2+d)/(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 \(61\)

Maxima [F(-2)]

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

[In]

integrate(x^5*(f*x^4+e*x^2+d)/(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 \(62\)

Maxima [F(-2)]

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

[In]

integrate(x^3*(f*x^4+e*x^2+d)/(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 \(63\)

Maxima [F(-2)]

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

[In]

integrate(x*(f*x^4+e*x^2+d)/(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 \(64\)

Maxima [F(-2)]

Exception generated. \[ \int \frac {d+e x^2+f x^4}{x \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/(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 \(65\)