Is the determinant of a matrix multiplied by its transpose equal to the determinant of the matrix's transpose multiplied by the matrix?

2.3k Views Asked by At

Is

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

for any rectangular matrix true?

1

There are 1 best solutions below

0
On BEST ANSWER

Consider $A=[1\cdots 1]\in M_{1,n}(\mathbb{R})$ and $n\ge2$.

We have $A^TA=n$ and so $\det(A^TA)=n$

But $AA^T$ has rank $1<n$ hence $\det(AA^T)=0$