1

$A_{m \times n}, n>m, AA^t =\alpha I , \alpha> 0$, and rank A = m , what can we conclude about eigenvalues of $A^tA$ ?

Like we can conclude information about $AA^t$ of order $m \times m$ that since its a diagonal matrix so the eigenvalues will be the elements on the diagonal which is $\alpha$ with multiplicity $m$.But how to conclude that $A^t A$ has $\alpha$ as one eigenvalue of multiplicity $m$ and eigenvalue $0$ of multiplicity $n-m$?

BAYMAX
  • 4,972

1 Answers1

1

Well! It is clear from the link in the comments that if $\lambda$ is the eigenvalue of $A A^T $ then it is also the eigenvalue of $A^T A$.

Recall that rank($A A^T$)=rank($A^T A$) always holds and rank of a matrix is atleast the no. Of nonzero eigenvalues.

Hence, the only way you can manage the rank is to take all other eigenvalues to be zero i.e with n-m multiplicity.

Devendra Singh Rana
  • 1,780
  • 1
  • 15
  • 32