I know that if $X$ and $Y$ are random variables with respective PDFs,
$$ f_X(x) = \frac{1}{\sqrt{2\pi\sigma_x^2}}\exp\left\{-\frac{\left(x-\mu_x\right)^2}{2\sigma_x^2}\right\} \\ f_Y(y) = \frac{1}{\sqrt{2\pi\sigma_y^2}}\exp\left\{-\frac{\left(y-\mu_y\right)^2}{2\sigma_y^2}\right\} $$
Then their joint PDF is written as
$$ f_{XY}(x,y) = \frac{1}{2 \pi \sigma_x \sigma_y \sqrt{1-\rho^2}} \exp\left( -\frac{1}{2(1-\rho^2)}\left[ \frac{(x-\mu_x)^2}{\sigma_x^2} - \frac{2\rho(x-\mu_x)(y-\mu_y)}{\sigma_x \sigma_y} + \frac{(y-\mu_y)^2}{\sigma_y^2} \right] \right) $$
But when $\mathbf{x}$ and $\mathbf{y}$ are random vectors with PDFs
$$ f_{\mathbf x}(x_1,\ldots,x_k)\, = \frac{1}{(2\pi)^{k/2}|\boldsymbol\Sigma_x|^{1/2}} \exp\left(-\frac{1}{2}({\mathbf x}-{\boldsymbol\mu_x})^T{\boldsymbol\Sigma_x}^{-1}({\mathbf x}-{\boldsymbol\mu_x}) \right) \\ f_{\mathbf y}(y_1,\ldots,y_k)\, = \frac{1}{(2\pi)^{k/2}|\boldsymbol\Sigma_y|^{1/2}} \exp\left(-\frac{1}{2}({\mathbf y}-{\boldsymbol\mu_y})^T{\boldsymbol\Sigma_y}^{-1}({\mathbf y}-{\boldsymbol\mu_y}) \right) $$
How do you express their joint PDF?
$$ f_{\mathbf xy}(\mathbf {x,y})\, = \, ? $$
