Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 414 Bytes

File metadata and controls

14 lines (9 loc) · 414 Bytes

24. Markov Matrices; Fourier Series

markov $A = \begin {bmatrix} 0.01 & 0.5 \ 0.99 &0.5 \ \end {bmatrix}$

  1. All numbers $≥ 0$
  2. $\forall$ columns $\sum$ of elements $= 1$
  3. $\lambda_1 = 1$ is eigenvalue, $\forall i$ $|\lambda_i| < 1$
  4. $x_1 \geq 0$

All columns of $A - I = 0 ⇒ A-I$ singular because rows dependent $A^T\times (1,1,1)^T = 0$

$\lambda$ of $A$ and $A^T$ same

$U_{k+1} = A\times U_k$