78 3 Markov Chains
Therefore, (3.22) becomes
σ
j
(B) =
m
i=1
b
ij
=
m
k=1
a
kj
(3.24)
= σ
j
(A) (3.25)
Thus we proved that sum of columns of a matrix does not change when the matrix
is premultiplied by a column stochastic matrix.
3.6.1 The Diagonals of P
We mentioned above the significance of each element p
ij
of the transition matrix P
as the probability of making a transition from state j to state i. Further insight can be
gained for Markov chains representing queues. Queuing systems are a special type of
Markov chains in which customers arrive and lineup to be serviced by servers. Thus
a queue is characterized by the number of arriving customers at a given time step,
the number of servers, the size of the waiting area for customers, and the number
customers that can leave in one time step.
The state of a queuing system corresponds to the number of customers in the
queue. If we take the lineup for a bank as an example, then the queue size increases
when new customers arrive. The number of arriving customers could be one in some
cases or many in others. This depends on the specifics of the situation. For example,
if there is only one door to the bank, then we could expect at most one customer
to arrive at any time. At the head of the queue, the number of servers also varies
depending on how many bank tellers are ready, or disposed, to serve the customers.
If there is only one teller, then we expect the size of the queue to decrease by at
most one each time a customer is served. The duration of the service time also
varies depending on the type of transaction being done.
The diagonals of P reflect the queuing system characteristics. Table 3.2 illustrates
the significance of each diagonal of the matrix P.
Table 3.2 Significance of diagonals of P
Diagonal Significance
Main probabilities queue will retain its size
1st upper probabilities queue size will decrease by one
2nd upper probabilities queue size will decrease by two
3rd upper probabilities queue size will decrease by three
.
.
.
.
.
.
1st lower probabilities queue size will increase by one
2nd lower probabilities queue size will increase by two
3rd lower probabilities queue size will increase by three
.
.
.
.
.
.