Assume $A$ is an arbitrary $m\times n$ real matrix.
Is $\det(AA^T)$ always positive? Is it non-negative or it can have any value?
Edit:
It seems I have to emphasis that $m \ne n$ i.e. matrix is non-squared.
Assume $A$ is an arbitrary $m\times n$ real matrix.
Is $\det(AA^T)$ always positive? Is it non-negative or it can have any value?
It seems I have to emphasis that $m \ne n$ i.e. matrix is non-squared.
If $A$ has a singular value decomposition $$ A = VDU^{-1} $$ (note since $A$ is rectangular, $V \neq U$ but $V^T = V^{-1}$ and $U^T = U^{-1}$ and finally, $D^T=D$ since $D$ is diagonal) then $$ A^T = (U^T)^{-1}D V^T = UDV^T $$ and now $$ AA^T = VD^2 V^T $$ so $\det(AA^T) = \det D^2$ which must be real but cuold be negative is one of the singular values of $A$ is complex.
In the case n=m (square matrix)
$$det(AB)=det(A)det(B)$$
and
$$det(A^T)=det(A)$$
yes, it is positive
Then, $AA^{T}=U \Sigma V^{T} V \Sigma^{T} U^T = U \Sigma \Sigma^{T} U^T$
But, I do not know how to proceed.
– nam Mar 25 '14 at 16:46