Suppose $A$ is a $n \times n$ matrix, $B$ is a $m \times m$ matrix, and $C$ is a $n \times m$ matrix. Prove $ X = \left(\begin{array} &A & C \\ 0 & B \end{array} \right) $ is invertible iff A and B are.
2026-03-29 02:36:12.1774751772
Prove $ X = \left(\begin{array} &A & C \\ 0 & B \end{array} \right) $ is invertible iff A and B both are.
111 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$(1)$ Suppose $A,B$ are both invertible. What is the most obvious candidate for an inverse of your matrix?
$(2)$ Suppose your matrix is invertible. Write its inverse in blocks as your original matrix. What is the obvious choice for inverses of $A$ and $B$?
ADD A slicker solution would be to note $$\det \begin{pmatrix} A & C \\ {0} & B \end{pmatrix}=\det A\cdot \det B $$