Given for example a square matrix of order n=4 as below: \begin{bmatrix} 1 & 0 & 1 & 0 \ 1 & 0 & 1 & 0 \ 0 & 1 & 0 & 0 \ 0 & 0 & 0 & 1 \end{bmatrix} Trying all possible permutations of rows and columns is possibile toRead more