240 likes | 500 Views
10. POLYHEDRA AND NETWORKS. Konigsberg Bridge Problem. A. Start on any land mass Cross each bridge once and only once Can you do it?. B. D. C. Introduction to Graph Theory. A graph is any collection of Dots ( Vertices ) Arcs/Lines ( Edges ) that join the points.
E N D
Konigsberg Bridge Problem A • Start on any land mass • Cross each bridge once and • only once • Can you do it? B D C
Introduction to Graph Theory A graph is any collection of • Dots (Vertices) • Arcs/Lines (Edges) that join the points
Traversability • A network is said to be Traversable if you can draw it without removing your pen from the paper and without retracing the same arc twice. Are these Graphs Traversable?
What is the difference between the 3 graphs? No Yes Yes
To be traversable it must have 2 or 0 odd nodes In order to start and end at the same node the network must be Eularian (all nodes must be even). If exactly two nodes have odd order, the network is still traversable, but you start and end at different nodes (and the network is Semi-Eularian)
Traversability • A network is said to be Traversable if you can draw it without removing your pen from the paper and without retracing the same arc twice. It is Closed if you can start anywhere and finish at the start point. Are these Graphs Traversable? Are they closed? Yes Yes Yes Traversable? No Yes Yes Closed?
For each network, count the number of odd vertices and the number of even vertices, then complete the table.