Graph Theory: Module-4
Graph Theory: Module-4
4 vertices
Each vertex is connected to each other
by an edge without hitting each
other,hence it is planar
Planar Graph
Non-Planar Graph 8
A graph that cannot be drawn on a plane without a
crossover between its edges is called nonplanar.
9
Check k5 is planar or non-planar 10
graph
DIFFERENT REPRESENTATIONS
OF A PLANAR GRAPH
Region:
A regions/faces /meshes/windows is defined as16 the
area of the plane in the graph which is enclosed or
surrounded by edges and can not be subdivided
further.
A Plane graph divides the plane into regions(also
called windows, faces or meshes). A region is
characterised by the set of edges (or the set of
vertices) forming its boundary.
A planar graph divides the graph into one or more
regions, one of which is an infinite region. Finite and
infinite areas,
Finite Region 17
If the area of the region in the graph or any plane is
finite, then it is known as finite region.
The planar graph can have more than one finite
region.
Infinite Region
If the area of the region in the graph or any plane is
infinite, then it is known as infinite region.
The portion of the plane lying outside a graph
embedded in a plane.
The planar graph has only one infinite region.
The number of edges that form the boundary of a
region is called the degree of that region.
18
Find the degree of the 19
Regions
deg(R1) = 4 deg(R2) = 5
Consider the graph given below. Find 20
the name and number of finite and
infinite regions.
21
There are five regions present in the above graph r1, r2, r3, r4, r5.
Among the above five regions, r2, r3, r4, r5 are the finite region.
Whereas r1 is the infinite region.
Show That a graph of 22
K2,2 K2,3
V1={v1,v2} V1={v1,v2}
V2={v3,v4} V2={v3,v4,v5}
In the above figure the edges meet In the above figure the edges meet
only at the vertices only at the vertices
Find the region and 30
A C B
d(R1)=2
d(R2)= d(R4)=3
Boundary of Region R3 has 4 edges of which one is a
pendant vertex. d(R3)=5
The region R5 is bounded by a single edge loop
d(R5)=1
d(R6)=6
Sum of all degrees = 20
i.e twice the number of edges in the graph
53
deg(R1) = 4
deg(R2) = 6 (Pendant edge is counted twice)
56
57
58
d(R1)=3 59
d(R2)=5
d(R3)=3
d(R4)=7
Sum=18
= twice the number of edges
60
A connected planar graph G has 9 vertices 61
with degrees 2,2,3,3,3,4,5,6,6. Find the number
of regions
We have n=9,
By handshaking property we have
2m=sum of degrees of vertices
= 2+2+3+3+3+4+5+6+6
2m =34
OF GRAPHS
Matrix is a convenient and useful way of
representing a graph to a computer.
Adjacency Matrix
The most well-known approach to get information
about the given graph from operations on this matrix
is through its powers. The entries of the powers of the
matrix give information about paths in the given
graph.
The number of edge sequences of length k between
two vertices in a graph.
Theorem: Let us take, A be the connection matrix of a given
graph. Then the entries i, j of An counts n-steps walks from vertex
i to j.
Matrix power of 2 symmetric matrix X2 79
compute is also a 80
symmetric matrix, X3 is a symmetric
matrix.
INCIDENCE MATRIX 81
82