I'm stuck doing this problem
Let $A$ be a matrix of order $n \times n$ with entries in $\{0,1\}$, which has exactly two $1$'s on each row and on each column. Which conditions are necessary and sufficient to make $\mbox{rank} (A) = n$?
and the only things I got are that:
- The determinant of $A$ must be non-zero (equivalent to saying that the columns mustn't repeat or be linearly dependent)
- If the column vector $(a_1\ a_2\ \dots \ a_n)^T$ with $1$'s in the entries $a_i,a_j$ with $i-j$ odd, the vectors $(0\ 0\ 1 \ 1\dots 0)^T$ with $1$'s in $a_m$ and $a_{m+1}$ ($i \leq m < j$).
But I can't see more to solve it. Anyone can tell me how to solve it?
Edit:
The last condition is only valid for matrices with $n$ even.