Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Let G be a graph which is connected (so you can go from any vertex to any other along the edges). Assume that G

Let G be a graph which is connected (so you can go from any vertex to any other along the edges). Assume that

Let G be a graph which is connected (so you can go from any vertex to any other along the edges). Assume that G has no double edges (there is at most one edge between any two vertices) and no edge connects a vertex back to itself (each edge must connect two distinct vertices). The adjacency matrix, A, of graph G is defined by ai.j 1 {} if there is an edge between vertices i and j, 0 otherwise. The transition matrix P of the random walk on G is defined by ai,j D Pi,j:= -aij. where D := Prove that P is symmetrizable and that E;T; = D/D; where D:=E, D. [6] Hint: You are indirectly given T (how?), so it is sufficient to 'guess' a solution and verify that it satisfies the detailed balance equations... (b) The crazy knight! Prove that a knight on a chess-board making legal chess moves at random and starting at a corner square will take on average 168 moves to return there. Hint: think of the graph associated with this random walk and count the num- ber of edges leaving each site, then use above results...

Step by Step Solution

3.52 Rating (149 Votes )

There are 3 Steps involved in it

Step: 1

To prove that the transition matrix P of the random walk on graph G is symmetrizable we need to show that there exists a diagonal matrix D such that D... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Structures and Algorithm Analysis in Java

Authors: Mark A. Weiss

3rd edition

132576279, 978-0132576277

More Books

Students also viewed these Mathematics questions

Question

Let G be a group where a2 = e for all a G. Prove that G is abelian.

Answered: 1 week ago