I have the following problem:
The random vector $X$ is normally distributed with $X \sim \mathcal{N}(\mu,\Omega)$. $\mu $ is a column vector with $(\mu_1, \mu_2, \mu_3)$.
$\Omega$ is $3\times 3$ matrix. And $A$ is a $3\times 3$ matrix.
Find the distribution of a random vector $Y$ where $Y = AX$.
How can I tackle this? Can I do the affine transformation here?