How to prove that the following determinant is zero without using expansion?
$$\left|\begin{array}{ccc} 1 & 4 & 1 \\ 2 & -1 & 0 \\ 0 & 18 & 4\end{array}\right|=0$$
I can't get any 2 rows or any 2 columns to be equal and I can't get an entire row or entire column to be zero? What series of operations are required? Thanks.
Edit
I noticed that it is easy to get the diagonal to be zero. I am not sure when one could say if the diagonal is zero then the determinant is zero...
Four times the first row is $(4,16,4)$.
$-2$ times the second row is $(-4,2,0)$.
Adding these up gives the third row $(0,18,4)$.
Hence, the rows of the given matrix have the relation $4R_1 -2R_2 - R_3 = 0$, hence it follows that the determinant of the matrix is zero as the matrix is not full rank.
EDIT : The rank of a matrix, is the dimension of it's image as a linear operator. That is, when we treat the rows (or columns) of the matrix as a vector and take their span, the dimension of that vector space is called the rank.
If a matrix has the maximum rank possible (which is the dimension of the matrix), then it is said to be of full rank.
If the matrix is not of full rank, then say you can write $R_1 = \sum_{i=2}^n c_i R_i$, because of linear dependence. Then, just do the row operations $R_1 \to R_1 - c_iR_i$ for each $i=2$ to $n$. This will keep the determinant unchanged, and make the row $R_1$ as zero, so the determinant of the matrix will be zero.