Chapter 1 - MAT668 - Students Handout
Chapter 1 - MAT668 - Students Handout
1
19/3/2023
2
19/3/2023
3
19/3/2023
Graph?
4
19/3/2023
10
5
19/3/2023
CHAPTERS
1. Definitions and Fundamental Concepts
Basic definitions, operations, properties and proof styles.
Traversability Problems in Graphs
5. Graph Colouring
Colour theorems, vertex and edge colouring problems, and colouring applied to assignment and
scheduling problems.
6. Planar Graphs
Characterization of planar graphs, properties, parameters and testing of planarity, embeddings and
Euler's formula
(theorem), plane duality (dual graphs) and graphs of polyhedral,.
Applications and algorithms.
11
CHAPTER 1.
Definitions and Fundamental Concepts
12
6
19/3/2023
13
14
7
19/3/2023
15
Definition 2
16
8
19/3/2023
17
18
9
19/3/2023
Definition 3
Definition 4
Definition 5
Definition 6
19
20
10
19/3/2023
21
Theorem 1
Example 5
22
11
19/3/2023
Theorem 2
Example 6
23
ANSWER:
Tutorial 1 Q1(c) – LHS 2m = 2(10) = 20
24
12
19/3/2023
Directed Graph
Definition 7
Definition 8
Theorem 3
25
Example 7
26
13
19/3/2023
27
ANSWER:
Tutorial 1 Q1(d-i) – 5
Min deg. 1
28
14
19/3/2023
3. Graph Representations
Adjacency
list
29
Adjacency
Matrix
30
15
19/3/2023
31
32
16
19/3/2023
33
ANSWER:
Tutorial 1 Q1(a-ii) – No since (i) loop at vertex B, and (ii) two edges between A-C.
Tutorial Q2(a) – Yes since contains multiples edges between two vertices and has loops.
a b c d e
Tutorial Q2(f) – a 1 1 0 0 1
b 1 0 0 0 0
c 0 1 0 1 0
d 0 1 1 0 0
e 1 0 0 0 1
34
17
19/3/2023
Incidence Matrix
35
36
18
19/3/2023
37
38
19
19/3/2023
4. Isomorphism
39
40
20
19/3/2023
41
42
21
19/3/2023
43
44
22
19/3/2023
45
ANSWER:
Tutorial 1 Q1(e) – Yes; Q2(e) – Yes
Jan 2019 Q2(c) – No; Dec 2019 Q2(c) – Yes
46
23
19/3/2023
5. Types of Graphs
Null graph
47
Complete graph
48
24
19/3/2023
49
Regular graph
50
25
19/3/2023
Platonic graphs
51
k-Cubes
52
26
19/3/2023
Bipartite
53
Complete Bipartite
54
27
19/3/2023
55
Subgraphs
56
28
19/3/2023
57
Edge contractions
58
29
19/3/2023
Unions
Examples
59
Complement
60
30
19/3/2023
61
Example
62
31
19/3/2023
Example
63
ANSWER:
Tutorial 1 Q1(d-ii) – Yes; 1→2→6; 1→4→2→6.
Tutorial Q2(d) – E→B→C→B is not directed path as no edge between E-B.
Tutorial Q2(g) – c→e; c→d→b→e; c→a→e; c→d→b→a→e (or any reasonable answers)
64
32
19/3/2023
8. Eulerian Graph
65
Example
66
33
19/3/2023
9. Hamiltonian Graph
67
68
34
19/3/2023
ANSWER:
Tutorial 1 Q1(b) – Graph A(i); Graph B(iv)
69
70
35
19/3/2023
71
Example
Find the distance matrix for the given weighted graph.
72
36