Linear Algebra Stuff Flashcards

1
Q

Sum of eigenvalues are equal to the sum of the diagonals

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Adj matrix is:

A

PxP matrix, where entry is 1 if i,j connected. So first row is v.0, with 1s in the columns where it is conn. to those vertices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

permutation matrix:

A

is a matrix with single 1’s in each column and each row

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

For 2 labellings giving A, A’ adj. matrices,

A

A = P^T A’ P (p permutes onto A, P unpermutes)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Thm/ Let V(G) = {v.1,v.2,…v.p}. The (i, j)th entry of A^n is the number of v.i-v.j walks of length n

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Defn/ Diameter d(G) is

A

is a maximum value of d(v.i,v.j), i.e. the longest shortest-path

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Thm/ If G connected, K = # of distinct eigenvalues of A, K >=d(G)

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Defn/ the min. polynomial P of a matrix is smallist poly s.t. P(A) = 0

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Lemma/ Let A be adj. matrix. If d(v.i, v.j) = m for any i,j, then I, A, A^2,…A^m are linearly independent

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Thm/ L = D-A has the following properties (D is 1 along diagonals),

A
  1. If G has components G,…,G.n then,
    entry u.j,^(k) is 1 if v.j in G.k
  2. For u in Reals^P, Lu*u = (1/2)[v.iv.j]SUM(u.i-u.j)^2
  3. Other eigenvalues of L are positive
  4. [i=1,..p]SUM(lambda.i) = 2q
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Thm/ (Spanning Tree) The number of spanning trees in a graph is (lam.1lam.2…*lam.p-1)/p, where graph Laplacian has pos eigenvals

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is the google pageRank weighting?

A

You get a matrix M where each row i is a vert, and each col entry is nonzero if that other vert v.j points into v.i, specifically it is 1/n.j, so 1 divided by the outdegree of v.j pointing into v.i.
Then, the largest eigenvalue’s eigenvec scaled to sum to 1 is the page ranking.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

If M positive, stochastic, then the dim(V.1) = 1, where V.1 is eigenspace spanned by eigenvectors with eigenval 1, aka there’s only 1 of them

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Defn/ a matrix is stochastic or substochastic IF,

A

stochastic - if entries are non-negative and col. sum to 1,
substoch. if non negative, col sums to less than 1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

How to find eigenvalues of a matrix:

A

Det|A-lambda*I|=0, solve for lambda.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly