REMINDER: Adjacency Matrix N×N ( ) Is Called Invertible If Exist A
REMINDER: Adjacency Matrix N×N ( ) Is Called Invertible If Exist A
When
increment/decrement is done by MOD n.
a. Suppose that a random walk is executed on the graph vertices when the
distribution of vertices is centered on vertex number 0 (meaning vertex number
0 selected in probability 1 in the first step).
How would you look at the distribution of vertices after one step, after two,
after three?
What kind of distribution will it strive after t steps when t->∞.
b. How the distribution of the vertices will look after one step if you start the walk
in the uniform distribution? How would it look after t steps?
𝑉 = {1, … , 𝑛 + 1, 𝑛 + 2}
For each 1 ≤ i ≤ n-1 there will be an the edge (𝑛 + 1, 𝑖), (𝑖, 𝑛 + 1).