Previous Up Next

20.4.24  Markov chains

The markov command finds characteristic features of a Markov chain.

Example

markov([[0,0,1/2,0,1/2],[0,0,1,0,0],[1/4,1/4,0,1/4,1/4],[0,0,1/2,0,1/2],[0,0,0,0,1]])
     

4

,

00001

,

3120

,






1
1
1
1
1






          

Previous Up Next