Tagged Questions

-1
votes
0answers
97 views

Pseudo-inverse: A^+ A. Is it possible to bound the error?

Hi I have a generic matrix A, is it possible to bound the error defined as $|(A^+ A) - I|$ ?? Are there some reasonable assumptions (es. random matrix, etc...) I can make in ord …
0
votes
1answer
209 views

Moore-Penrose bound question

Suppose that we are given an equation $Ax=b$. The minimum least-squares solution is of course $x_{m}=A^{\dagger}b$. What I want to know is whether there are known bounds on $||x-x_ …