Suppose A, B are invertible matrices of the same size. Show that $$M = \begin{bmatrix} 0& A\\ B& 0\end{bmatrix}$$ is invertible.
I don't understand how I could show this. I have learned about linear combinations and spanning in my college class, but I don't know how that would help in this case.
Note that $M \begin{bmatrix} x \\ y \end{bmatrix} = \begin{bmatrix} w \\ z \end{bmatrix}$ iff $A y = w$ and $Bx = z$.
From this you can compute an explicit inverse.