-2

Find the permutation matrix $P_n$ that "cyclic shifts" $(1, 2, \dots, n)$ to $(2, 3, \dots , n,1)$.


Could you please help me solve this question?

1 Answers1

1

Hint:$$\begin{bmatrix} 0 & 1 & 0 \\ 0 & 0 & 1 \\ 1 & 0 & 0\end{bmatrix} \begin{bmatrix} a \\ b \\ c\end{bmatrix} = \begin{bmatrix} b \\ c \\ a\end{bmatrix}$$

Siong Thye Goh
  • 153,832