You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 lines
184 B

// Steady state probability of being in State 0
// RESULT : 0.8333333333333334
S=? [s=0 ]
// Steady state probability of being in State 1
// RESULT : 0.16666666666666666
S=? [s=1 ]