I am trying to set up some "mental models" for how to think about matrix invertability. I am currently studying linear algebra on a basic level and I would please like some explanations to the question below, general information about matrix invertability related to this question is also much appreciated!
So if we have a matrix $A = \left( \begin{matrix} row_1 \\ row_2 \\ row_3 \end{matrix}\right )$
We are trying to find the matrix $A^{-1}$ to get to the matrix $I$.
When trying to find $I$ we get four cases where invertability breaks down:
1) So if the $row_1$ of matrix A is all zeros then it is obvious that we cannot find a matrix $A^{-1}$ that satisfies the following relationship: $\left( \begin{matrix} row_1 \\ row_2 \\ row_3 \end{matrix}\right ) A^{-1} \neq I$ since it will be impossible to produce the first column of $I$ using matrix multiplication.
2) The same is true if $col_1$ of $A$ is all zeros: $A^{-1} \left( \begin{matrix} col_1 & col_2 & col_3 \end{matrix}\right ) \neq I$ since it will be impossible to produce the first column of $I$ using matrix multiplication.
3) Now what I have a harder time to explain to myself is if we have $row_1$ of $A$ to be all zeros: $A^{-1} \left( \begin{matrix} row_1 \\ row_2 \\ row_3 \end{matrix}\right ) \neq I$ since it will be ...??
4) I also lack a clear explanation to the case where $col_1$ of $A$ is all zeros:
$\left( \begin{matrix} col_1 & col_2 & col_3 \end{matrix}\right ) A^{-1} \neq I$ since it will be ...??
Thank you for your time and help!