0

While looking for the answer for my question I came across this post. It may be a silly idea, but if $A^{t}$ has independent rows can I just transpose it and get $A$ with independent columns and proceed as is shown in the linked solution? Or it is not working this way?

StubbornAtom
  • 17,052

2 Answers2

1

Suppose $A$ is $m\times n$ and that $AA^T$ is not invertible. Then there exists $v\ne0$ (an $m\times1$ column vector) such that $$ AA^Tv=0 $$ This implies $v^TAA^Tv=0$, hence $(A^Tv)(A^Tv)=0$, so $A^Tv=0$. Thus $v^TA=0$ and therefore $A$ doesn't have linearly independent rows.

egreg
  • 238,574
0

For every matrix $A$ with independent rows, we have $det A \neq 0$ also $det A= det A^t$so both $A$ and $A^t$ are invertible. Then $AA^t$ is invertible if and only if $A$ is.

Ali
  • 2,277