I have 2 matrices, I don't believe that they are transitive but my friend is insisting that they are both transitive, is he correct?
a) $ \begin{bmatrix} 1& 1 & 1 & 1 & 1 &1 \\ 0 & 1 & 0 & 0 & 1 & 0 \\ 0 & 0 & 0 & 0 & 0 & 0 \\ 0 & 0 & 0 & 0 & 0 & 0 \\ 0 & 1 & 0 & 0 & 1 & 0 \\ 1 & 0 & 0 & 0 & 0 & 1 \\ \end{bmatrix} $
b) $ \begin{bmatrix} 1& 0 & 0 & 0 & 0 &1 \\ 1 & 1 & 0 & 0 & 1 & 0 \\ 1 & 0 & 0 & 0 & 0 & 0 \\ 1 & 0 & 0 & 0 & 0 & 0 \\ 1 & 1 & 0 & 0 & 1 & 0 \\ 1 & 0 & 0 & 0 & 0 & 1 \\ \end{bmatrix} $
I'm trying to order them by pairs of relation (using positions as letters, e.g. (a,b)) and failing for both. Thank you.