Is there an interpretation of $X^{\dagger}Y$ in terms of a projection or a least-squares formulation? Note that $\dagger$ denotes the pseudo-inverse and $X$ is a square matrix, and $Y$ is a rectangular matrix and the entries in both are real-valued. Am trying to have a better interpretation of the pseudo-inverse in this situation.
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
What does the pseudoinverse of $A$ do? It takes a vector $b$ as input, and returns as output the vector $x$ of least 2-norm such that $Ax = \hat{b}$, where $\hat{b}$ is the projection of $b$ onto the column space of $A$. Strang's book Linear Algebra and Its Applications has a good presentation of this topic. |
|||
|
|