Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

computation of an integral

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