html5-img
1 / 22

Quiz 5 due tomorrow afternoon in E309 from 1pm to 4pm.

Quiz 5 due tomorrow afternoon in E309 from 1pm to 4pm. Homework grades will be based on ten graded homework assignments (dropping the lowest one). Final Exam will be on Thursday April 30, 12:30pm to 2:30pm.

bijan
Download Presentation

Quiz 5 due tomorrow afternoon in E309 from 1pm to 4pm.

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. Quiz 5 due tomorrow afternoon in E309 from 1pm to 4pm. • Homework grades will be based on ten graded homework assignments (dropping the lowest one). • Final Exam will be on Thursday April 30, 12:30pm to 2:30pm. • Review problems (for the final) will be available before Saturday evening (Check the News and Announcements) • Office hour cancelled this afternoon.

  2. Path and Connectivity (9.4 and 9.5)

  3. Not a connected graph because there is no path between v1 and v7.

  4. Proof: Because the graph is connected, there is a path between u and v. Throw out multiple edges to make the path simple.

  5. No cut edge or cut vertex

  6. In G1 and G2, every edge is a cut edge. In the union, no edge is a cut edge. The vertex e is a cut vertex in all graphs.

  7. Mr is the r-th power of M (using matrix multiplication).

  8. a b a b a b e e c d d c c d e An Euler circuit in a graph G is a simple circuit containing every edge of G. An Euler path in G is a simple path containing every edge of G.

  9. a b a b a b e e c d d c c d e There are Euler circuits. For example, a, e, d, c, b, a. No Euler circuit. No Euler circuit but has Euler paths. a, c, d, a b, d, e, b

  10. Konigsberg Bridge Problem Konigsberg is a city (in Prussia) with 7 bridges. The problem was to find a walk through the city that would cross each bridge once and only once.

  11. Problem: Find an Euler path or circuit in this graph.

  12. Theorem: A connected multigraph with at least two vertices has an Euler circuit if and only if each of its vertices has even degree. Theorem: A connected multigraph has an Euler path but not an Euler circuit if and only if its has exactly two vertices of odd degree.

  13. a b a b a b e e c d d c c d e

  14. Theorem: A connected multigraph with at least two vertices has an Euler circuit if and only if each of its vertices has even degree. Theorem: A connected multigraph has an Euler path but not an Euler circuit if and only if its has exactly two vertices of odd degree. Proofs are on Page 635 in the textbook. Necessary Condition: If G has Euler circuit, then every vertex has even degree. Sufficient Condition: Reading assignment.

  15. Suppose there is an Euler circuit Starting vertex any other vertex first edge last edge One edge in and one edge out. All vertices have even degree.

  16. Starting vertex Ending vertex any other vertex first edge last edge Suppose there is an Euler path One edge in and one edge out. All vertices except two have even degree.

  17. That’s all Folks ! Have a great summer !!

More Related