Questions tagged [generalized-inverse]

A generalized inverse of a matrix $A$ is any matrix $A^{-}$ satisfying $AA^{-}A = A$. When $A$ is nonsingular, $A^{-}$ is unique and $A^{-} = A^{-1}$; otherwise, there are infinitely many solutions to $A^{-}$. Generalized inverses arise in linear models for statistics, for when the design matrix of a linear model is not invertible and the ordinary least squares estimate of the parameter vector is not unique.

A generalized inverse of a matrix $A$ is any matrix $A^{-}$ satisfying $AA^{-}A = A$. When $A$ is nonsingular, $A^{-}$ is unique and $A^{-} = A^{-1}$; otherwise, there are infinitely many solutions to $A^{-}$. Generalized inverses arise in linear models for statistics, for when the design matrix of a linear model is not invertible and the ordinary least squares estimate of the parameter vector is not unique. Further information can be found here.

55 questions
1
vote
1 answer

How to prove the following construction giving a generalized inverse?

I'm trying to prove the following statement. It seems pretty interesting but I have no idea of how to prove it: Let $X$ be a $n\times p$ matrix, rank deficient. We can continuously add row to $X$ which is linearly independent with the row space of…