Define
$X_1= 2Z_1 - Z_2 +3Z_3$
$X_2=Z_1 + Z_2 - Z_3$
$X_3 = 3Z_1 + 2Z_2 + Z_3$
So would the correlation matrix of $(X_1, X_2, X_3)$ just be the coefficients of each variable?
Define
$X_1= 2Z_1 - Z_2 +3Z_3$
$X_2=Z_1 + Z_2 - Z_3$
$X_3 = 3Z_1 + 2Z_2 + Z_3$
So would the correlation matrix of $(X_1, X_2, X_3)$ just be the coefficients of each variable?
Initially you have $$ \mathbf{Z}=\begin{pmatrix}Z_1 \\ Z_2 \\ Z_3 \end{pmatrix}\sim N\left(\boldsymbol{0}, \mathbf{I}\right) $$
Define $\mathbf{X}$: $$ \mathbf{X}=\begin{pmatrix}X_1 \\ X_2 \\ X_3 \end{pmatrix}=\begin{pmatrix}2Z_1-Z_2+3Z_3 \\ Z_1+Z_2-Z_3 \\ 3Z_1+2Z_2+Z_3 \end{pmatrix}=\underbrace{\begin{pmatrix}2 & -1 & 3 \\1 & 1 & -1 \\ 3 & 2 & 1\end{pmatrix}}_{\mathbf{B}}\begin{pmatrix}Z_1 \\ Z_2 \\ Z_3 \end{pmatrix} $$
For linear combinations of normal random variables, we have the following:
If $\mathbf{Z}\sim N(\boldsymbol{\mu}, \mathbf{\Lambda})$ and $\mathbf{X}=\mathbf{a}+\mathbf{BZ}$, then $\mathbf{X}\sim N(\boldsymbol{\mu}+\mathbf{a}, \mathbf{B}\boldsymbol{\Lambda}\mathbf{B}^\prime)$.
Hence, the covariance matrix of $\mathbf{X}$ is:
$$ \mathbf{BIB}^\prime=\begin{pmatrix}2 & -1 & 3 \\1 & 1 & -1 \\ 3 & 2 & 1\end{pmatrix}\begin{pmatrix}2 & 1 & 3 \\-1 & 1 & 2 \\ 3 & -1 & 1\end{pmatrix}=\begin{pmatrix}14 &-2 & 9\\ -2 & 3 &4 \\ 9 & 4 & 14\end{pmatrix} $$
No, it wouldn't. Hint: $\text{Cov}(aZ_1 + b Z_2 + c Z_3, d Z_1 + e Z_2 + f Z_3) = \ldots$.