Find the distribution of $Z = 1/X_1 + 1/X_2$, where $X_1$ and $X_2$ follow normal distribution.
I have $2$ variables with normal distribution, $X_1$ and $X_2$. How can I find the distribution of: $$Z = \frac{1}{X_1} + \frac{1}{X_2}?$$
How can I, then, generalize the method for $n$ variables? $$\left(Z'= \frac{1}{X_1} + \frac{1}{X_2} + \ldots + \frac{1}{X_n}\right)$$
Thanks!