1

Suppose, following is true for a square matrix $A$:

$|AA^T| = |A^TA| = |A|^2$

Then, is it some special kind of matrix which has a name?

2 Answers2

3

Since for all square matrices: $|AB|=|A||B|= |B||A|$, and $|A|=|A^T|$: $$|AA^T| = |A||A^T| = |A^T||A|= |A^TA| = |A|^2$$ Holds For all $n \times n$ matrices

user76568
  • 4,542
3

It is true for any two square matrices $A,B$. That is: $$\det(AB)=\det(A)\cdot\det(B)=\det(B)\cdot\det(A)=\det(BA).$$

Now, the part $\det(AA^T)=\det(A^2)$ follows from $\det(A)=\det(A^T)$ and the multiplicativity of the determinant (that was also used above).

DKal
  • 1,310