Given that A = $\begin{bmatrix} 2 & 1 \\ -5 & -4 \end{bmatrix} $ and B = $\begin{bmatrix} 3 & -1 \\ -1 & 0 \end{bmatrix} $
Find a 2 X 2 matrix C such that $CA= B$
I multiply both sides by $A^{-1}$
Since $A^{-1}A = I $
$ CI = BA^{-1}$
Since $CI = IC = C$
$ C = BA^{-1} $
However, when I carry on and find out the answer to matrix C, I can’t get the answer. Where have I gone wrong ?