If given realization of X and Y, which are i.i.d. Gaussian random variables.
We need to generate random variables C and D which are jointly Gaussian with zero mean and covariance matrix like $ \begin{bmatrix} 2 & -1 \\ -1 & 2 \end{bmatrix}$
using X and Y. How to provide a transformation that can be used to obtain C and D from X and Y?