I'm trying to prove or disprove that if a matrix has the property
$$\begin{bmatrix}a & b\\c & d\end{bmatrix}^n=\begin{bmatrix}1 & 0\\0 & 1\end{bmatrix}$$
then
$$\begin{bmatrix}a & c\\b & d\end{bmatrix}^n=\begin{bmatrix}1 & 0\\0 & 1\end{bmatrix}$$
This problem isn't really about matrices, it's just method of proving something different about the iteration of rational functions. I don't know that much about matrices, so is there some property about multiplying transposed matrices that would make this any easier?