I need to find the inverse of the following matrix with Gauss-Jordan method, but apparently, checking with a calculator, it does not exist:
$$\left(\begin{matrix} 0 & 3 \\ 0 & 6 \end{matrix} \right)$$
How can we apply Gauss-Jordan to the previous matrix, and from that determine if the inverse matrix exists or not?
I think the problem is that we cannot make the upper left $0$ $1$, right?
$A$ is invertible if it row-reduces to the identity. Your matrix row reduces to $\left(\begin{matrix} 0 & 1 \\ 0 & 0 \end{matrix} \right)$ and is thus not invertible.