Question: 1. (15 points) Random Walk on a Graph The following graph has 5 vertices, labeled A-E and edges as depicted below. Consider a random walk

1. (15 points) Random Walk on a Graph The following graph has 5 vertices, labeled A-E and edges as depicted below. Consider a random walk on the graph, starting at A. At each step of the walk, it is possible to stay at the same vertex, or go to any other vertex connected by an edge to the starting vertex. We can also think of a random walk as simply a list of vertices obeying those rules. For example: A.E.E.D.E.D.C.C.B, etc. (a) Find a matrix M modeling this situation. That is, if we multiply M times a vector with a 1 in the location corresponding to a particular vertex on the graph and 0 elsewhere, then we'll get a vector giving the probabilities of where a random walk could go next from that vertex. (b) Use a computer to find all the eigenvalues of your matrix and a basis for each of the corresponding eigenspaces. (c) In the long term, what vertex (or vertices) do you expect the walk to most commonly be at? 1. (15 points) Random Walk on a Graph The following graph has 5 vertices, labeled A-E and edges as depicted below. Consider a random walk on the graph, starting at A. At each step of the walk, it is possible to stay at the same vertex, or go to any other vertex connected by an edge to the starting vertex. We can also think of a random walk as simply a list of vertices obeying those rules. For example: A.E.E.D.E.D.C.C.B, etc. (a) Find a matrix M modeling this situation. That is, if we multiply M times a vector with a 1 in the location corresponding to a particular vertex on the graph and 0 elsewhere, then we'll get a vector giving the probabilities of where a random walk could go next from that vertex. (b) Use a computer to find all the eigenvalues of your matrix and a basis for each of the corresponding eigenspaces. (c) In the long term, what vertex (or vertices) do you expect the walk to most commonly be at
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
