Question: Integral method

Hello,

Would you please help me with this integral : 


 

restart

int(exp(i*x*t)/((x-a)*(x+a)), x = -infinity .. infinity)

piecewise(Im(a) = 0, undefined, int(exp(i*x*t)/((x-a)*(x+a)), x = -infinity .. infinity, method = _UNEVAL))

(1)

``


 

Download Integrale.mw

Please Wait...