about this matrix: $$ \left( \begin{array}{ c c c c c c} 1& 0& 0& \mathit{1}& 0& 0\\ 0.5& 0.5& 0& 0.5& \mathit{0.5}& 0 \\ 0.5& 0& 0.5& 0.5& 0& \mathit{0.5} \\ \mathit{0.25}& 0.5& 0.25& 0& 1& 0 \\ 0 & \mathit{0.5}& 0.5& 0& 0.5& 0.5 \\ 0& 0& \mathit{1}& 0& 0& 1\\ \end{array} \right) $$ I have calculated its determinant by two techniques and they all give 0.
I do not understand why, because:
- There is no entire row equal to zero
- Two rows or columns are not equal
- No row either column is a constant multiple of another row or column (or I cannot see)
- There is diagonal line (noted in italic) without any 0
Does someone has a idea why? thanks.
Notice that $$\textrm{Row}_1 + 2\textrm{Row}_5 = 2\textrm{Row}_2 + \textrm{Row}_6$$
Thus the rows do not form a linearly independent set.