Suppose the Gaussian random vector $\mathbf{X}\sim\mathcal{N}(\mathbf{\mu_X},\Sigma_\mathbf{X})$ where $$\mathbf{\mu_X}=\begin{bmatrix}1\\5\\2\end{bmatrix}$$ and $$\Sigma_\mathbf{X}=\begin{bmatrix}1&1&0\\1&4&0\\0&0&9\end{bmatrix}$$ I want to calculate the following PDFs: $$X_3\text{ given }\begin{bmatrix}X_1&X_2\end{bmatrix}^T$$ and $$X_1\text{ given }\begin{bmatrix}X_2&X_3\end{bmatrix}^T$$
For $X_3|\begin{bmatrix}X_1&X_2\end{bmatrix}^T$ we have that $X_3$, $X_1$ are uncorrelated since $\Sigma_\mathbf{X}(1,3)=cov(X_1,X_3)=0$ and thus independent as they are jointly Gaussian. Similarly $X_3$, $X_2$ are independent. So the conditional PDF becomes $$f_{X_3|\begin{bmatrix}X_1&X_2\end{bmatrix}^T}=f_{X_3}\sim\mathcal{N}(\mathbf{e_3^T}\mathbf{\mu_X},\mathbf{e_3^T}\Sigma_\mathbf{X}\mathbf{e_3})=\mathcal{N}(2,9)$$
for $\mathbf{e}_i$ a column vector with $1$ at position $i$ and $0$ elsewhere.
But in the other case of $X_1|\begin{bmatrix}X_2&X_3\end{bmatrix}^T$ even if $X_1$, $X_3$ are independent nevertheless $X_1$, $X_2$ are not and I cannot eliminate any of the r.v.s that appear nor can I imply conditional independence. Any ideas?
EDIT
Since $(X_1,X_2)$ is independent of $X_3$, we have the following conditional PDF formula $$X_1|\{X_2=x_2,X_3=x_3\} = X_1|\{X_2=x_2\}\sim\mathcal{N}(\Sigma_{12}\Sigma_{22}^{-1}(x_2-\mu_2)+\mu_1, \Sigma_{11}-\Sigma_{12}\Sigma_{22}^{-1}\Sigma_{21})$$