I want to know more about what the relation is between random walk and eigen-vectors of adjacency matrix of graph. I know that the first eigen-vector of adjacency matrix is related to the stationary state of random walk. But I couldn't find any relation between random walk and other eigen-vectors.
2026-03-26 06:29:57.1774506597
Is there any relation between random walk and eigen-vectors of adjacency matrix other than the first one in graph?
927 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in GRAPH-THEORY
- characterisation of $2$-connected graphs with no even cycles
- Explanation for the static degree sort algorithm of Deo et al.
- A certain partition of 28
- decomposing a graph in connected components
- Is it true that if a graph is bipartite iff it is class 1 (edge-coloring)?
- Fake induction, can't find flaw, every graph with zero edges is connected
- Triangle-free graph where every pair of nonadjacent vertices has exactly two common neighbors
- Inequality on degrees implies perfect matching
- Proving that no two teams in a tournament win same number of games
- Proving that we can divide a graph to two graphs which induced subgraph is connected on vertices of each one
Related Questions in EIGENVALUES-EIGENVECTORS
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Stability of stationary point $O(0,0)$ when eigenvalues are zero
- Show that this matrix is positive definite
- Is $A$ satisfying ${A^2} = - I$ similar to $\left[ {\begin{smallmatrix} 0&I \\ { - I}&0 \end{smallmatrix}} \right]$?
- Determining a $4\times4$ matrix knowing $3$ of its $4$ eigenvectors and eigenvalues
- Question on designing a state observer for discrete time system
- Evaluating a cubic at a matrix only knowing only the eigenvalues
- Eigenvalues of $A=vv^T$
- A minimal eigenvalue inequality for Positive Definite Matrix
- Construct real matrix for given complex eigenvalues and given complex eigenvectors where algebraic multiplicity < geometric multiplicity
Related Questions in RANDOM-WALK
- Random walk on $\mathbb{Z}^2$
- Density distribution of random walkers in a unit sphere with an absorbing boundary
- Monkey Random walk using binomial distribution
- Find probability function of random walk, stochastic processes
- Random walk with probability $p \neq 1$ of stepping at each $\Delta t$
- Average distance between consecutive points in a one-dimensional auto-correlated sequence
- Return probability random walk
- Random Walk: Quantiles, average and maximal walk
- motion on the surface of a 3-sphere
- Probability of symmetric random walk being in certain interval on nth step
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Everything pretty much. Let us assume for simplicity's sake that $G$ is $d$-regular (for some positive integer $d$) and connected for simplicity. Then the adjacency matrix $A$ of $G$ multiplied by $d^{-1}$ is the transition matrix. In particular: Let $\chi_0$ be the probability distribution on the starting point of a random walk $W$. [$\chi_0$ can be 1 at one vertex and 0 everywhere else but more generally any stochastic vector will do for $\chi_0$.] Then
$\chi_0$ can be rewritten uniquely $\sum_{i=1}^n x_i$ where $x_i$ is a scalar multiple of the $i$-th eigenvector of $A$ and in fact the $x_i$s are mutually orthogonal and in particular the coordinates of $x_i$ for all $i > 2$ add to 0, and $x_1$ is the vector of all $\frac{1}{n}$s, and $\sum_{i=1}^n ||x_i||^2_2 = ||\chi_0||^2_2$.
The distibution of where the random walk is after $k$ steps is $\left(d^{-1}A\right)^k\chi_0 = x_1 + \sum_{i=2}^n d^{-k}\lambda^k_ix_i$, where $\lambda_i$ is the eigenvalue of $x_i$.
Therefore, note the following: If the size of every eigenvalue but the 1st is significantly less than $d$ i.e., $\lambda_i \le (1-\epsilon)d$ for some $\epsilon \in \theta(1)$ for all $i =2,\ldots, n$, then $\left(d^{-1}A\right)^k\chi_0$ converges quickly with $k$ to the unique stationary distribution. If the graph is bipartite, then $\lambda_2$ is $-d$, and $\left(d^{-1}A\right)^k\chi_0$; $k$ even; converges to $x_1 + x_2$; while $\left(d^{-1}A\right)^k\chi_0$; $k$ odd; converges to $x_1 - x_2$.
Something to think about: What if $G$ is $d$-regular but not connected?