Suppose that a city is starting a bicycle sharing program with bicycles at locations
and
Bicycles that are rented at one location may be returned to either location at the end of the day. Over time, the city finds that 80% of bicycles rented at location
are returned to
with the other 20% returned to
Similarly, 50% of bicycles rented at location
are returned to
and 50% to
To keep track of the bicycles, we form a vector
where
is the number of bicycles at location
at the beginning of day
and
is the number of bicycles at
The information above tells us how to determine the distribution of bicycles the following day:
Expressed in matrix-vector form, these expressions give
Let’s check that this makes sense.
Suppose that there are 1000 bicycles at location and none at on day 1. This means we have Find the number of bicycles at both locations on day 2 by evaluating
Suppose that there are 1000 bicycles at location and none at on day 1. Form the vector and determine the number of bicycles at the two locations the next day by finding
Suppose that one day there are 1050 bicycles at location and 450 at location How many bicycles were there at each location the previous day?
Suppose that there are 500 bicycles at location and 500 at location on Monday. How many bicycles are there at the two locations on Tuesday? on Wednesday? on Thursday?