I am trying to evaluate this integral but it takes too long without results.
Integrate[1/(x^2 + y^2 + z^2)^(3/2), {x, -L/2, L/2}, {y, -W/2, W/2}]
and $(W, L, z)> 0$ However, not specifying the limits gives results
In[411]:= Integrate[1/(x^2 + y^2 + z^2)^(3/2), x, y]
Out[411]= -(ArcTan[(x^2 + z^2 - x Sqrt[x^2 + y^2 + z^2])/(y z)]/z)
Integrate[1/(x^2 + y^2 + z)^(3/2), {x, -L/2, L/2}, {y, -W/2, W/2}, Assumptions -> {W, L, z} > 0]– Domen Jan 16 '23 at 15:05^2forzin my comment above. – Domen Jan 16 '23 at 15:53