I have a triple integral which is kind of complex, and I want to use Mathematics to help me do the integral. However, when I press "Enter" and "Shift" the software get stuck. I wonder whether this integral cannot be compute?
f[x_]:=1/(A-F*x^2+x*B I); g[y_]:=1/(A-F*y^2+y*B I); h[z_]:=1/(A-F*z^2+z*B I); j[x_,y_,z_]:=1/(A-F*(x+y+z)^2-(x+y+z)*B I); result=Integrate[f[x_]*g[y_]*h[z_]*j[x_,y_,z_],x_,y_,z_] 
