It is given that the sum of the elements of each column of a $N\times N$ square matrix ${\rm A}$ is zero. How can I show that the determinant is zero without specializing to $N=2$ or $N=3$?
2026-03-26 12:06:31.1774526791
How to show the determinant of a matrix is zero for which the column elements sum to zero
656 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$det(A) = = det \left( \begin{matrix}a_1 \\ \vdots \\ a_{n-1}\\a_n \end{matrix} \right) = det \left( \begin{matrix}a_1 \\ \vdots \\ a_{n-1} \\a_1 + \cdots +a_n \end{matrix} \right) = det \left( \begin{matrix}a_1 \\ \vdots \\ a_{n-1}\\0 \end{matrix} \right) = 0$
Where $a_i$ are the row vectors of $A$.
Of course, within the matrix $0$ stands for the row vector $0 = (0 \ldots 0)$.