September 21st, 2009, 9:58 pm
QuoteOriginally posted by: shinichivnanother method is to construct a transition prob matrix 9x9 for A_n The relevant matrix is 14x14, not 9x9. It involves both the state of X_n and A_n, but because the initial state X_0 is even, you can eliminate all odd values for A_nThe states you need to cover are (X_n, A_n):{(1,0),(1,2),(2,0),(2,2),(2,4),(3,0),(3,2),(3,4),(3,6),(4,0),(4,2),(4,4),(4,6),(4,8)}The transition matrix is relatively sparse; there are at most 3 non-zero entries on each row.