Finding the permutation matrix that "cyclic shifts"

262 Views Asked by At

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

There are 1 best solutions below

0
On BEST ANSWER

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}$$