So, I have to find an inverse of this matrix: $$\begin{pmatrix} A & B\\ 0 & C \end{pmatrix}$$ where, $A\in M_m(\mathbb{R})$,$B\in M_{mn}(\mathbb{R})$, $C\in M_n(\mathbb{R})$ and $A$ and $C$ are both invertible.
I've tried $$\begin{pmatrix} A^{-1} & 0\\ 0 & C^{-1} \end{pmatrix}$$
But it doesn't work