Given a vector with elements sampled from a Gaussian distribution, and also given a matrix with elements sampled from the other independent Gaussian distribution.
What is the probability distribution of elements in the vector obtained by the product of the given matrix and vector?
For example, $$ X=\begin{bmatrix} x_{1} \\ x_{2} \\ x_{3} \\ \end{bmatrix} $$, where $x_{i}$ is a Gaussian random variable $\sim \mathcal{N}_{1}(\mu=0,\sigma_{1}^2)$.
$$ A=\begin{bmatrix} a_{11} & a_{12} & a_{13}\\ a_{21} & a_{22} & a_{23} \\ a_{31} & a_{32} & a_{33} \\ \end{bmatrix} $$, where $a_{ij}$ is also a Gaussian random variable $\sim \mathcal{N}_{2}(\mu=0,\sigma_{2}^2)$.
The question is, assuming $\mathcal{N}_{1}$ and $\mathcal{N}_{2}$ are independent, what is the probability density distribution of the elements in $AX$?