How to compute the integral from a>0 to infinity of (x-a)^(-1/2)*x^(-3/4) ?
integrate(1/((x-a)^(1/2)*x^(3/4)),x,a,oo);
leads to : unsigned oo times smaller number not defined
Thanks
1 | initial version |
How to compute the integral from a>0 to infinity of (x-a)^(-1/2)*x^(-3/4) ?
integrate(1/((x-a)^(1/2)*x^(3/4)),x,a,oo);
leads to : unsigned oo times smaller number not defined
Thanks