DanielJackins
- 39
- 0
Homework Statement
Let M = [{-1, -6}{3, 8}] ( meaning {row1} {row2}
Find formulas for the entries of M^n, where n is a positive integer.
The Attempt at a Solution
So I found the eigenvalues and eigenvectors; e.value1 = 2, e.value2 = 5, e.vector1 = [{-2}{1}], e.vector2 = [{-1}{1}]. I'm 99% sure these are all correct.
So I proceed to write it as A = PDP^-1, with P as [{-2, -1}{1, 1}], D as [{2, 0}{0, 5}], and P^-1 as 1/10[{8,6}{-3,-1}].
So next I believe you're supposed to multiply them all together, with the 2 and 5 in D raised to the power of n. I did this and came up with a huge ugly jumble of numbers, which I entered and were incorrect. Am I doing this right? Or did I make a mistake somewhere?
Thanks