What are the limits as k -> infinity of the following:
[.4 .2; .6 .8]^k[1; 0]
[.4 .2; .6 .8]^k[0; 1]
[.4 .2; .6 .8]^k
I think the first two go to [1; 0] and the last goes to [0 0; 0 0], but am not sure.
The more complete method of solution involves diagonalizing the matrix. Let's say that for a matrixyou could find an invertible matrix
and a diagonal matrix
such that
Then
More generally,
But the kth power of a diagonal matrix is just the (diagonal) matrix with the diagonal elements of the original diagonal matrix raised to the kth power.
So you should be able to compute the limit exactly.