If $$ \begin{bmatrix} 2 & -1 \\ 1 & 0 \\ -3 & 4 \\ \end{bmatrix} A = \begin{bmatrix} -1 & -8 \\ 1 & -2 \\ 9 & 22 \\ \end{bmatrix} $$
How do we find $A$?
my work:
From this post talking about inverses, I figured out that I could do this by finding right inverse of A but I'm not sure how to do that. That led me to this post which speaks about solving non-square matrices,I do not really understand the procedure which the accepted post is suggesting. It'd be helpful if someone could frame those answers in simpler words.
As a further question, how do I know if a non-square matrix has an inverse or not? we really don't have a determinant here to check..