[Math] square matrix is not invertible if at least one row or column is zero

matrices

How to show that a square matrix is not invertible if at least one row or column is zero ? I can show if a row is zero, the result C of $AB=C$ can not be the identity matrix because there is a zero row. But for the column case ?

Assume I don't know something about determinants.

Best Answer

Hint :

Let $A$ be a square matrix such that $i^{th}$ column is zero.

For any $B\in M_{n\times n}$ what would be the $i^{th}$ column of $BA$?

Related Question