Inactive Tutor answered 07/11/24
As the title of the questions suggests, we need to start with the diagonalization of the matrix. Diagonalization means to express the matrix in the following form: M = VΛV-1, where V = [v1 v2] (v1,v2 are eigenvectors) and Λ = diag(λ1, λ2). Therefore, we need to find the eigenvalues and eigenvectors of the matrix. By setting det(M - λI) to 0, we get λ = 7, 9. Plugging these eigenvalues into the definition of eigenvalues and eigenvectors, Av = λv, we get v1=[-1 1]T and v2=[-1 2]T. By multiplying by V and V-1 of both sides of the equation M = VΛV-1, we get V-1MV = Λ. Taking both sides to the power of n, on the LHS we have V-1MV * V-1MV ... V-1MV which simplifies to
V-1MnV. On the RHS we have, Λn = diag(λ1n, λ2n). Multiplying again both sides by V and V-1 we get, Mn = VΛnV-1. Carrying out the matrix multiplication we get
Mn = [-7n + 2 * 9n, -7 + 9n]
[2(7n-9n), 2 * 7n - 9n]