$\mathbf{A}$ is a square matrix of order $n\times n$, $\mathbf{1}$ is the column vector that has all elements are $1$, $\mathbf{0}$ is the column vector that has all elements are zero.
I encounter this problem in a book of matrix algebra and haven't been able to find the solution to it yet. Could anyone please help me on this?
Sorry this is my first post on the site (and also my first post asking for solutions relating to mathematics so there might be many issues in wording and format of notations).
Thanks all for your help!
You can calculate the determinat directly. Let $c_1 , \ldots , c_n$ be the columns of $A$: $$detA = det(c_1\; c_2 \; \ldots \; c_n) = det(c_1+c_2+\ldots + c_n \; c_2\; \cdots \; c_n) \stackrel{A\mathbf{1}=\mathbf{0}}{=} det(\mathbf{0} \; c_2 \;\ldots c_n) = 0 $$