Let $x$ be a multivariate normal distributed variable with mean $\mu$ and covariance $\Sigma$, and let $y = Ax+b$.
I have to show that $y$ is distributed as $\mathcal{N}(A\mu+b, A\Sigma A^T)$, therefore $p(y=z) = p(Ax+b=z) = p(x=A^{-1}z-A^{-1}b)$.
After some transormations i end up with $p(y) = \frac{1}{(2\pi)^{D/2}} \frac{1}{|\Sigma|^{1/2}} e^{-\frac{1}{2}(x-(A\mu+b))^T(A\Sigma A^T)^{-1}(x-(A\mu+b))}$.
The exponent seems to be correct, but in the second factor it should be $\frac{1}{|A\Sigma A^T|^{1/2}}$ or am i wrong?