Positive definite matrix and pseudoinverse

285 Views Asked by At

I have a matrix $J \in R^{2p \times n}$ with $2p>n$ and I know that $rank(J)=n$. Is $J^+ J$ a positive definite matrix? If not, are there any assumptions I can make in order for it to be positive definite?

1

There are 1 best solutions below

0
On BEST ANSWER

$\operatorname{Rank}(J)=n$ means that the columns of $J$ are linearly independent and you have $J^+ = (J^T J)^{-1}J^T$, i.e. $J^+ J = I_n$ which is indeed positive definite.