Analysis Computer and Communication Networks

Markov Chains

Development of State Vector s(n) with Time:  
STATE_VS_TIME: Function to find the values of s(n) 

s(n) = P s(n) 

m-file, html

State Matrix P:  
SELECT: Function to find decomposition of P  as 

P = A1 l1+A2 l2+... 

m-file, html

Finding Pn:  
EIGPOWERS: Function to find decomposition of Pn  as 

Pn = A1 l1n+A2 l2n+... 

m-file, html

 

 

Problem 2  (calculate eigenvalues and eigenvectors of a matrix)
Problem 3  (calculate distribution vector after one and two iterations)
Problem 5  (calculate distribution vector after five and ten iterations)
Problem 6  (calculate distribution vector at different time steps)
Problem 7  (calculate distribution vector at different time steps)
Problem 9  (Irreducible Markov chain eigenvalues)