modeling with graph theory
play

Modeling with Graph Theory Presented by Dr. G.H.J. Lanel 15th May, - PowerPoint PPT Presentation

Modeling with Graph Theory Presented by Dr. G.H.J. Lanel 15th May, 2011 Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 1 / 19 Outline A Real World Problem 1 Introduction to Graph Theory 2 Definitions 3


  1. Modeling with Graph Theory Presented by Dr. G.H.J. Lanel 15th May, 2011 Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 1 / 19

  2. Outline A Real World Problem 1 Introduction to Graph Theory 2 Definitions 3 Modeling with Graphs 4 Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 2 / 19

  3. A Real World Problem Outline A Real World Problem 1 Introduction to Graph Theory 2 Definitions 3 Modeling with Graphs 4 Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 3 / 19

  4. A Real World Problem Example: Seven Bridges of Knigsberg The city of Knigsberg in Russia was set on both sides of the Pregel River, and included two large islands which were connected to each other and the mainland by seven bridges. Map of Knigsberg in Euler’s time (15 April, 1707 18 September, 1783) showing the actual layout of the seven bridges, highlighting the river Pregel and the bridges. Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 4 / 19

  5. A Real World Problem Example: Seven Bridges of Knigsberg The city of Knigsberg in Russia was set on both sides of the Pregel River, and included two large islands which were connected to each other and the mainland by seven bridges. Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 5 / 19

  6. A Real World Problem Example: Seven Bridges of Knigsberg The problem was to find a walk through the city that would cross each bridge once and only once . The islands could not be reached by any route other than the bridges, and every bridge must have been crossed completely every time; one could not walk halfway onto the bridge and then turn around and later cross the other half from the other side. The walk need not start and end at the same spot. Euler proved that the problem has no solution. Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 6 / 19

  7. A Real World Problem Example: Seven Bridges of Knigsberg The problem was to find a walk through the city that would cross each bridge once and only once . The islands could not be reached by any route other than the bridges, and every bridge must have been crossed completely every time; one could not walk halfway onto the bridge and then turn around and later cross the other half from the other side. The walk need not start and end at the same spot. Euler proved that the problem has no solution. Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 6 / 19

  8. A Real World Problem Example: Seven Bridges of Knigsberg The problem was to find a walk through the city that would cross each bridge once and only once . The islands could not be reached by any route other than the bridges, and every bridge must have been crossed completely every time; one could not walk halfway onto the bridge and then turn around and later cross the other half from the other side. The walk need not start and end at the same spot. Euler proved that the problem has no solution. Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 6 / 19

  9. A Real World Problem Example: Seven Bridges of Knigsberg The problem was to find a walk through the city that would cross each bridge once and only once . The islands could not be reached by any route other than the bridges, and every bridge must have been crossed completely every time; one could not walk halfway onto the bridge and then turn around and later cross the other half from the other side. The walk need not start and end at the same spot. Euler proved that the problem has no solution. Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 6 / 19

  10. A Real World Problem Example: Seven Bridges of Knigsberg The problem was to find a walk through the city that would cross each bridge once and only once . The islands could not be reached by any route other than the bridges, and every bridge must have been crossed completely every time; one could not walk halfway onto the bridge and then turn around and later cross the other half from the other side. The walk need not start and end at the same spot. Euler proved that the problem has no solution. Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 6 / 19

  11. Introduction to Graph Theory Outline A Real World Problem 1 Introduction to Graph Theory 2 Definitions 3 Modeling with Graphs 4 Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 7 / 19

  12. Introduction to Graph Theory Introduction Configurations of nodes and connections occur in a great diversity of applications. They may represent physical networks, such as electrical circuits, roadways, or organic molecules. And they are also used in representing less tangible interactions as might occur in ecosystems, sociological relationships, databases, or the flow of control in a computer program. Formally, such configurations are modeled by combinotorial structures called graphs , consiisting of two sets called vertices and edges and incidence relation between them. Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 8 / 19

  13. Introduction to Graph Theory Introduction Configurations of nodes and connections occur in a great diversity of applications. They may represent physical networks, such as electrical circuits, roadways, or organic molecules. And they are also used in representing less tangible interactions as might occur in ecosystems, sociological relationships, databases, or the flow of control in a computer program. Formally, such configurations are modeled by combinotorial structures called graphs , consiisting of two sets called vertices and edges and incidence relation between them. Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 8 / 19

  14. Introduction to Graph Theory Introduction Configurations of nodes and connections occur in a great diversity of applications. They may represent physical networks, such as electrical circuits, roadways, or organic molecules. And they are also used in representing less tangible interactions as might occur in ecosystems, sociological relationships, databases, or the flow of control in a computer program. Formally, such configurations are modeled by combinotorial structures called graphs , consiisting of two sets called vertices and edges and incidence relation between them. Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 8 / 19

  15. Introduction to Graph Theory Introduction Configurations of nodes and connections occur in a great diversity of applications. They may represent physical networks, such as electrical circuits, roadways, or organic molecules. And they are also used in representing less tangible interactions as might occur in ecosystems, sociological relationships, databases, or the flow of control in a computer program. Formally, such configurations are modeled by combinotorial structures called graphs , consiisting of two sets called vertices and edges and incidence relation between them. Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 8 / 19

  16. Definitions Outline A Real World Problem 1 Introduction to Graph Theory 2 Definitions 3 Modeling with Graphs 4 Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 9 / 19

  17. Definitions Graph A graph G = ( V , E ) is a mathematical structure consisting of two finite sets V aand E . The elements of V are called vertices (or nodes), and the elements of E are called edges. Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 10 / 19

  18. Definitions Graph A graph G = ( V , E ) is a mathematical structure consisting of two finite sets V aand E . The elements of V are called vertices (or nodes), and the elements of E are called edges. Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 10 / 19

  19. Definitions Example: A graph with four vertices and five edges In the graph, v 1 , v 2 , v 3 , v 4 are vertices, and e 1 , e 2 , e 3 , e 4 , e 5 are edges Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 11 / 19

  20. Definitions Example: A simple graph This graph is also called complete , since each vertex has an edge to every other vertex. Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 12 / 19

  21. Definitions Example: A simple graph This graph is also called complete , since each vertex has an edge to every other vertex. Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 12 / 19

  22. Definitions Example: General graphs A graph with a loop on vertex 1. Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 13 / 19

  23. Definitions Example: General graphs A multigraph with multiple edges (red) , and several loops (blue) . Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 14 / 19

  24. Modeling with Graphs Outline A Real World Problem 1 Introduction to Graph Theory 2 Definitions 3 Modeling with Graphs 4 Presented by Dr. G.H.J. Lanel (USJP) Modeling with Graph Theory 15th May, 2011 15 / 19

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend