Thursday, May 31, 2018

linear algebra - Practical use of matrix right inverse

Consider a matrix ARm×n In the case when rank(A)=n then this implies the existence of a left inverse: A1l=(AA)1A such that A1lA=In×n.


Similarly if rank(A)=m then this implies the existence of a right inverse: A1r=A(AA)1 such that AA1r=Im×m.


I understand how the concept of a right inverse is naturally follows in say solution of a least squares problem: Ax=b, $rank(A)=n

I expect it to involve the fact that in this case rank(A)=m<n and so there are now infinitely many solutions to Ax=b and that the right inverse now someone seeks the solution which minimises the length of the solution vector?

No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...