I was trying to solve the following determinant: $$det(M)=\begin{vmatrix}2 & -1 & -1 & 0 & 0 & 0 & 0\\ 0 & 2 & 0 & -1 & -1 & 0 & 0\\ 0 & 0 & 2 & 0 & 0 & -1 & -1\\ -1 & 0 & 0 & 2 & 0 & 0 & 0\\ 0 & -1 & -1 & 0 & 2 & 0 & 0\\ 0 & 0 & 0 & -1 & -1 & 2 & 0\\ 0 & 0 & 0 & 0 & 0 & -1 & 1 \end{vmatrix}$$
I have succeeded in solving it and proving that $det(M) = 16$, but It took me a while and I just moved from one minor into two and so on. I was wondering if there is a "smart" way to solve this determinant. For example, so how to get in into a triangular matrix and then just to multiply the diagonal.
A smart way would be using the Elementary Row or Column Operations to generate more zero's.
For example if you perform $$ C_6+C_7\to C_6 $$ you will generate a column with one more zero.