1 / 18

5.4 Graph Models (part I – simple graphs)

5.4 Graph Models (part I – simple graphs). Graph is the tool for describing real-life situation. The process of using mathematical concept to solve real-life problems is called modeling. Example: Using graph to represent the picture of the seven bridges of Konigsberg.

bailey
Télécharger la présentation

5.4 Graph Models (part I – simple graphs)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 5.4 Graph Models(part I – simple graphs)

  2. Graph is the tool for describing real-life situation. • The process of using mathematical concept to solve real-life problems is called modeling

  3. Example: Using graph to represent the picture of the seven bridges of Konigsberg Vertices represent the banks and lands Edges represent the bridges

  4. Draw a graph to model this city More examples: (textbook, page 170: Bridges of Madison County)(www.coursecompass.com, #23, 25)

  5. 5.5 Euler’s Theorems

  6. Who is Leonhard Euler?

  7. Euler’s Theorem 1a) If a graph has any odd vertices, then it cannot have an Euler Circuit b) If a graph is connected and every vertex is an even vertex, then it has at least one Euler circuit

  8. Euler’s Theorem 2a) If a graph has more than two odd vertices then it cannot have an Euler path b) If a graph is connected and has exactly two odd vertices, then it has an Euler path, starting at one odd vertex and ending at the other.

  9. Determine if the graph has an Euler circuit, an Euler path or neither of these No, neither Yes, an Euler path Yes, an Euler circuit

  10. Euler’s Theorem 3a) The sum of the degrees of all the vertices of a graph equals twice the number of edges. b) A graph always has an even number of odd vertices

  11. 5.4 Graph Models(part II –graphs)

  12. Model for a security guard

  13. Model for the mail carrier

  14. Look at page 177: Models for security guard and mail carrier

  15. 5.6Fleury’s Algorithm

  16. Algorithm on finding an Euler’s path or circuit • Use a vertex to start (make sure you choose the odd vertex if the graph has an Euler path) • Do not go through any bridge of the un-traveled part of the graph unless it is the only way you can go

  17. A B C D F E 1 2 3 4 5 6 7 8

  18. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 27 26

More Related