SlideShare a Scribd company logo
1 of 34
Metric dimension of
Circular Graphs
By:
Ruwayya Almehrezi
Amna AE Abunamous
Mouza Alnaimi
1
Amnaae6@gmail.com
Outline:
• Introduction, Examples & Application
• Motivation & Definitions of Certain
Regular Graphs
• Main Results
• Conclusion
2
• A Graph G=(V(G), E(G)) consists of a non-
empty finite set V(G) of elements called the
vertices, and a finite set E(G) of distinct
unordered pairs of distinct elements of V(G)
called the edges of the graph G.
• A graph G is connected if and only if it cannot
be expressed as the disjoint union of two
graphs in an obvious way.
3
Connected graph
• The distance denoted by d(u,v)
between the two vertices u and v in a
graph G is the length of a shortest u − v
path in G.
• The diameter of a connected graph G
denoted by D is the maximum distance
between any pair of distinct vertices of
G.
D= max {d(x, y): x, y є V(G)}.
4
The distance and diameter
• Let W={w1, w2, w3,….., wk} be an ordered set of
vertices of a connected graph G.
• The (metric) representation r(v│W) (or distance
code) of the vertex v with respect to the set W is
list of k-tuples.
r(v│W)=(d(v,w1 ) , d(v,w2),….., d(v,wk)).
5
Resolving sets and location number
6
• The set W is called a Resolving Set or Locating Set is if
every vertex has distinct representation by with respect to
the set W.
• A resolving set of minimum cardinality is called a (metric)
basis for G and this cardinality is the metric dimension or
location number of G, denoted by dim(G) or loc(G).
• From above, it implies that in computing location number
of a graph, we are interested to know that to get the
distance code of each vertex distinct:
1. How many minimum number of vertices in set W we need
to choose.
2. The location for those chosen vertices is also crucial.
W={V1,V5 } not resolving
set.
W={V1,V2 } is a resolving
set.
7
Examples
A facility consists of five
rooms.
A graph model G of
five rooms with
dim(G)=2
8
Application in facility location problems
Motivation:
• Applications in Chemistry:
 A basic problem in chemistry is to provide
mathematical representations for a set of chemical
compounds in a way that gives distinct representations
to distinct compounds.
 The structure of a chemical compound can be
represented by a labeled graph whose vertex and edge
labels specify the atom and bond types, respectively.
9
10
• Networks systems:
 Graphs are used to model different kinds of networks such
as roads, and buildings.
 The metric dimension (location number) tells us to choose
the best location and minimum nodes in the networks in
order to install the sensors/fault detecting devises so that
in case of a fault in network, one needs to check only
minimum points and not the all nodes of networks.
 It is also helpful to determine the cost of expansion when
one needs to expands the existing network.
Path graph (Pn)
dim (G)=1 if & only if G ≅ Pn
11
Cycle graph (Cn)
dim (Cn)=2 for every positive integer n ≥ 3
12
Complete graph (Kn)
• dim (G)=n-1 if & only if G ≅ Kn
13
The Petersen graph (P)
dim (P) = 3
14
Definition :
V(Dn)=
E(Dn)=
│V(Dn)│=2n (Order of prism)
│E(Dn)│=3n (Size of prism)
It is a 3-regular graph. For n=4, it is isomorphic to the graph of 3-cube Q3(a
member of hypercube graphs Qn).
Main results
Prism Graphs (Circular ladder Dn)
15
ui , vi: 1 ≤ i ≤ n
uiui+1,ui-2ui-1, vi vi+1,………… 1 ≤ i ≤ n
16
The Prism D6 & D5
D5D6
Theorem :
dim ( Dn )=
2 ; n is odd
3 ; n is even
For every n ≥ 3 and n ∈ ℤ+
17
Proof :
The cycle u1u2………. un (Inner cycle)
v1v2…………vn (Outer cycle)
We can write n= 2k+1; The set W= {v1,vk+1} is a resolving
set.
dim (Dn) = 2
18
• When n is odd
Proof :
• When n is even
We can write n= 2k; The set W= {v1,v2,vk} is a
resolving set.
dim (Dn) ≤ 3
19
• To prove dim (Dn) ≥ 3, We use contradiction.
• Note the dim (Dn) ≠ 1 because Dn ≠ Pn
Suppose dim (Dn) = 2. We have the following possibilities.
 Both vertices are in the inner cycle. (always we get
contradiction)
20
 Both vertices are in outer cycle. (contradiction)
21
 One vertex in the outer cycle & other in inner
cycle. (Contradiction)
22
Definition :
V(An)=
E(An)=
We have │V(An)│=2n
│E(An)│=4n
It is a 4-regular graph.
The graphs of antiprism (An)
23
ui, vi : 1 ≤ i ≤ n
uiui+1,ui-2ui-1, vi vi+1,………… 1 ≤ i ≤ n
V2
U1
V1
V5
V4
V3U5
U4
U3
U2U6V6
V2
U1
V1
V5
V4
V3
U5
U4
U3
U2
24
The Antiprism A5 & A6
A5A6
Theorem :
dim (An)= 3
For every n ≥ 5 and n ∈ ℤ+
25
Proof :
• When n is even or odd; we can write n= 2k or n=2k+1
In either case, The set W= { v1,v2,vk+1} is a resolving set for An.
dim (An) = 3
26
Definition
The generalized Petersen graphs P(n, 2) form an important class of
3-regular graphs because of their interesting properties and being a
natural model for LAN (Local Area Network).
V(P(n, 2) ) = {ui, vi: 1 ≤ i ≤ n − 1}
E(P(n, 2) ) = {uiui+1, ui vi, vi vi+2 , ………… : 1 ≤ i ≤ n − 1}
│V(P(n,2))│=2n; │E (P(n,2))│=3n
• Note that The Petersen graph is a member of this class of graph
and using this notation, we write Petersen graphs P as P(5, 2) .
The generalized Petersen graphs P(n,2)
27
28
The generalized Petersen graphs P(5,2) & P(6,2)
P(6,2) P(5,2)
For the generalized Petersen graphs
P(n, 2)
for every positive integer n ≥ 5 and
n ∈ ℤ+
Theorem :
dim (P(n,2))= 3
29
Proof :
when n = 4k
W= { u1,u2,u3}
dim (P(n,2)) = 3
30
31
Proof :
when n = 4k+1
W= { u1,u2,v2k-1}
dim (P(n,2)) = 3
32
Proof :
when n = 4k+2
W= { u1,u2,u3}
dim (P(n,2)) = 3
33
Proof :
when n = 4k+3
W= { u1,u2,v3}
dim (P(n,2)) = 3
Conclusion:
• We have studied the location number of prism, antiprism and
generalized Petersen graph P(n,2) because these graphs are
most natural model for LAN (Local Area Network).
• It shows that the formulas for their location number do not
depend on order of these graphs.
• It shows that these graphs have constant location number. If
we want to expand these type of networks in future, we can do
it with minimum cost as no new fault detecting
devices/sensors will be needed to do so.
34

More Related Content

What's hot

Math induction principle (slides)
Math induction principle (slides)Math induction principle (slides)
Math induction principle (slides)IIUM
 
Complex Number I - Presentation
Complex Number I - PresentationComplex Number I - Presentation
Complex Number I - Presentationyhchung
 
Mathematical induction by Animesh Sarkar
Mathematical induction by Animesh SarkarMathematical induction by Animesh Sarkar
Mathematical induction by Animesh SarkarAnimesh Sarkar
 
Section 11: Normal Subgroups
Section 11: Normal SubgroupsSection 11: Normal Subgroups
Section 11: Normal SubgroupsKevin Johnson
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinantsKum Visal
 
A study on number theory and its applications
A study on number theory and its applicationsA study on number theory and its applications
A study on number theory and its applicationsItishree Dash
 
Graph Theory Introduction
Graph Theory IntroductionGraph Theory Introduction
Graph Theory IntroductionMANISH T I
 
Infinite sequences and series i
Infinite sequences and series iInfinite sequences and series i
Infinite sequences and series iEasyStudy3
 
Numerical integration
Numerical integrationNumerical integration
Numerical integrationMohammed_AQ
 
Partial Differential Equation - Notes
Partial Differential Equation - NotesPartial Differential Equation - Notes
Partial Differential Equation - NotesDr. Nirav Vyas
 
Group abstract algebra
Group  abstract algebraGroup  abstract algebra
Group abstract algebraNaliniSPatil
 
First order non-linear partial differential equation & its applications
First order non-linear partial differential equation & its applicationsFirst order non-linear partial differential equation & its applications
First order non-linear partial differential equation & its applicationsJayanshu Gundaniya
 
A brief introduction to finite difference method
A brief introduction to finite difference methodA brief introduction to finite difference method
A brief introduction to finite difference methodPrateek Jha
 

What's hot (20)

Math induction principle (slides)
Math induction principle (slides)Math induction principle (slides)
Math induction principle (slides)
 
Complex Number I - Presentation
Complex Number I - PresentationComplex Number I - Presentation
Complex Number I - Presentation
 
Graph theory
Graph theoryGraph theory
Graph theory
 
Mathematical induction by Animesh Sarkar
Mathematical induction by Animesh SarkarMathematical induction by Animesh Sarkar
Mathematical induction by Animesh Sarkar
 
Number theory lecture (part 1)
Number theory lecture (part 1)Number theory lecture (part 1)
Number theory lecture (part 1)
 
Section 11: Normal Subgroups
Section 11: Normal SubgroupsSection 11: Normal Subgroups
Section 11: Normal Subgroups
 
ABSTRACT ALGEBRA
ABSTRACT ALGEBRAABSTRACT ALGEBRA
ABSTRACT ALGEBRA
 
Arithmetic progression
Arithmetic progressionArithmetic progression
Arithmetic progression
 
Matrices and determinants
Matrices and determinantsMatrices and determinants
Matrices and determinants
 
A study on number theory and its applications
A study on number theory and its applicationsA study on number theory and its applications
A study on number theory and its applications
 
Graph Theory Introduction
Graph Theory IntroductionGraph Theory Introduction
Graph Theory Introduction
 
Graph theory
Graph theory Graph theory
Graph theory
 
Infinite sequences and series i
Infinite sequences and series iInfinite sequences and series i
Infinite sequences and series i
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
Partial Differential Equation - Notes
Partial Differential Equation - NotesPartial Differential Equation - Notes
Partial Differential Equation - Notes
 
Taylors series
Taylors series Taylors series
Taylors series
 
Group abstract algebra
Group  abstract algebraGroup  abstract algebra
Group abstract algebra
 
doc
docdoc
doc
 
First order non-linear partial differential equation & its applications
First order non-linear partial differential equation & its applicationsFirst order non-linear partial differential equation & its applications
First order non-linear partial differential equation & its applications
 
A brief introduction to finite difference method
A brief introduction to finite difference methodA brief introduction to finite difference method
A brief introduction to finite difference method
 

Similar to Metric dimesion of circulsnt graphs

Graph Theory,Graph Terminologies,Planar Graph & Graph Colouring
Graph Theory,Graph Terminologies,Planar Graph & Graph ColouringGraph Theory,Graph Terminologies,Planar Graph & Graph Colouring
Graph Theory,Graph Terminologies,Planar Graph & Graph ColouringSaurabh Kaushik
 
Graph theory concepts complex networks presents-rouhollah nabati
Graph theory concepts   complex networks presents-rouhollah nabatiGraph theory concepts   complex networks presents-rouhollah nabati
Graph theory concepts complex networks presents-rouhollah nabatinabati
 
ImageSegmentation (1).ppt
ImageSegmentation (1).pptImageSegmentation (1).ppt
ImageSegmentation (1).pptNoorUlHaq47
 
ImageSegmentation.ppt
ImageSegmentation.pptImageSegmentation.ppt
ImageSegmentation.pptAVUDAI1
 
ImageSegmentation.ppt
ImageSegmentation.pptImageSegmentation.ppt
ImageSegmentation.pptDEEPUKUMARR
 
DISTANCE TWO LABELING FOR MULTI-STOREY GRAPHS
DISTANCE TWO LABELING FOR MULTI-STOREY GRAPHSDISTANCE TWO LABELING FOR MULTI-STOREY GRAPHS
DISTANCE TWO LABELING FOR MULTI-STOREY GRAPHSgraphhoc
 
Randomized algorithms all pairs shortest path
Randomized algorithms  all pairs shortest pathRandomized algorithms  all pairs shortest path
Randomized algorithms all pairs shortest pathMohammad Akbarizadeh
 
parameterized complexity for graph Motif
parameterized complexity for graph Motifparameterized complexity for graph Motif
parameterized complexity for graph MotifAMR koura
 
Graph terminologies & special type graphs
Graph terminologies & special type graphsGraph terminologies & special type graphs
Graph terminologies & special type graphsNabeel Ahsen
 
New Classes of Odd Graceful Graphs - M. E. Abdel-Aal
New Classes of Odd Graceful Graphs - M. E. Abdel-AalNew Classes of Odd Graceful Graphs - M. E. Abdel-Aal
New Classes of Odd Graceful Graphs - M. E. Abdel-AalGiselleginaGloria
 
CS-102 Data Structure lectures on Graphs
CS-102 Data Structure lectures on GraphsCS-102 Data Structure lectures on Graphs
CS-102 Data Structure lectures on Graphsssuser034ce1
 
CS-102 Data Structure lectures on Graphs
CS-102 Data Structure lectures on GraphsCS-102 Data Structure lectures on Graphs
CS-102 Data Structure lectures on Graphsssuser034ce1
 
Magicness in Extended Duplicate Graphs
Magicness  in Extended Duplicate GraphsMagicness  in Extended Duplicate Graphs
Magicness in Extended Duplicate GraphsIRJET Journal
 

Similar to Metric dimesion of circulsnt graphs (20)

graph theory
graph theorygraph theory
graph theory
 
Graph Theory,Graph Terminologies,Planar Graph & Graph Colouring
Graph Theory,Graph Terminologies,Planar Graph & Graph ColouringGraph Theory,Graph Terminologies,Planar Graph & Graph Colouring
Graph Theory,Graph Terminologies,Planar Graph & Graph Colouring
 
Optimisation random graph presentation
Optimisation random graph presentationOptimisation random graph presentation
Optimisation random graph presentation
 
Graph theory concepts complex networks presents-rouhollah nabati
Graph theory concepts   complex networks presents-rouhollah nabatiGraph theory concepts   complex networks presents-rouhollah nabati
Graph theory concepts complex networks presents-rouhollah nabati
 
12_Graph.pptx
12_Graph.pptx12_Graph.pptx
12_Graph.pptx
 
Image segmentation
Image segmentationImage segmentation
Image segmentation
 
ImageSegmentation (1).ppt
ImageSegmentation (1).pptImageSegmentation (1).ppt
ImageSegmentation (1).ppt
 
ImageSegmentation.ppt
ImageSegmentation.pptImageSegmentation.ppt
ImageSegmentation.ppt
 
ImageSegmentation.ppt
ImageSegmentation.pptImageSegmentation.ppt
ImageSegmentation.ppt
 
Network Theory
Network TheoryNetwork Theory
Network Theory
 
DISTANCE TWO LABELING FOR MULTI-STOREY GRAPHS
DISTANCE TWO LABELING FOR MULTI-STOREY GRAPHSDISTANCE TWO LABELING FOR MULTI-STOREY GRAPHS
DISTANCE TWO LABELING FOR MULTI-STOREY GRAPHS
 
Randomized algorithms all pairs shortest path
Randomized algorithms  all pairs shortest pathRandomized algorithms  all pairs shortest path
Randomized algorithms all pairs shortest path
 
Graphs
GraphsGraphs
Graphs
 
parameterized complexity for graph Motif
parameterized complexity for graph Motifparameterized complexity for graph Motif
parameterized complexity for graph Motif
 
Unit ix graph
Unit   ix    graph Unit   ix    graph
Unit ix graph
 
Graph terminologies & special type graphs
Graph terminologies & special type graphsGraph terminologies & special type graphs
Graph terminologies & special type graphs
 
New Classes of Odd Graceful Graphs - M. E. Abdel-Aal
New Classes of Odd Graceful Graphs - M. E. Abdel-AalNew Classes of Odd Graceful Graphs - M. E. Abdel-Aal
New Classes of Odd Graceful Graphs - M. E. Abdel-Aal
 
CS-102 Data Structure lectures on Graphs
CS-102 Data Structure lectures on GraphsCS-102 Data Structure lectures on Graphs
CS-102 Data Structure lectures on Graphs
 
CS-102 Data Structure lectures on Graphs
CS-102 Data Structure lectures on GraphsCS-102 Data Structure lectures on Graphs
CS-102 Data Structure lectures on Graphs
 
Magicness in Extended Duplicate Graphs
Magicness  in Extended Duplicate GraphsMagicness  in Extended Duplicate Graphs
Magicness in Extended Duplicate Graphs
 

More from Amna Abunamous

Numerical expressions.
Numerical expressions.Numerical expressions.
Numerical expressions.Amna Abunamous
 
Addition and subtraction integers
Addition and subtraction integersAddition and subtraction integers
Addition and subtraction integersAmna Abunamous
 
5 3 write algebraic expressions
5 3 write algebraic expressions5 3 write algebraic expressions
5 3 write algebraic expressionsAmna Abunamous
 
( Percents greater than 100% and less than 1%
( Percents greater than 100% and less than 1%( Percents greater than 100% and less than 1%
( Percents greater than 100% and less than 1%Amna Abunamous
 
2.3 relate fractions ,decimals, and percents 2.4 find the pescents of a num...
2.3  relate fractions ,decimals, and percents 2.4  find the pescents of a num...2.3  relate fractions ,decimals, and percents 2.4  find the pescents of a num...
2.3 relate fractions ,decimals, and percents 2.4 find the pescents of a num...Amna Abunamous
 
2.6 find the whole and 3.1 divide multi digit whole numbers
2.6 find the whole and 3.1 divide multi digit whole numbers2.6 find the whole and 3.1 divide multi digit whole numbers
2.6 find the whole and 3.1 divide multi digit whole numbersAmna Abunamous
 
Lesson 3.2 compute with multi digit decimals
Lesson 3.2  compute with multi digit decimalsLesson 3.2  compute with multi digit decimals
Lesson 3.2 compute with multi digit decimalsAmna Abunamous
 
Divideing and multiply whole number by fractions
Divideing and multiply  whole number by fractionsDivideing and multiply  whole number by fractions
Divideing and multiply whole number by fractionsAmna Abunamous
 
Multiplymixed number fractions
Multiplymixed number fractions Multiplymixed number fractions
Multiplymixed number fractions Amna Abunamous
 
Geometric Terms ,Types Of Angles and Angle Relationships
Geometric Terms ,Types Of Angles and Angle RelationshipsGeometric Terms ,Types Of Angles and Angle Relationships
Geometric Terms ,Types Of Angles and Angle RelationshipsAmna Abunamous
 
معلومات عن الاعسر - الاشول
معلومات عن الاعسر - الاشول معلومات عن الاعسر - الاشول
معلومات عن الاعسر - الاشول Amna Abunamous
 

More from Amna Abunamous (14)

Opposites Numbers
Opposites NumbersOpposites Numbers
Opposites Numbers
 
Numerical expressions.
Numerical expressions.Numerical expressions.
Numerical expressions.
 
Addition and subtraction integers
Addition and subtraction integersAddition and subtraction integers
Addition and subtraction integers
 
5 3 write algebraic expressions
5 3 write algebraic expressions5 3 write algebraic expressions
5 3 write algebraic expressions
 
Solve ratio problems
Solve ratio problemsSolve ratio problems
Solve ratio problems
 
( Percents greater than 100% and less than 1%
( Percents greater than 100% and less than 1%( Percents greater than 100% and less than 1%
( Percents greater than 100% and less than 1%
 
2.3 relate fractions ,decimals, and percents 2.4 find the pescents of a num...
2.3  relate fractions ,decimals, and percents 2.4  find the pescents of a num...2.3  relate fractions ,decimals, and percents 2.4  find the pescents of a num...
2.3 relate fractions ,decimals, and percents 2.4 find the pescents of a num...
 
2.6 find the whole and 3.1 divide multi digit whole numbers
2.6 find the whole and 3.1 divide multi digit whole numbers2.6 find the whole and 3.1 divide multi digit whole numbers
2.6 find the whole and 3.1 divide multi digit whole numbers
 
Lesson 3.2 compute with multi digit decimals
Lesson 3.2  compute with multi digit decimalsLesson 3.2  compute with multi digit decimals
Lesson 3.2 compute with multi digit decimals
 
Fractions
FractionsFractions
Fractions
 
Divideing and multiply whole number by fractions
Divideing and multiply  whole number by fractionsDivideing and multiply  whole number by fractions
Divideing and multiply whole number by fractions
 
Multiplymixed number fractions
Multiplymixed number fractions Multiplymixed number fractions
Multiplymixed number fractions
 
Geometric Terms ,Types Of Angles and Angle Relationships
Geometric Terms ,Types Of Angles and Angle RelationshipsGeometric Terms ,Types Of Angles and Angle Relationships
Geometric Terms ,Types Of Angles and Angle Relationships
 
معلومات عن الاعسر - الاشول
معلومات عن الاعسر - الاشول معلومات عن الاعسر - الاشول
معلومات عن الاعسر - الاشول
 

Recently uploaded

A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfnehabiju2046
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​kaibalyasahoo82800
 
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...anilsa9823
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...Sérgio Sacani
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Patrick Diehl
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzohaibmir069
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...Sérgio Sacani
 
VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PPRINCE C P
 
NAVSEA PEO USC - Unmanned & Small Combatants 26Oct23.pdf
NAVSEA PEO USC - Unmanned & Small Combatants 26Oct23.pdfNAVSEA PEO USC - Unmanned & Small Combatants 26Oct23.pdf
NAVSEA PEO USC - Unmanned & Small Combatants 26Oct23.pdfWadeK3
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhousejana861314
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Lokesh Kothari
 
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCEPRINCE C P
 
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |aasikanpl
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxkessiyaTpeter
 
Work, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE PhysicsWork, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE Physicsvishikhakeshava1
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real timeSatoshi NAKAHIRA
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTSérgio Sacani
 

Recently uploaded (20)

A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdf
 
Nanoparticles synthesis and characterization​ ​
Nanoparticles synthesis and characterization​  ​Nanoparticles synthesis and characterization​  ​
Nanoparticles synthesis and characterization​ ​
 
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
Lucknow 💋 Russian Call Girls Lucknow Finest Escorts Service 8923113531 Availa...
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 
Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?Is RISC-V ready for HPC workload? Maybe?
Is RISC-V ready for HPC workload? Maybe?
 
zoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistanzoogeography of pakistan.pptx fauna of Pakistan
zoogeography of pakistan.pptx fauna of Pakistan
 
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
All-domain Anomaly Resolution Office U.S. Department of Defense (U) Case: “Eg...
 
VIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C PVIRUSES structure and classification ppt by Dr.Prince C P
VIRUSES structure and classification ppt by Dr.Prince C P
 
NAVSEA PEO USC - Unmanned & Small Combatants 26Oct23.pdf
NAVSEA PEO USC - Unmanned & Small Combatants 26Oct23.pdfNAVSEA PEO USC - Unmanned & Small Combatants 26Oct23.pdf
NAVSEA PEO USC - Unmanned & Small Combatants 26Oct23.pdf
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhouse
 
Engler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomyEngler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomy
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCESTERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
STERILITY TESTING OF PHARMACEUTICALS ppt by DR.C.P.PRINCE
 
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
 
Work, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE PhysicsWork, Energy and Power for class 10 ICSE Physics
Work, Energy and Power for class 10 ICSE Physics
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real time
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOST
 

Metric dimesion of circulsnt graphs

  • 1. Metric dimension of Circular Graphs By: Ruwayya Almehrezi Amna AE Abunamous Mouza Alnaimi 1 Amnaae6@gmail.com
  • 2. Outline: • Introduction, Examples & Application • Motivation & Definitions of Certain Regular Graphs • Main Results • Conclusion 2
  • 3. • A Graph G=(V(G), E(G)) consists of a non- empty finite set V(G) of elements called the vertices, and a finite set E(G) of distinct unordered pairs of distinct elements of V(G) called the edges of the graph G. • A graph G is connected if and only if it cannot be expressed as the disjoint union of two graphs in an obvious way. 3 Connected graph
  • 4. • The distance denoted by d(u,v) between the two vertices u and v in a graph G is the length of a shortest u − v path in G. • The diameter of a connected graph G denoted by D is the maximum distance between any pair of distinct vertices of G. D= max {d(x, y): x, y є V(G)}. 4 The distance and diameter
  • 5. • Let W={w1, w2, w3,….., wk} be an ordered set of vertices of a connected graph G. • The (metric) representation r(v│W) (or distance code) of the vertex v with respect to the set W is list of k-tuples. r(v│W)=(d(v,w1 ) , d(v,w2),….., d(v,wk)). 5 Resolving sets and location number
  • 6. 6 • The set W is called a Resolving Set or Locating Set is if every vertex has distinct representation by with respect to the set W. • A resolving set of minimum cardinality is called a (metric) basis for G and this cardinality is the metric dimension or location number of G, denoted by dim(G) or loc(G). • From above, it implies that in computing location number of a graph, we are interested to know that to get the distance code of each vertex distinct: 1. How many minimum number of vertices in set W we need to choose. 2. The location for those chosen vertices is also crucial.
  • 7. W={V1,V5 } not resolving set. W={V1,V2 } is a resolving set. 7 Examples
  • 8. A facility consists of five rooms. A graph model G of five rooms with dim(G)=2 8 Application in facility location problems
  • 9. Motivation: • Applications in Chemistry:  A basic problem in chemistry is to provide mathematical representations for a set of chemical compounds in a way that gives distinct representations to distinct compounds.  The structure of a chemical compound can be represented by a labeled graph whose vertex and edge labels specify the atom and bond types, respectively. 9
  • 10. 10 • Networks systems:  Graphs are used to model different kinds of networks such as roads, and buildings.  The metric dimension (location number) tells us to choose the best location and minimum nodes in the networks in order to install the sensors/fault detecting devises so that in case of a fault in network, one needs to check only minimum points and not the all nodes of networks.  It is also helpful to determine the cost of expansion when one needs to expands the existing network.
  • 11. Path graph (Pn) dim (G)=1 if & only if G ≅ Pn 11
  • 12. Cycle graph (Cn) dim (Cn)=2 for every positive integer n ≥ 3 12
  • 13. Complete graph (Kn) • dim (G)=n-1 if & only if G ≅ Kn 13
  • 14. The Petersen graph (P) dim (P) = 3 14
  • 15. Definition : V(Dn)= E(Dn)= │V(Dn)│=2n (Order of prism) │E(Dn)│=3n (Size of prism) It is a 3-regular graph. For n=4, it is isomorphic to the graph of 3-cube Q3(a member of hypercube graphs Qn). Main results Prism Graphs (Circular ladder Dn) 15 ui , vi: 1 ≤ i ≤ n uiui+1,ui-2ui-1, vi vi+1,………… 1 ≤ i ≤ n
  • 16. 16 The Prism D6 & D5 D5D6
  • 17. Theorem : dim ( Dn )= 2 ; n is odd 3 ; n is even For every n ≥ 3 and n ∈ ℤ+ 17
  • 18. Proof : The cycle u1u2………. un (Inner cycle) v1v2…………vn (Outer cycle) We can write n= 2k+1; The set W= {v1,vk+1} is a resolving set. dim (Dn) = 2 18 • When n is odd
  • 19. Proof : • When n is even We can write n= 2k; The set W= {v1,v2,vk} is a resolving set. dim (Dn) ≤ 3 19
  • 20. • To prove dim (Dn) ≥ 3, We use contradiction. • Note the dim (Dn) ≠ 1 because Dn ≠ Pn Suppose dim (Dn) = 2. We have the following possibilities.  Both vertices are in the inner cycle. (always we get contradiction) 20
  • 21.  Both vertices are in outer cycle. (contradiction) 21
  • 22.  One vertex in the outer cycle & other in inner cycle. (Contradiction) 22
  • 23. Definition : V(An)= E(An)= We have │V(An)│=2n │E(An)│=4n It is a 4-regular graph. The graphs of antiprism (An) 23 ui, vi : 1 ≤ i ≤ n uiui+1,ui-2ui-1, vi vi+1,………… 1 ≤ i ≤ n
  • 25. Theorem : dim (An)= 3 For every n ≥ 5 and n ∈ ℤ+ 25
  • 26. Proof : • When n is even or odd; we can write n= 2k or n=2k+1 In either case, The set W= { v1,v2,vk+1} is a resolving set for An. dim (An) = 3 26
  • 27. Definition The generalized Petersen graphs P(n, 2) form an important class of 3-regular graphs because of their interesting properties and being a natural model for LAN (Local Area Network). V(P(n, 2) ) = {ui, vi: 1 ≤ i ≤ n − 1} E(P(n, 2) ) = {uiui+1, ui vi, vi vi+2 , ………… : 1 ≤ i ≤ n − 1} │V(P(n,2))│=2n; │E (P(n,2))│=3n • Note that The Petersen graph is a member of this class of graph and using this notation, we write Petersen graphs P as P(5, 2) . The generalized Petersen graphs P(n,2) 27
  • 28. 28 The generalized Petersen graphs P(5,2) & P(6,2) P(6,2) P(5,2)
  • 29. For the generalized Petersen graphs P(n, 2) for every positive integer n ≥ 5 and n ∈ ℤ+ Theorem : dim (P(n,2))= 3 29
  • 30. Proof : when n = 4k W= { u1,u2,u3} dim (P(n,2)) = 3 30
  • 31. 31 Proof : when n = 4k+1 W= { u1,u2,v2k-1} dim (P(n,2)) = 3
  • 32. 32 Proof : when n = 4k+2 W= { u1,u2,u3} dim (P(n,2)) = 3
  • 33. 33 Proof : when n = 4k+3 W= { u1,u2,v3} dim (P(n,2)) = 3
  • 34. Conclusion: • We have studied the location number of prism, antiprism and generalized Petersen graph P(n,2) because these graphs are most natural model for LAN (Local Area Network). • It shows that the formulas for their location number do not depend on order of these graphs. • It shows that these graphs have constant location number. If we want to expand these type of networks in future, we can do it with minimum cost as no new fault detecting devices/sensors will be needed to do so. 34