Question-95

matrix multiplication

If \(\displaystyle A=\begin{bmatrix} 1 & 2\\ 2 & -1 \end{bmatrix}\), which of the following is \(\displaystyle A^{8}\)?

Find \(A^2\).

Let us first compute \(\displaystyle A^{2}\):

\[ \begin{aligned} A^{2} & =\begin{bmatrix} 1 & 2\\ 2 & -1 \end{bmatrix}\begin{bmatrix} 1 & 2\\ 2 & -1 \end{bmatrix}\\ & =\begin{bmatrix} 5 & 0\\ 0 & 5 \end{bmatrix}\\ & =5I \end{aligned} \]

Therefore, \(\displaystyle A^{8} =5^{4} I=625I\).