Damped random walks and the spectrum of the normalized laplacian on a graph.

Slides:



Advertisements
Similar presentations
The Rational Zero Theorem
Advertisements

4.4 Rational Root Theorem.
Notes 6.6 Fundamental Theorem of Algebra
Ch 7.6: Complex Eigenvalues
$100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300 $400 $500 $100 $200 $300.
Dr. Claude S. Moore Danville Community College
Rational Root Theorem.
1 Representing Graphs. 2 Adjacency Matrix Suppose we have a graph G with n nodes. The adjacency matrix is the n x n matrix A=[a ij ] with: a ij = 1 if.
Symmetric Matrices and Quadratic Forms
Expanders Eliyahu Kiperwasser. What is it? Expanders are graphs with no small cuts. The later gives several unique traits to such graph, such as: – High.
6.5 & 6.6 Theorems About Roots and the Fundamental Theorem of Algebra
Ramanujan Graphs of Every Degree Adam Marcus (Crisply, Yale) Daniel Spielman (Yale) Nikhil Srivastava (MSR India)
NUMERICAL METHODS WITH C++ PROGRAMMING
Section 3.4 Zeros of Polynomial Functions. The Rational Zero Theorem.
2.5 Descartes’ Rule of Signs To apply theorems about the zeros of polynomial functions To approximate zeros of polynomial functions.
Chapter Polynomials of Higher Degree. SAT Problem of the day.
The Rational Zero Theorem
The Fundamental Theorem of Algebra And Zeros of Polynomials
Principal Component Analysis Adapted by Paul Anderson from Tutorial by Doug Raiford.
Polynomial Functions Chapter 2 Part 1. Standard Form f(x)=ax 2 +bx+c Vertex Form f(x)=a(x-h) 2 +k Intercept Form f(x)=a(x-d)(x-e) y-int (0, c) let x =
Notes Over 6.7 Finding the Number of Solutions or Zeros
Review SYNTHETIC DIVISION to find roots of third degree characteristic polynomial Pamela Leutwyler.
Lesson 4-1 Polynomial Functions.
Chapter 8 With Question/Answer Animations 1. Chapter Summary Applications of Recurrence Relations Solving Linear Recurrence Relations Homogeneous Recurrence.
9.9 The Fundamental Theorem of Algebra
7.5.1 Zeros of Polynomial Functions
Finding Real Roots of Polynomial Equations
5.5 Theorems about Roots of Polynomial Equations P
Section 4.3 Zeros of Polynomials. Approximate the Zeros.
5 5.2 © 2012 Pearson Education, Inc. Eigenvalues and Eigenvectors THE CHARACTERISTIC EQUATION.
3.4 Zeros of Polynomial Functions. The Fundamental Theorem of Algebra If f(x) is a polynomial of degree n, where n>0, then f has at least one zero in.
1 Some Inequalities on Weighted Vertex Degrees, Eigenvalues, and Laplacian Eigenvalues of Weighted Graphs Behzad Torkian Dept. of Mathematical Sciences.
The Graphs of Polynomials
Copyright © 2011 Pearson Education, Inc. The Theory of Equations Section 3.3 Polynomial and Rational Functions.
Introduction Synthetic division, along with your knowledge of end behavior and turning points, can be used to identify the x-intercepts of a polynomial.
WARM-UP: 10/30/13 Find the standard form of the quadratic function. Identify the vertex and graph.
Boyce/DiPrima 9 th ed, Ch 7.6: Complex Eigenvalues Elementary Differential Equations and Boundary Value Problems, 9 th edition, by William E. Boyce and.
THE FUNDAMENTAL THEOREM OF ALGEBRA. Descartes’ Rule of Signs If f(x) is a polynomial function with real coefficients, then *The number of positive real.
The Original f(x)=x 3 -9x 2 +6x+16 State the leading coefficient and the last coefficient Record all factors of both coefficients According to the Fundamental.
Chapter 4: Polynomial and Rational Functions. Warm Up: List the possible rational roots of the equation. g(x) = 3x x 3 – 7x 2 – 64x – The.
Polynomials of Higher Degree 2-2. Polynomials and Their Graphs  Polynomials will always be continuous  Polynomials will always have smooth turns.
Graphing. Graph: y = - 3x NOTE: Here are some more like this: y = x y = 1.2 x y = 1/3 x y = 4 x THEY ALL HAVE A “x” and a “ y “ but NOTHING added or subtracted.
1 © 2010 Pearson Education, Inc. All rights reserved © 2010 Pearson Education, Inc. All rights reserved Chapter 3 Polynomial and Rational Functions.
Chapter 4: Polynomial and Rational Functions. Determine the roots of the polynomial 4-4 The Rational Root Theorem x 2 + 2x – 8 = 0.
7.5 Roots and Zeros Objectives: The student will be able to…
The Fundamental Theorem of Algebra It’s in Sec. 2.6a!!! Homework: p odd, all.
Chapter 3 Polynomial and Rational Functions Copyright © 2014, 2010, 2007 Pearson Education, Inc Zeros of Polynomial Functions.
Term 2 Week 7 Warm Ups. Warm Up 12/1/14 1.Identify all the real roots of the equation: 3x x 2 – 9x Identify whether the degree is odd or.
7.5 Roots and Zeros Objectives:
2.5 The Fundamental Theorem of Algebra. The Fundamental Theorem of Algebra The Fundamental Theorem of Algebra – If f(x) is a polynomial of degree n, where.
Functions. Objectives: Find x and y intercepts Identify increasing, decreasing, constant intervals Determine end behaviors.
Polynomial Functions. Polynomial is an expression that is either a real number, a variable, or a product of real numbers and variables with whole number.
Graph Theory Def: A graph is a set of vertices and edges G={V,E} Ex. V = {a,b,c,d,e} E = {ab,bd,ad,ed,ce,cd} Note: above is a purely mathematical definition.
Section 3.4 Zeros of Polynomial Functions. The Rational Zero Theorem.
Random Walk for Similarity Testing in Complex Networks
2.5 Zeros of Polynomial Functions
Real Zeros Intro - Chapter 4.2.
Rational Root and Complex Conjugates Theorem
5-5 Theorems About Roots of Polynomial Equations
f(x) =2x2 + 4x + 3 f(x) =2(x + 1) f(x) =2(x + 1)2 + 1
Today in Precalculus Go over homework Notes: Remainder
Solving Polynomial Equations
Symmetric Matrices and Quadratic Forms
Great Theoretical Ideas In Computer Science
Fundamental Theorem of Algebra
Boyce/DiPrima 10th ed, Ch 7.6: Complex Eigenvalues Elementary Differential Equations and Boundary Value Problems, 10th edition, by William E. Boyce and.
Chapter 4 – Polynomial and Rational Functions
Preview to 6.7: Graphs of Polynomial
Presentation transcript:

Damped random walks and the spectrum of the normalized laplacian on a graph

Let G be a weighted graph. 1 d(1) 1 d(1) e(1,2) e(1,2) e(3,0) e(3,0) 3 3

Matrix tree theorem -d(1) e(1,2) e(1,3) e(2,1) -d(2) e(2,3) = - e(3,1) e(3,2) -d(3) = T(G) e(i,j) = e(j,i) = weight of the branch ij. d(i) = (weighted) degree of node i.

-d(1)(1+λ) e(1,2)... e(1,n) e(2,1) -d(2)(1+λ)... e(2,n) = = e(n,1) e(n,2)... -d(n)(1+λ) Normalized eigenvalue equation : λ) = P( λ) =

Let G’ be the augmented graph 1 d(1) 1 d(1) e(1,2) λd(1) e(1,2) λd(1) λd(2) λd(2)

P(λ) = T(G’) P(λ) is the characteristic polynomial of a symmetric matrix, therefore the roots are all real. P(λ) is the characteristic polynomial of a symmetric matrix, therefore the roots are all real. The coefficients have the same sign, so the roots are less or equal to 0. The coefficients have the same sign, so the roots are less or equal to 0.

P(λ) = T(G’) = P(λ) = T(G’) = Σ| t | sign(t) = P(| λ |) E[sign(t)] Where, in the above expectation, the probability of getting tree t is equal to | t |/P(| λ |) The sign of t is (-1)^{# of branches incident on 0}.

Generating a random tree Start at any vertex. Start at any vertex. Do a random walk until every vertex has been visited. Do a random walk until every vertex has been visited. Add all branches along which first entries into some node have occurred. Add all branches along which first entries into some node have occurred.

Generating a random tree

Generating a random tree

Generating a random tree

Generating a random tree

Generating a random tree

Generating a random tree

Generating a random tree

Generating a random tree

Generating a random tree

p=λ/(λ-1) [λ is negative] The degree of 0 in a random tree of G’ = The degree of 0 in a random tree of G’ = The number of times a “p-damped” random walk starts on an unvisited node. The number of times a “p-damped” random walk starts on an unvisited node. Hence λ is a negative eigenvalue if and only if this number is equally likely to be even or odd.