Linear Algebra Question. Invertibility Problem.

54 Views Asked by At

$A$ is a $d*k$ full rank matrix, given d > k. Is the matrix $I-AA^T$ invertible?

2

There are 2 best solutions below

0
On BEST ANSWER

Take the $\;2\times1\;$ full rank matrix $\;\binom 10\;$ , then

$$\begin{pmatrix}1&0\\0&1\end{pmatrix}-\binom10(1\;0)=\begin{pmatrix}1&0\\0&1\end{pmatrix}-\begin{pmatrix}1&0\\0&0\end{pmatrix}=\begin{pmatrix}0&0\\0&1\end{pmatrix}$$

0
On

$A A^T$ is positive semidefinite (assuming this is over the reals). If $\lambda > 0$ is an eigenvalue of $A A^T$, replace $A$ by $\lambda^{-1/2} A$ to get a counterexample.