Is determinant of matrix multiplied its transpose always positive?

$\begingroup$

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.

$\endgroup$ 3

2 Answers

$\begingroup$

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.

$\endgroup$ 2 $\begingroup$

In the case n=m (square matrix)

$$det(AB)=det(A)det(B)$$

and

$$det(A^T)=det(A)$$

yes, it is positive

$\endgroup$ 6

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like