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
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.