I am given the matrix $$B= \begin{pmatrix} 0 & 0 &0 & 1\\ 0& 0 & 1 &0 \\ 1 &0 &0 &0 \\ 0 & 1 & 0 & 0 \end{pmatrix}$$
and I want to find its order. So, I have to find the minimum $n \in \mathbb{N}$ such that $B^n=I$.
Instead of this way,could we also calculate the number of permutations we have to do,to get the matrix $I$?