Find formulas for the entries of M^n

  • Thread starter Thread starter icefall5
  • Start date Start date
  • Tags Tags
    Formulas
icefall5
Messages
19
Reaction score
0

Homework Statement


Let M = \begin {bmatrix} 8 & -1 \\ 2 & 11 \\ \end{bmatrix}

Find formulas for the entries of M^n, where n is a positive integer.

Homework Equations


N/A

The Attempt at a Solution


I honestly have no clue where to start. We recently covered diagonalization, but I can't see how this relates.
 
Physics news on Phys.org
Let's suppose D is the transform that diagonalizes M, and denote D M D^{-1} = \tilde{M}. Then
M^n = M M M ... M = D^{-1} D M D^{-1} D M D^{-1} D M ... M D^{-1} D = D^{-1} \tilde{M}^n D.
 
clamtrox said:
Let's suppose D is the transform that diagonalizes M, and denote D M D^{-1} = \tilde{M}. Then
M^n = M M M ... M = D^{-1} D M D^{-1} D M D^{-1} D M ... M D^{-1} D = D^{-1} \tilde{M}^n D.
Also, The diagonal entries in \tilde{M} are the eigenvalues of the matrix M and the columns of D are the corresponding eigenvectors of M.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top