287,672 views
33 votes
33 votes
How to compute one sided inverses of non square matrices

User Michael McCarty
by
2.8k points

1 Answer

10 votes
10 votes

Answer:

(Transpose(A) A)X=Transpose(A)B

Step-by-step explanation:

If the purpose of inverting the non-square matrix A is to solve a system of linear equations like Ax=B then you can multiply both sides of the matrix equation by the transpose of A so that it becomes (Transpose(A) A)X=Transpose(A)B. You can now invert Transpose (A) A and thus solve the system of equations

User Kenton
by
2.6k points