GRAPH THEORY Flashcards

1
Q

A graph is

A

A set of lines, connecting points

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

A loop is

A

An arc with the same node on either end

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

Connected graph

A

Can slide from one node to any other

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

Simple graph

A

No loops or multiple arcs

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

Simply connected graph =

A

Both simple and connected

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

Complete graph

A

Every possible pair of nodes fulfilled

Kn = 1/2n(n-1)
n = number of nodes

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

A tree is a

A

Simply connected graph with minimum number of arcs - no cycles allowed

  • has n-1 arcs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Isomorphic graph

A

Graph bent and reshaped in a different form

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

T/F - if the graph is complete then there are no zeroes in the incidence matrix

A

False - leading diagonal is all 0

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

T/F - if the graph is simple than all the numbers in the incidence matrix all 0 or 1

A

True

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

T/F - If all the numbers in the incidence matrix are 0 or 1, then the graph is simple

A

True

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

T/F - the sum of numbers in the matrix is even

A

True - all the arcs counted twice

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

Difference between undirected graph and digraph incidence matrices

A

Undirected symmetrical about its leading diagonal

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