Exception generated. \[ \int (f+g x)^{3/2} \left (a+b \log \left (c (d+e x)^n\right )\right )^2 \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x+f)^(3/2)*(a+b*log(c*(e*x+d)^n))^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f or more de
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(145\)
Exception generated. \[ \int \sqrt {f+g x} \left (a+b \log \left (c (d+e x)^n\right )\right )^2 \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x+f)^(1/2)*(a+b*log(c*(e*x+d)^n))^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f or more de
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(146\)
Exception generated. \[ \int \frac {\left (a+b \log \left (c (d+e x)^n\right )\right )^2}{\sqrt {f+g x}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((a+b*log(c*(e*x+d)^n))^2/(g*x+f)^(1/2),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f or more de
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(147\)
Exception generated. \[ \int \frac {\left (a+b \log \left (c (d+e x)^n\right )\right )^2}{(f+g x)^{3/2}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((a+b*log(c*(e*x+d)^n))^2/(g*x+f)^(3/2),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f or more de
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(148\)
Exception generated. \[ \int \frac {\left (a+b \log \left (c (d+e x)^n\right )\right )^2}{(f+g x)^{5/2}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((a+b*log(c*(e*x+d)^n))^2/(g*x+f)^(5/2),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f or more de
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(149\)
Exception generated. \[ \int \frac {\left (a+b \log \left (c (d+e x)^n\right )\right )^2}{(f+g x)^{7/2}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((a+b*log(c*(e*x+d)^n))^2/(g*x+f)^(7/2),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f or more de
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(150\)
Exception generated. \[ \int \frac {\left (a+b \log \left (c (d+e x)^n\right )\right )^2}{(f+g x)^{9/2}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((a+b*log(c*(e*x+d)^n))^2/(g*x+f)^(9/2),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f or more de
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(151\)
Exception generated. \[ \int (f+g x)^m \left (a+b \log \left (c (d+e x)^n\right )\right )^n \, dx=\text {Exception raised: RuntimeError} \] Input:
integrate((g*x+f)^m*(a+b*log(c*(e*x+d)^n))^n,x, algorithm="maxima")
Output:
Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is 0which is not of the expected type LIST
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(169\)
Exception generated. \[ \int (f+g x)^3 \left (a+b \log \left (c (d+e x)^n\right )\right )^n \, dx=\text {Exception raised: RuntimeError} \] Input:
integrate((g*x+f)^3*(a+b*log(c*(e*x+d)^n))^n,x, algorithm="maxima")
Output:
Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is 0which is not of the expected type LIST
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(170\)
Exception generated. \[ \int (f+g x)^2 \left (a+b \log \left (c (d+e x)^n\right )\right )^n \, dx=\text {Exception raised: RuntimeError} \] Input:
integrate((g*x+f)^2*(a+b*log(c*(e*x+d)^n))^n,x, algorithm="maxima")
Output:
Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is 0which is not of the expected type LIST
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(171\)
Exception generated. \[ \int (f+g x) \left (a+b \log \left (c (d+e x)^n\right )\right )^n \, dx=\text {Exception raised: RuntimeError} \] Input:
integrate((g*x+f)*(a+b*log(c*(e*x+d)^n))^n,x, algorithm="maxima")
Output:
Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is 0which is not of the expected type LIST
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(172\)
Exception generated. \[ \int \left (a+b \log \left (c (d+e x)^n\right )\right )^n \, dx=\text {Exception raised: RuntimeError} \] Input:
integrate((a+b*log(c*(e*x+d)^n))^n,x, algorithm="maxima")
Output:
Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is 0which is not of the expected type LIST
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(173\)
Exception generated. \[ \int \frac {\left (a+b \log \left (c (d+e x)^n\right )\right )^n}{f+g x} \, dx=\text {Exception raised: RuntimeError} \] Input:
integrate((a+b*log(c*(e*x+d)^n))^n/(g*x+f),x, algorithm="maxima")
Output:
Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is 0which is not of the expected type LIST
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(174\)
Exception generated. \[ \int \frac {(f+g x)^{5/2} \left (a+b \log \left (c (d+e x)^n\right )\right )}{d+e x} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x+f)^(5/2)*(a+b*log(c*(e*x+d)^n))/(e*x+d),x, algorithm="maxim a")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f or more de
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(198\)
Exception generated. \[ \int \frac {(f+g x)^{3/2} \left (a+b \log \left (c (d+e x)^n\right )\right )}{d+e x} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x+f)^(3/2)*(a+b*log(c*(e*x+d)^n))/(e*x+d),x, algorithm="maxim a")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f or more de
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(199\)
Exception generated. \[ \int \frac {\sqrt {f+g x} \left (a+b \log \left (c (d+e x)^n\right )\right )}{d+e x} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x+f)^(1/2)*(a+b*log(c*(e*x+d)^n))/(e*x+d),x, algorithm="maxim a")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f or more de
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(200\)
Exception generated. \[ \int \frac {a+b \log \left (c (d+e x)^n\right )}{(d+e x) \sqrt {f+g x}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((a+b*log(c*(e*x+d)^n))/(e*x+d)/(g*x+f)^(1/2),x, algorithm="maxim a")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f or more de
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(201\)
Exception generated. \[ \int \frac {a+b \log \left (c (d+e x)^n\right )}{(d+e x) (f+g x)^{3/2}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((a+b*log(c*(e*x+d)^n))/(e*x+d)/(g*x+f)^(3/2),x, algorithm="maxim a")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f or more de
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(202\)
Exception generated. \[ \int \frac {a+b \log \left (c (d+e x)^n\right )}{(d+e x) (f+g x)^{5/2}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((a+b*log(c*(e*x+d)^n))/(e*x+d)/(g*x+f)^(5/2),x, algorithm="maxim a")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*(d*g-e*f)>0)', see `assume?` f or more de
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(203\)
Exception generated. \[ \int \frac {(d+e x)^{3/2} \log (a+b x)}{a+b x} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((e*x+d)^(3/2)*log(b*x+a)/(b*x+a),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(a*e-b*d>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(204\)
Exception generated. \[ \int \frac {\sqrt {d+e x} \log (a+b x)}{a+b x} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((e*x+d)^(1/2)*log(b*x+a)/(b*x+a),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(a*e-b*d>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(205\)
Exception generated. \[ \int \frac {\log (a+b x)}{(a+b x) \sqrt {d+e x}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(b*x+a)/(b*x+a)/(e*x+d)^(1/2),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(a*e-b*d>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(206\)
Exception generated. \[ \int \frac {\log (a+b x)}{(a+b x) (d+e x)^{3/2}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(b*x+a)/(b*x+a)/(e*x+d)^(3/2),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(a*e-b*d>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(207\)
Exception generated. \[ \int \frac {\log (a+b x)}{(a+b x) (d+e x)^{5/2}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(b*x+a)/(b*x+a)/(e*x+d)^(5/2),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(a*e-b*d>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(208\)
Exception generated. \[ \int \frac {\log ^3\left (c (a+b x)^n\right )}{d+e x^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(c*(b*x+a)^n)^3/(e*x^2+d),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(329\)
Exception generated. \[ \int \frac {\log ^2\left (c (a+b x)^n\right )}{d+e x^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(c*(b*x+a)^n)^2/(e*x^2+d),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(330\)
Exception generated. \[ \int \frac {\log \left (c (a+b x)^n\right )}{d+e x^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(c*(b*x+a)^n)/(e*x^2+d),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(331\)
Exception generated. \[ \int \frac {\log ^3\left (c (a+b x)^n\right )}{d+e x+f x^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(c*(b*x+a)^n)^3/(f*x^2+e*x+d),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*d*f-e^2>0)', see `assume?` for more deta
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(347\)
Exception generated. \[ \int \frac {\log ^2\left (c (a+b x)^n\right )}{d+e x+f x^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(c*(b*x+a)^n)^2/(f*x^2+e*x+d),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*d*f-e^2>0)', see `assume?` for more deta
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(348\)
Exception generated. \[ \int \frac {\log \left (c (a+b x)^n\right )}{d+e x+f x^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(c*(b*x+a)^n)/(f*x^2+e*x+d),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*d*f-e^2>0)', see `assume?` for more deta
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(349\)
Exception generated. \[ \int \frac {x^3 \log (x)}{a+b x+c x^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(x^3*log(x)/(c*x^2+b*x+a),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more deta
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(351\)
Exception generated. \[ \int \frac {x^2 \log (x)}{a+b x+c x^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(x^2*log(x)/(c*x^2+b*x+a),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more deta
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(352\)
Exception generated. \[ \int \frac {x \log (x)}{a+b x+c x^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(x*log(x)/(c*x^2+b*x+a),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more deta
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(353\)
Exception generated. \[ \int \frac {\log (x)}{a+b x+c x^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(x)/(c*x^2+b*x+a),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more deta
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(354\)
Exception generated. \[ \int \frac {\log (x)}{x \left (a+b x+c x^2\right )} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(x)/x/(c*x^2+b*x+a),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more deta
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(355\)
Exception generated. \[ \int \frac {\log (x)}{x^2 \left (a+b x+c x^2\right )} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(x)/x^2/(c*x^2+b*x+a),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more deta
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(356\)
Exception generated. \[ \int \frac {\log (x)}{x^3 \left (a+b x+c x^2\right )} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(x)/x^3/(c*x^2+b*x+a),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(4*a*c-b^2>0)', see `assume?` for more deta
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(357\)
Exception generated. \[ \int \log \left (f x^m\right ) \left (a+b \log \left (c (d+e x)^n\right )\right )^p \, dx=\text {Exception raised: RuntimeError} \] Input:
integrate(log(f*x^m)*(a+b*log(c*(e*x+d)^n))^p,x, algorithm="maxima")
Output:
Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is 0which is not of the expected type LIST
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(377\)
Exception generated. \[ \int \left (a+b \log \left (c \left (d (e+f x)^m\right )^n\right )\right )^p \, dx=\text {Exception raised: RuntimeError} \] Input:
integrate((a+b*log(c*(d*(f*x+e)^m)^n))^p,x, algorithm="maxima")
Output:
Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is 0which is not of the expected type LIST
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(437\)
Exception generated. \[ \int (g+h x)^{3/2} \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate((h*x+g)^(3/2)*(a+b*log(c*(d*(f*x+e)^p)^q)),x, algorithm="maxima" )
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(501\)
Exception generated. \[ \int \sqrt {g+h x} \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate((h*x+g)^(1/2)*(a+b*log(c*(d*(f*x+e)^p)^q)),x, algorithm="maxima" )
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(502\)
Exception generated. \[ \int \frac {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}{\sqrt {g+h x}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((a+b*log(c*(d*(f*x+e)^p)^q))/(h*x+g)^(1/2),x, algorithm="maxima" )
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(503\)
Exception generated. \[ \int \frac {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}{(g+h x)^{3/2}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((a+b*log(c*(d*(f*x+e)^p)^q))/(h*x+g)^(3/2),x, algorithm="maxima" )
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(504\)
Exception generated. \[ \int \frac {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}{(g+h x)^{5/2}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((a+b*log(c*(d*(f*x+e)^p)^q))/(h*x+g)^(5/2),x, algorithm="maxima" )
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(505\)
Exception generated. \[ \int \frac {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}{(g+h x)^{7/2}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((a+b*log(c*(d*(f*x+e)^p)^q))/(h*x+g)^(7/2),x, algorithm="maxima" )
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(506\)
Exception generated. \[ \int \frac {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}{(g+h x)^{9/2}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((a+b*log(c*(d*(f*x+e)^p)^q))/(h*x+g)^(9/2),x, algorithm="maxima" )
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(507\)
Exception generated. \[ \int (g+h x)^{3/2} \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^2 \, dx=\text {Exception raised: ValueError} \] Input:
integrate((h*x+g)^(3/2)*(a+b*log(c*(d*(f*x+e)^p)^q))^2,x, algorithm="maxim a")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(508\)
Exception generated. \[ \int \sqrt {g+h x} \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^2 \, dx=\text {Exception raised: ValueError} \] Input:
integrate((h*x+g)^(1/2)*(a+b*log(c*(d*(f*x+e)^p)^q))^2,x, algorithm="maxim a")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(509\)
Exception generated. \[ \int \frac {\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^2}{\sqrt {g+h x}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((a+b*log(c*(d*(f*x+e)^p)^q))^2/(h*x+g)^(1/2),x, algorithm="maxim a")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(510\)
Exception generated. \[ \int \frac {\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^2}{(g+h x)^{3/2}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((a+b*log(c*(d*(f*x+e)^p)^q))^2/(h*x+g)^(3/2),x, algorithm="maxim a")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(511\)
Exception generated. \[ \int \frac {\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^2}{(g+h x)^{5/2}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((a+b*log(c*(d*(f*x+e)^p)^q))^2/(h*x+g)^(5/2),x, algorithm="maxim a")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(512\)
Exception generated. \[ \int \frac {\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^2}{(g+h x)^{7/2}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((a+b*log(c*(d*(f*x+e)^p)^q))^2/(h*x+g)^(7/2),x, algorithm="maxim a")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(513\)
Exception generated. \[ \int \frac {\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^2}{(g+h x)^{9/2}} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((a+b*log(c*(d*(f*x+e)^p)^q))^2/(h*x+g)^(9/2),x, algorithm="maxim a")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e*h-f*g>0)', see `assume?` for m ore detail
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(514\)
Exception generated. \[ \int (g+h x)^m \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^n \, dx=\text {Exception raised: RuntimeError} \] Input:
integrate((h*x+g)^m*(a+b*log(c*(d*(f*x+e)^p)^q))^n,x, algorithm="maxima")
Output:
Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is 0which is not of the expected type LIST
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(532\)
Exception generated. \[ \int (g+h x)^2 \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^n \, dx=\text {Exception raised: RuntimeError} \] Input:
integrate((h*x+g)^2*(a+b*log(c*(d*(f*x+e)^p)^q))^n,x, algorithm="maxima")
Output:
Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is 0which is not of the expected type LIST
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(533\)
Exception generated. \[ \int (g+h x) \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^n \, dx=\text {Exception raised: RuntimeError} \] Input:
integrate((h*x+g)*(a+b*log(c*(d*(f*x+e)^p)^q))^n,x, algorithm="maxima")
Output:
Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is 0which is not of the expected type LIST
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(534\)
Exception generated. \[ \int \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^n \, dx=\text {Exception raised: RuntimeError} \] Input:
integrate((a+b*log(c*(d*(f*x+e)^p)^q))^n,x, algorithm="maxima")
Output:
Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is 0which is not of the expected type LIST
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(535\)
Exception generated. \[ \int \frac {\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^n}{g+h x} \, dx=\text {Exception raised: RuntimeError} \] Input:
integrate((a+b*log(c*(d*(f*x+e)^p)^q))^n/(h*x+g),x, algorithm="maxima")
Output:
Exception raised: RuntimeError >> ECL says: In function CAR, the value of the first argument is 0which is not of the expected type LIST
input file name test_cases/rubi_tests/3_Logarithms/175_3.7
Test file number \(175\)
Integral number in file \(536\)
Exception generated. \[ \int \frac {\log ^3\left (c \left (a+b x^2\right )^p\right )}{x^2} \, dx=\text {Exception raised: RuntimeError} \] Input:
integrate(log(c*(b*x^2+a)^p)^3/x^2,x, algorithm="maxima")
Output:
Exception raised: RuntimeError >> ECL says: THROW: The catch RAT-ERR is un defined.
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(100\)
Exception generated. \[ \int x \log ^2\left (c \left (d+e x^3\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate(x*log(c*(e*x^3+d)^p)^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(133\)
Exception generated. \[ \int \log ^2\left (c \left (d+e x^3\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(c*(e*x^3+d)^p)^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(134\)
Exception generated. \[ \int \frac {\log ^2\left (c \left (d+e x^3\right )^p\right )}{x^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(c*(e*x^3+d)^p)^2/x^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(135\)
Exception generated. \[ \int \frac {\log ^2\left (c \left (d+e x^3\right )^p\right )}{x^3} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(c*(e*x^3+d)^p)^2/x^3,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(136\)
Exception generated. \[ \int \frac {\log ^2\left (c \left (d+e x^3\right )^p\right )}{x^5} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(c*(e*x^3+d)^p)^2/x^5,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(137\)
Exception generated. \[ \int \left (f+g x^2\right )^3 \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^2+f)^3*log(c*(e*x^2+d)^p),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(268\)
Exception generated. \[ \int \left (f+g x^2\right )^2 \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^2+f)^2*log(c*(e*x^2+d)^p),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(269\)
Exception generated. \[ \int \left (f+g x^2\right ) \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^2+f)*log(c*(e*x^2+d)^p),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(270\)
Exception generated. \[ \int \frac {\log \left (c \left (d+e x^2\right )^p\right )}{\left (f+g x^2\right )^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(c*(e*x^2+d)^p)/(g*x^2+f)^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(272\)
Exception generated. \[ \int \left (f+g x^2\right )^2 \log ^2\left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^2+f)^2*log(c*(e*x^2+d)^p)^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(273\)
Exception generated. \[ \int \left (f+g x^2\right ) \log ^2\left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^2+f)*log(c*(e*x^2+d)^p)^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(274\)
Exception generated. \[ \int \frac {\log ^2\left (c \left (d+e x^2\right )^p\right )}{\left (f+g x^2\right )^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(c*(e*x^2+d)^p)^2/(g*x^2+f)^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(276\)
Exception generated. \[ \int \left (f+g x^2\right ) \log ^3\left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^2+f)*log(c*(e*x^2+d)^p)^3,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(277\)
Exception generated. \[ \int \frac {\log ^3\left (c \left (d+e x^2\right )^p\right )}{\left (f+g x^2\right )^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(c*(e*x^2+d)^p)^3/(g*x^2+f)^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(279\)
Exception generated. \[ \int \left (f+g x^3\right )^3 \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^3+f)^3*log(c*(e*x^2+d)^p),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(288\)
Exception generated. \[ \int \left (f+g x^3\right )^2 \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^3+f)^2*log(c*(e*x^2+d)^p),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(289\)
Exception generated. \[ \int \left (f+g x^3\right ) \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^3+f)*log(c*(e*x^2+d)^p),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(290\)
Exception generated. \[ \int \frac {\log \left (c \left (d+e x^2\right )^p\right )}{\left (f+g x^3\right )^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(c*(e*x^2+d)^p)/(g*x^3+f)^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(292\)
Exception generated. \[ \int \left (f+g x^3\right )^3 \log ^2\left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^3+f)^3*log(c*(e*x^2+d)^p)^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(293\)
Exception generated. \[ \int \left (f+g x^3\right )^2 \log ^2\left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^3+f)^2*log(c*(e*x^2+d)^p)^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(294\)
Exception generated. \[ \int \left (f+g x^3\right ) \log ^2\left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^3+f)*log(c*(e*x^2+d)^p)^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(295\)
Exception generated. \[ \int \frac {\log ^2\left (c \left (d+e x^2\right )^p\right )}{\left (f+g x^3\right )^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(c*(e*x^2+d)^p)^2/(g*x^3+f)^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(297\)
Exception generated. \[ \int \left (f+g x^3\right )^2 \log ^3\left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^3+f)^2*log(c*(e*x^2+d)^p)^3,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(298\)
Exception generated. \[ \int \left (f+g x^3\right ) \log ^3\left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^3+f)*log(c*(e*x^2+d)^p)^3,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(299\)
Exception generated. \[ \int \frac {\log ^3\left (c \left (d+e x^2\right )^p\right )}{\left (f+g x^3\right )^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(c*(e*x^2+d)^p)^3/(g*x^3+f)^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(301\)
Exception generated. \[ \int x^2 \left (f+g x^2\right ) \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate(x^2*(g*x^2+f)*log(c*(e*x^2+d)^p),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(318\)
Exception generated. \[ \int \left (f+g x^2\right ) \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^2+f)*log(c*(e*x^2+d)^p),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(319\)
Exception generated. \[ \int \frac {\left (f+g x^2\right ) \log \left (c \left (d+e x^2\right )^p\right )}{x^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^2+f)*log(c*(e*x^2+d)^p)/x^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(320\)
Exception generated. \[ \int \frac {\left (f+g x^2\right ) \log \left (c \left (d+e x^2\right )^p\right )}{x^4} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^2+f)*log(c*(e*x^2+d)^p)/x^4,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(321\)
Exception generated. \[ \int \frac {\left (f+g x^2\right ) \log \left (c \left (d+e x^2\right )^p\right )}{x^6} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^2+f)*log(c*(e*x^2+d)^p)/x^6,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(322\)
Exception generated. \[ \int x^2 \left (f+g x^2\right )^2 \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate(x^2*(g*x^2+f)^2*log(c*(e*x^2+d)^p),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(332\)
Exception generated. \[ \int \left (f+g x^2\right )^2 \log \left (c \left (d+e x^2\right )^p\right ) \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^2+f)^2*log(c*(e*x^2+d)^p),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(333\)
Exception generated. \[ \int \frac {\left (f+g x^2\right )^2 \log \left (c \left (d+e x^2\right )^p\right )}{x^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^2+f)^2*log(c*(e*x^2+d)^p)/x^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(334\)
Exception generated. \[ \int \frac {\left (f+g x^2\right )^2 \log \left (c \left (d+e x^2\right )^p\right )}{x^4} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^2+f)^2*log(c*(e*x^2+d)^p)/x^4,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(335\)
Exception generated. \[ \int \frac {\left (f+g x^2\right )^2 \log \left (c \left (d+e x^2\right )^p\right )}{x^6} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^2+f)^2*log(c*(e*x^2+d)^p)/x^6,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(336\)
Exception generated. \[ \int \frac {\left (f+g x^2\right )^2 \log \left (c \left (d+e x^2\right )^p\right )}{x^8} \, dx=\text {Exception raised: ValueError} \] Input:
integrate((g*x^2+f)^2*log(c*(e*x^2+d)^p)/x^8,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(337\)
Exception generated. \[ \int \frac {x^4 \log \left (c \left (d+e x^2\right )^p\right )}{f+g x^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(x^4*log(c*(e*x^2+d)^p)/(g*x^2+f),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(343\)
Exception generated. \[ \int \frac {x^2 \log \left (c \left (d+e x^2\right )^p\right )}{f+g x^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(x^2*log(c*(e*x^2+d)^p)/(g*x^2+f),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(344\)
Exception generated. \[ \int \frac {\log \left (c \left (d+e x^2\right )^p\right )}{x^2 \left (f+g x^2\right )} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(c*(e*x^2+d)^p)/x^2/(g*x^2+f),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(346\)
Exception generated. \[ \int \frac {\log \left (c \left (d+e x^2\right )^p\right )}{x^4 \left (f+g x^2\right )} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(log(c*(e*x^2+d)^p)/x^4/(g*x^2+f),x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(347\)
Exception generated. \[ \int \frac {x^4 \log \left (c \left (d+e x^2\right )^p\right )}{\left (f+g x^2\right )^2} \, dx=\text {Exception raised: ValueError} \] Input:
integrate(x^4*log(c*(e*x^2+d)^p)/(g*x^2+f)^2,x, algorithm="maxima")
Output:
Exception raised: ValueError >> Computation failed since Maxima requested additional constraints; using the 'assume' command before evaluation *may* help (example of legal syntax is 'assume(e>0)', see `assume?` for more de tails)Is e
input file name test_cases/rubi_tests/3_Logarithms/176_3.8
Test file number \(176\)
Integral number in file \(353\)