Week 7 Paths Flashcards

1
Q

Path

A

Let G = (V, E, ε) be a finite graph. A path in G (of combinatorial length n ≥ 0) is a finite sequence of vertices
{v_i}^n _i=0 and a finite sequence of edges {e_j}^n _j=1 such that
ε(e_j ) = {v_j−1, v_j }for each j = 1, . . . , n. We say that the path begins at vertex v_0 and ends at vertex v_n (or is a path
from v_0 to v_n).

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

Cycle / circuit

A

A cycle (or circuit) is a path that begins and ends at the same
vertex.

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

Connected

A

We say that a graph G is connected if for every pair of
distinct vertices u ≠ v there is a path in G from u to v.

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

Connected component

A

Let G = (V, E, ε) be a graph and let v ∈V . The
connected component of v in G, denoted G^(v), is the
subgraph of G whose vertex set is the set of vertices that
can be reached by a path from v and whose edge set is the
set of edges incident on these vertices.

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

What function is a generating function for the number of paths of length n between any two vertices

A

(I−tA)^−1

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