Graph Theory & Its Formal Aspects: Lecture 3-4
Graph Theory & Its Formal Aspects: Lecture 3-4
Graph Theory & Its Formal Aspects: Lecture 3-4
Aspects
1
Lecture 3-
4
2
v
1
v
3 v
4
v
2
9
Wheel
graph
The graph (slide no. 15) contains 9 vertices of
1
6 which one is at the centre and the remaining
8 are on the circumference. The degree of
the vertex at the centre is 8 and the degree
of vertices on the circumference are 3 each.
This graph is called Wheel graph of order 9
denoted by W9.
In general, a wheel graph of order n is
denoted by Wn. In this graph, one vertex lies
at the centre of a circle (wheel) and n-1
vertices lie on the circumference; the degree
of the vertex at the centre is n-1, the degree
of the remaining vertices are 3 each and the
number of edges is 2(n-
17
Isolated vertex
A vertex in a graph, which is not an end vertex of any edge is
called an isolated vertex
Pendant vertex
A vertex of degree 1 is called a pendant vertex. An edge incident
on a pendant vertex is called a pendant edge.
Regular graph
A graph in which all the vertices are of the same degree is
called a regular graph.
Max VS min degree
1
8
For the graphs given below δ(G)=2,
Δ(G)=3.
v2
v1
v1 v3
v2 v4
v3 v4
A regular graph in which all vertices are of degree
k is called k-regular graph. Obviously for a k-regular
graph δ=Δ=k.
Complete
graph
1 A simple graph in which there is an edge between every
9 pair of vertices is called a complete graph (or full graph).
In other words, a complete graph is a simple graph in which
every pair of distinct vertices are adjacent. A complete graph
is denoted by Kn
No. of 1’s in A is X Y Z W
equal to no. of X
edges, row total Y
and col. gives the
Z
indegree and
W
outdegree, resp.
42
Connectivity of
digraphs
There are three types of connectivity in a directed
graph
G:
(i) G is strongly connected or strong if, for any pair of
vertices u and v in G, there is a path from u to v; and a
path from v to u, that is, each is reachable from the
other.
(ii) G is unilaterally connected or unilateral if, for any pair of
vertices u and v in G, there is a path from u to v or a path
from v to u, that is, one of them is reachable from the
other.
(iii) G is weakly connected or weak if there is a undirected
path between any pair of vertices u and v in G.
43
Digraphs and
relations
The relation R is reflexive if every node has
a loop.
The relations R is symmetric if arcs
are bidirectional.
The relation R is transitive if for any sequence
of consecutive arcs, there is a single arc from
the first to the last node.
Graphical Properties of Relations
Reflexive Symmetric
Transitive