2.1.4 Integrals 301 to 400

2.1.4.1 Fricas [F(-2)]

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

[In]

integrate((d+e*x^r)^(5/2)*(a+b*log(c*x^n))/x,x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 3_Logarithms/3.1.4-f_x-^m-d+e_x^r-^q-a+b_log-c_x^n-^p.txt

Test file number \(57\)

Integral number in file \(433\)

2.1.4.2 Fricas [F(-2)]

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

[In]

integrate((d+e*x^r)^(3/2)*(a+b*log(c*x^n))/x,x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 3_Logarithms/3.1.4-f_x-^m-d+e_x^r-^q-a+b_log-c_x^n-^p.txt

Test file number \(57\)

Integral number in file \(434\)

2.1.4.3 Fricas [F(-2)]

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

[In]

integrate((d+e*x^r)^(1/2)*(a+b*log(c*x^n))/x,x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (ha
s polynomial part)

input file name 3_Logarithms/3.1.4-f_x-^m-d+e_x^r-^q-a+b_log-c_x^n-^p.txt

Test file number \(57\)

Integral number in file \(435\)

2.1.4.4 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*x^n))/x/(d+e*x^r)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.4-f_x-^m-d+e_x^r-^q-a+b_log-c_x^n-^p.txt

Test file number \(57\)

Integral number in file \(436\)

2.1.4.5 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*x^n))/x/(d+e*x^r)^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.4-f_x-^m-d+e_x^r-^q-a+b_log-c_x^n-^p.txt

Test file number \(57\)

Integral number in file \(437\)

2.1.4.6 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*x^n))/x/(d+e*x^r)^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.4-f_x-^m-d+e_x^r-^q-a+b_log-c_x^n-^p.txt

Test file number \(57\)

Integral number in file \(438\)

2.1.4.7 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*x^n))/x/(d+e*x^r)^(7/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.1.4-f_x-^m-d+e_x^r-^q-a+b_log-c_x^n-^p.txt

Test file number \(57\)

Integral number in file \(439\)

2.1.4.8 Fricas [F(-2)]

Exception generated. \[ \int \log ^{\frac {5}{2}}(c (d+e x)) \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(log(c*(e*x+d))^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(9\)

2.1.4.9 Fricas [F(-2)]

Exception generated. \[ \int \log ^{\frac {3}{2}}(c (d+e x)) \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(log(c*(e*x+d))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(10\)

2.1.4.10 Fricas [F(-2)]

Exception generated. \[ \int \sqrt {\log (c (d+e x))} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(log(c*(e*x+d))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(11\)

2.1.4.11 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {\log (c (d+e x))}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(1/log(c*(e*x+d))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(12\)

2.1.4.12 Fricas [F(-2)]

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

[In]

integrate(1/log(c*(e*x+d))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(13\)

2.1.4.13 Fricas [F(-2)]

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

[In]

integrate(1/log(c*(e*x+d))^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(14\)

2.1.4.14 Fricas [F(-2)]

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

[In]

integrate(1/log(c*(e*x+d))^(7/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(15\)

2.1.4.15 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(e*x+d)^n))^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(24\)

2.1.4.16 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(e*x+d)^n))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(25\)

2.1.4.17 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(26\)

2.1.4.18 Fricas [F(-2)]

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

[In]

integrate(1/(a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(27\)

2.1.4.19 Fricas [F(-2)]

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

[In]

integrate(1/(a+b*log(c*(e*x+d)^n))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(28\)

2.1.4.20 Fricas [F(-2)]

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

[In]

integrate(1/(a+b*log(c*(e*x+d)^n))^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(29\)

2.1.4.21 Fricas [F(-2)]

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

[In]

integrate(1/(a+b*log(c*(e*x+d)^n))^(7/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(30\)

2.1.4.22 Fricas [F(-2)]

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

[In]

integrate((g*x+f)^2*(a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(105\)

2.1.4.23 Fricas [F(-2)]

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

[In]

integrate((g*x+f)*(a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(106\)

2.1.4.24 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(107\)

2.1.4.25 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(e*x+d)^n))^(1/2)/(g*x+f),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(108\)

2.1.4.26 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(e*x+d)^n))^(1/2)/(g*x+f)^2,x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(109\)

2.1.4.27 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(e*x+d)^n))^(1/2)/(g*x+f)^3,x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(110\)

2.1.4.28 Fricas [F(-2)]

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

[In]

integrate((g*x+f)^2*(a+b*log(c*(e*x+d)^n))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(111\)

2.1.4.29 Fricas [F(-2)]

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

[In]

integrate((g*x+f)*(a+b*log(c*(e*x+d)^n))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(112\)

2.1.4.30 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(e*x+d)^n))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(113\)

2.1.4.31 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(e*x+d)^n))^(3/2)/(g*x+f),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(114\)

2.1.4.32 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(e*x+d)^n))^(3/2)/(g*x+f)^2,x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(115\)

2.1.4.33 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(e*x+d)^n))^(3/2)/(g*x+f)^3,x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(116\)

2.1.4.34 Fricas [F(-2)]

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

[In]

integrate((g*x+f)^2*(a+b*log(c*(e*x+d)^n))^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(117\)

2.1.4.35 Fricas [F(-2)]

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

[In]

integrate((g*x+f)*(a+b*log(c*(e*x+d)^n))^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(118\)

2.1.4.36 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(e*x+d)^n))^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(119\)

2.1.4.37 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(e*x+d)^n))^(5/2)/(g*x+f),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(120\)

2.1.4.38 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(e*x+d)^n))^(5/2)/(g*x+f)^2,x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(121\)

2.1.4.39 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(e*x+d)^n))^(5/2)/(g*x+f)^3,x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(122\)

2.1.4.40 Fricas [F(-2)]

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

[In]

integrate((g*x+f)^3/(a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(123\)

2.1.4.41 Fricas [F(-2)]

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

[In]

integrate((g*x+f)^2/(a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(124\)

2.1.4.42 Fricas [F(-2)]

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

[In]

integrate((g*x+f)/(a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(125\)

2.1.4.43 Fricas [F(-2)]

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

[In]

integrate(1/(a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(126\)

2.1.4.44 Fricas [F(-2)]

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

[In]

integrate(1/(g*x+f)/(a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(127\)

2.1.4.45 Fricas [F(-2)]

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

[In]

integrate((g*x+f)^3/(a+b*log(c*(e*x+d)^n))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(128\)

2.1.4.46 Fricas [F(-2)]

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

[In]

integrate((g*x+f)^2/(a+b*log(c*(e*x+d)^n))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(129\)

2.1.4.47 Fricas [F(-2)]

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

[In]

integrate((g*x+f)/(a+b*log(c*(e*x+d)^n))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(130\)

2.1.4.48 Fricas [F(-2)]

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

[In]

integrate(1/(a+b*log(c*(e*x+d)^n))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(131\)

2.1.4.49 Fricas [F(-2)]

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

[In]

integrate(1/(g*x+f)/(a+b*log(c*(e*x+d)^n))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(132\)

2.1.4.50 Fricas [F(-2)]

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

[In]

integrate((g*x+f)^3/(a+b*log(c*(e*x+d)^n))^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(133\)

2.1.4.51 Fricas [F(-2)]

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

[In]

integrate((g*x+f)^2/(a+b*log(c*(e*x+d)^n))^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(134\)

2.1.4.52 Fricas [F(-2)]

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

[In]

integrate((g*x+f)/(a+b*log(c*(e*x+d)^n))^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(135\)

2.1.4.53 Fricas [F(-2)]

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

[In]

integrate(1/(a+b*log(c*(e*x+d)^n))^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(136\)

2.1.4.54 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{(f+g x) \left (a+b \log \left (c (d+e x)^n\right )\right )^{5/2}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(1/(g*x+f)/(a+b*log(c*(e*x+d)^n))^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(137\)

2.1.4.55 Fricas [F(-2)]

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

[In]

integrate((g*x+f)^(1/2)*(a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(156\)

2.1.4.56 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(e*x+d)^n))^(1/2)/(g*x+f)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(157\)

2.1.4.57 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(e*x+d)^n))^(1/2)/(g*x+f)^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(158\)

2.1.4.58 Fricas [F(-2)]

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

[In]

integrate((g*x+f)^(1/2)/(a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(159\)

2.1.4.59 Fricas [F(-2)]

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

[In]

integrate(1/(g*x+f)^(1/2)/(a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(160\)

2.1.4.60 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{(f+g x)^{3/2} \sqrt {a+b \log \left (c (d+e x)^n\right )}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(1/(g*x+f)^(3/2)/(a+b*log(c*(e*x+d)^n))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(161\)

2.1.4.61 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(d*(f*x+e)^m)^n))^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(411\)

2.1.4.62 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(d*(f*x+e)^m)^n))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(412\)

2.1.4.63 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(d*(f*x+e)^m)^n))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(413\)

2.1.4.64 Fricas [F(-2)]

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

[In]

integrate(1/(a+b*log(c*(d*(f*x+e)^m)^n))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(414\)

2.1.4.65 Fricas [F(-2)]

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

[In]

integrate(1/(a+b*log(c*(d*(f*x+e)^m)^n))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(415\)

2.1.4.66 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\left (a+b \log \left (c \left (d (e+f x)^m\right )^n\right )\right )^{5/2}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(1/(a+b*log(c*(d*(f*x+e)^m)^n))^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(416\)

2.1.4.67 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\left (a+b \log \left (c \left (d (e+f x)^m\right )^n\right )\right )^{7/2}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(1/(a+b*log(c*(d*(f*x+e)^m)^n))^(7/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(417\)

2.1.4.68 Fricas [F(-2)]

Exception generated. \[ \int (g+h x)^2 \sqrt {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((h*x+g)^2*(a+b*log(c*(d*(f*x+e)^p)^q))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(460\)

2.1.4.69 Fricas [F(-2)]

Exception generated. \[ \int (g+h x) \sqrt {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((h*x+g)*(a+b*log(c*(d*(f*x+e)^p)^q))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(461\)

2.1.4.70 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(462\)

2.1.4.71 Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}}{g+h x} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^(1/2)/(h*x+g),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(463\)

2.1.4.72 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^(1/2)/(h*x+g)^2,x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(464\)

2.1.4.73 Fricas [F(-2)]

Exception generated. \[ \int (g+h x)^2 \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^{3/2} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((h*x+g)^2*(a+b*log(c*(d*(f*x+e)^p)^q))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(465\)

2.1.4.74 Fricas [F(-2)]

Exception generated. \[ \int (g+h x) \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^{3/2} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((h*x+g)*(a+b*log(c*(d*(f*x+e)^p)^q))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(466\)

2.1.4.75 Fricas [F(-2)]

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

[In]

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(467\)

2.1.4.76 Fricas [F(-2)]

Exception generated. \[ \int \frac {\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^{3/2}}{g+h x} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^(3/2)/(h*x+g),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(468\)

2.1.4.77 Fricas [F(-2)]

Exception generated. \[ \int \frac {\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^{3/2}}{(g+h x)^2} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^(3/2)/(h*x+g)^2,x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(469\)

2.1.4.78 Fricas [F(-2)]

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

[In]

integrate((h*x+g)^2/(a+b*log(c*(d*(f*x+e)^p)^q))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(470\)

2.1.4.79 Fricas [F(-2)]

Exception generated. \[ \int \frac {g+h x}{\sqrt {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((h*x+g)/(a+b*log(c*(d*(f*x+e)^p)^q))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(471\)

2.1.4.80 Fricas [F(-2)]

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

[In]

integrate(1/(a+b*log(c*(d*(f*x+e)^p)^q))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(472\)

2.1.4.81 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{(g+h x) \sqrt {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(1/(h*x+g)/(a+b*log(c*(d*(f*x+e)^p)^q))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(473\)

2.1.4.82 Fricas [F(-2)]

Exception generated. \[ \int \frac {(g+h x)^2}{\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^{3/2}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((h*x+g)^2/(a+b*log(c*(d*(f*x+e)^p)^q))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(474\)

2.1.4.83 Fricas [F(-2)]

Exception generated. \[ \int \frac {g+h x}{\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^{3/2}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((h*x+g)/(a+b*log(c*(d*(f*x+e)^p)^q))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(475\)

2.1.4.84 Fricas [F(-2)]

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

[In]

integrate(1/(a+b*log(c*(d*(f*x+e)^p)^q))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(476\)

2.1.4.85 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{(g+h x) \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^{3/2}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(1/(h*x+g)/(a+b*log(c*(d*(f*x+e)^p)^q))^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(477\)

2.1.4.86 Fricas [F(-2)]

Exception generated. \[ \int \frac {(g+h x)^2}{\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^{5/2}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((h*x+g)^2/(a+b*log(c*(d*(f*x+e)^p)^q))^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(478\)

2.1.4.87 Fricas [F(-2)]

Exception generated. \[ \int \frac {g+h x}{\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^{5/2}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((h*x+g)/(a+b*log(c*(d*(f*x+e)^p)^q))^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(479\)

2.1.4.88 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^{5/2}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(1/(a+b*log(c*(d*(f*x+e)^p)^q))^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(480\)

2.1.4.89 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{(g+h x) \left (a+b \log \left (c \left (d (e+f x)^p\right )^q\right )\right )^{5/2}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(1/(h*x+g)/(a+b*log(c*(d*(f*x+e)^p)^q))^(5/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(481\)

2.1.4.90 Fricas [F(-2)]

Exception generated. \[ \int \sqrt {g+h x} \sqrt {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((h*x+g)^(1/2)*(a+b*log(c*(d*(f*x+e)^p)^q))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(500\)

2.1.4.91 Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}}{\sqrt {g+h x}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^(1/2)/(h*x+g)^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(501\)

2.1.4.92 Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}}{(g+h x)^{3/2}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((a+b*log(c*(d*(f*x+e)^p)^q))^(1/2)/(h*x+g)^(3/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(502\)

2.1.4.93 Fricas [F(-2)]

Exception generated. \[ \int \frac {\sqrt {g+h x}}{\sqrt {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((h*x+g)^(1/2)/(a+b*log(c*(d*(f*x+e)^p)^q))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(503\)

2.1.4.94 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {g+h x} \sqrt {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(1/(h*x+g)^(1/2)/(a+b*log(c*(d*(f*x+e)^p)^q))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(504\)

2.1.4.95 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{(g+h x)^{3/2} \sqrt {a+b \log \left (c \left (d (e+f x)^p\right )^q\right )}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(1/(h*x+g)^(3/2)/(a+b*log(c*(d*(f*x+e)^p)^q))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.3_u-a+b_log-c-d+e_x-^n-^p.txt

Test file number \(62\)

Integral number in file \(505\)

2.1.4.96 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {-\log \left (a x^2\right )}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(1/(-log(a*x^2))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.5_Logarithm_functions.txt

Test file number \(64\)

Integral number in file \(263\)

2.1.4.97 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {-\log \left (\frac {a}{x^2}\right )}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(1/(-log(a/x^2))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.5_Logarithm_functions.txt

Test file number \(64\)

Integral number in file \(264\)

2.1.4.98 Fricas [F(-2)]

Exception generated. \[ \int \frac {1}{\sqrt {-\log \left (a x^n\right )}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(1/(-log(a*x^n))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.5_Logarithm_functions.txt

Test file number \(64\)

Integral number in file \(265\)

2.1.4.99 Fricas [F(-2)]

Exception generated. \[ \int \frac {\log (x)}{\sqrt {a+b \log (x)}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(log(x)/(a+b*log(x))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.5_Logarithm_functions.txt

Test file number \(64\)

Integral number in file \(301\)

2.1.4.100 Fricas [F(-2)]

Exception generated. \[ \int \frac {\log (x)}{\sqrt {a-b \log (x)}} \, dx=\text {Exception raised: TypeError} \]

[In]

integrate(log(x)/(a-b*log(x))^(1/2),x, algorithm="fricas")

[Out]

Exception raised: TypeError >>  Error detected within library code:   integrate: implementation incomplete (co
nstant residues)

input file name 3_Logarithms/3.5_Logarithm_functions.txt

Test file number \(64\)

Integral number in file \(302\)