Introduction to Spectral Graph Theory: Eigenvalues & Eigenvectors of Symmetric Real Matrix, Study notes of Mathematics

An introduction to the concept of eigenvalues and eigenvectors of a symmetric real matrix in the context of spectral graph theory. It explains how to find eigenvalues and eigenvectors, their relationship with the characteristic polynomial, and the orthogonal properties of eigenvectors. The document also includes an example of finding eigenvalues and eigenvectors for a specific matrix.

Typology: Study notes

Pre 2010

Uploaded on 10/01/2009

koofers-user-wlk
koofers-user-wlk 🇺🇸

5

(1)

10 documents

1 / 3

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Math 778S Spectral Graph Theory
Handout #1: Basic linear algebra
Let Abe an n×n-matrix. If there exists a non-zero column vector αand a
number λsatisfying
=λα,
we say λis an eigenvalue of Aand αis an eigenvector of Acorresponding to the
eigenvalue λ. For any c6= 0, is also an eigenvector of A. We can normalize
it so that αbecomes a unit vector. Note that αand λis NOT necessary to be
real even if Ais a real matrix.
All eigenvalues λ12, . . . , λnare the root of the characteristic polynomial
det(λI A) =
n
Y
i=1
(λλi).
By comparing the coefficient, we have
n
Y
i=1
λi= det(A)
n
X
i=1
λi= tr(A).
Here tr(A) = Pi=1 aii is called the trace of a matrix.
Let f(x) be any polynomial of x. It is easy to check that
f(A)α=f(λ)α.
In conclusion, f(A) has eigenvalues f(λ1), f(λ2), . . . , f (λn). In particular, we
have n
X
i=1
λk
i= tr(Ak).
From now on, we assume Ais a symmetric real matrix (i.e., A0=A). Then
all eigenvalues are real and all eigenvectors can be made into an orthogonal
base. Two eigenvectors corresponding to the distinct eigenvalues are always or-
thogonal to each other. Two eigenvectors corresponding to the same eigenvalue
is not always orthogonal to each other.
A matrix Ois orthogonal if O0=O1. There exists an orthogonal matrix
Osatisfying
AO =OΛ.
Here Λ is a diagonal matrix with diagonal entries λ1,λ2, . . . , λn. Let αibe the
i-th column of O. Then αiis the eigenvector corresponding to λi. I.e.,
i=λiαi.
1
pf3

Partial preview of the text

Download Introduction to Spectral Graph Theory: Eigenvalues & Eigenvectors of Symmetric Real Matrix and more Study notes Mathematics in PDF only on Docsity!

Math 778S Spectral Graph Theory

Handout #1: Basic linear algebra

Let A be an n × n-matrix. If there exists a non-zero column vector α and a number λ satisfying Aα = λα, we say λ is an eigenvalue of A and α is an eigenvector of A corresponding to the eigenvalue λ. For any c 6 = 0, cα is also an eigenvector of A. We can normalize it so that α becomes a unit vector. Note that α and λ is NOT necessary to be real even if A is a real matrix. All eigenvalues λ 1 , λ 2 ,... , λn are the root of the characteristic polynomial

det(λI − A) =

∏^ n i=

(λ − λi).

By comparing the coefficient, we have

∏^ n i=

λi = det(A) ∑^ n i=

λi = tr(A).

Here tr(A) = ∑ i=1 aii is called the trace of a matrix. Let f (x) be any polynomial of x. It is easy to check that f (A)α = f (λ)α.

In conclusion, f (A) has eigenvalues f (λ 1 ), f (λ 2 ),... , f (λn). In particular, we have (^) ∑n

i=

λki = tr(Ak). From now on, we assume A is a symmetric real matrix (i.e., A′^ = A). Then all eigenvalues are real and all eigenvectors can be made into an orthogonal base. Two eigenvectors corresponding to the distinct eigenvalues are always or- thogonal to each other. Two eigenvectors corresponding to the same eigenvalue is not always orthogonal to each other. A matrix O is orthogonal if O′^ = O−^1. There exists an orthogonal matrix O satisfying AO = OΛ. Here Λ is a diagonal matrix with diagonal entries λ 1 , λ 2 ,... , λn. Let αi be the i-th column of O. Then αi is the eigenvector corresponding to λi. I.e.,

Aαi = λiαi.

Example 1: Find all eigenvalues and eigenvectors of

A =

Solution:

det(λI − A) = det

λ − 1 0 − 1 λ − 1 0 − 1 λ

= λ^3 − 2 λ = λ(λ −

2)(λ +

Thus, A has three distinct eigenvalues √ 2 , 0 , −√2. To find an eigenvector for λ 1 = √2, we solve  

x y z

We have y = √ 2 x and y = √ 2 z. This system of linear equations has infinitely many solutions of form

c

√^1

Up to a sign, we get a unit eigenvector

α 1 =

√^12 22 (^12)

To find an eigenvector for λ 1 = 0, we solve  

x y z

We have y = 0 and x + z = 0. This system of linear equations has infinitely many solutions of form

c

Up to a sign, we get a unit eigenvector

α 2 =

√ 2 (^20) − √ 2 2