Definitions Flashcards

1
Q

Simple Graph

A

A simple graph is an ordered pair G = (V,E), where V is a non empty finite set called the set of vertices of G and E is a set of unordered pairs of V called edges

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

Adjacent

A

If {x,y} € E then x and y are called adjacent and are incident with the edge {x,y}

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

Complete Graph

A

A complete graph of n vertices denoted K_n, is a graph such that every pair of vertices is connected with an edge.

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

Empty Graph

A

The empty graph on n vertices denoted E_n is a graph with n vertices and no edges

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

Subgraph

A

G’=(V’,E’) is a subgraph of G=(V,E) iff V’ C= V and E’ C=E

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

Spanned Subgraph

A

G’=(V’,E’) is a spanned subgraph of G=(V,E) iff it is a subgraph of G for all x,y € V’, {x,y} € E implies {x,y} € E’

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

Isomorphic

A

The graphs G and G’ are isomorphic iff there exists a function ø: V U E -> V’ U E’ such that ø gives a bijection between V and V’ and between E and E’ and furthermore for any edge {x,y} € E, ø({x,y}) = {ø(x),ø(y)}

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

Order of a graph

A

The order of a graph, G=(V,E) is |V|, the number of vertices

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

Size of a graph

A

The size of a graph G=(V,E) is |E|, the number of edges

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

Degree of a vertex

A

The degree of a vertex x € V, denoted d(x), is the number of edges incident with it

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

Walk

A

A walk is an alternating sequence of vertices and edges. x0e1x1e2….enxn such that x0….xn are vertices and e1…en are edges where ei connects xi-1 and xi

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

Path

A

A path is a walk with unique vertices

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

Cycle

A

A cycle is a closed walk with no repeated vertices other than the x0 = xn

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

The relation ~ on V by x~y

A

Let G=(V,E) be a graph. Define the relation ~ on V by x~y iff there exists a path beginning at x which ends at y

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

Connected

A

G is called connected iff it has one connected component

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

Tree

A

A graph G is a tree iff it is connected and contains no cycles

17
Q

Forest

A

G is a forest iff it contains no cycles

18
Q

Spanning Tree

A

A spanning tree of G is a is a subgraph of G which is a tree and contains all the vertices of G

19
Q

Weight of a subgraph T

A

The weight of a subgraph T is w(t) = (mult.)_e€E(T) 1/R_e For an edge xy, N(x,y) = (Sum.)_T w(T)

20
Q

Flow or feasible flow

A

A flow is a function f: E(G)->Re_>=0 such that 0<=f(x,y)<=c(x,y) for every edge xy and every vertex x except for s and t we have (Sum.)_xy€E(G) f(x,y) = (Sum.)_yx€E(G) f(y,x)

21
Q

Value of a flow

A

The value of a flow f is v(f)=(Sum.)_sy€E(G) f(s,y) - (Sum.)_ys€E(G) f(y,s)

22
Q

Kirchoffs 1st Law

A

Let x be a vertex other than s or t, then SUM I_xy = 0 for y adjacent to x

23
Q

Kirchoffs 2nd Law

A

Let x0x1…xn be a cycle then, SUM R_(xi-1,xi) I_(xi-1,xi) = 0 If x0=s and xn=t then the summation is equal to U, the potential difference between s and t

24
Q

Ordinary Power Function

A

The ordinary power series generating function of a sequence {an}∞n=0 is the formal power series f(x) = (SUM_0^∞) a_n x^n. Notation: f(x) ←ops→ {an}∞n=0

25
Q

Exponential Generating Function

A

The ordinary power series generating function of a sequence {an}∞n=0 is the formal power series f(x) = (SUM_0^∞) (a_n x^n)/n! . Notation: f(x) ←egf→ {an}∞n=0

26
Q

Matrix Tree Theorem

A

Let G be a graph with vertices labelled x1, x2, . . . , xn. Let = { d(xi) if i = j, aij = { −1 if i != j and xi,xj is an edge of G, = { 0 if i != j and xi,xj is not an edge G, and let A be the n × n matrix whose ij entry is aij . (a) The number of spanning trees of G is the modulus of any (n−1)×(n−1)minor of A.

27
Q

Describe the method of spanning trees used to calculate the currents in the edges of G

A

.