Chapter 6 Section 1 MA1020 Quantitative Literacy Sidney Butler - - PowerPoint PPT Presentation

chapter 6 section 1
SMART_READER_LITE
LIVE PREVIEW

Chapter 6 Section 1 MA1020 Quantitative Literacy Sidney Butler - - PowerPoint PPT Presentation

Chapter 6 Section 1 MA1020 Quantitative Literacy Sidney Butler Michigan Technological University November 27, 2006 S Butler (Michigan Tech) Chapter 6 Section 1 November 27, 2006 1 / 8 K onigsberg Bridge Problem S Butler (Michigan Tech)


slide-1
SLIDE 1

Chapter 6 Section 1

MA1020 Quantitative Literacy Sidney Butler

Michigan Technological University

November 27, 2006

S Butler (Michigan Tech) Chapter 6 Section 1 November 27, 2006 1 / 8

slide-2
SLIDE 2

  • nigsberg Bridge Problem

S Butler (Michigan Tech) Chapter 6 Section 1 November 27, 2006 2 / 8

slide-3
SLIDE 3

Introduction

Euler Circuit Problems Graph Theory Graph Vertices Edges Loop Adjacent Vertices

S Butler (Michigan Tech) Chapter 6 Section 1 November 27, 2006 3 / 8

slide-4
SLIDE 4

Degree

Definition The degree of a vertex in a graph is the total number of edges at that

  • vertex. If a loop connects a vertex to itself, the degree of that vertex is 2.

Theorem (Relationship Between Edges and Sum of Degrees in a Graph.) If d is the sum of the degrees of all the vertices in a graph and e is the number of edges in a graph, then d = 2e.

S Butler (Michigan Tech) Chapter 6 Section 1 November 27, 2006 4 / 8

slide-5
SLIDE 5

Paths & Circuits

Path Circuit Euler Path Euler Circuit

S Butler (Michigan Tech) Chapter 6 Section 1 November 27, 2006 5 / 8

slide-6
SLIDE 6

Connected Graphs

Connected Disconnected Components

S Butler (Michigan Tech) Chapter 6 Section 1 November 27, 2006 6 / 8

slide-7
SLIDE 7

Two Theorems

Theorem Any graph must have an even number of vertices of odd degree. Theorem (Euler’s Theorem.) For a connected graph:

1 If the graph has no vertices of odd degree, then it has at least one

Euler circuit (which is also an Euler path), and if a graph has an Euler circuit, then it has no vertices of odd degree.

2 If the graph has exactly two vertices of odd degree, then it has at

least one Euler path but does not have an Euler circuit. An Euler path in the graph must start at one of the two vertices of odd degree and end at the other.

3 If the graph has four, six, eight, or larger even number of vertices

with an odd degree, then it does not have an Euler path.

S Butler (Michigan Tech) Chapter 6 Section 1 November 27, 2006 7 / 8

slide-8
SLIDE 8

Fleur’s Algorithm for Finding An Euler Circuit or Euler Path

1 Make a copy of the original graph and label it “unnumbered edges.” Make a

second copy of the vertices without the edges of the original graph and label it “numbered edges.”

2 Choose any vertex of the original graph with unnumbered edges and

highlight it as a selected vertex.

3 Consider all edges connected to the selected vertex. Remove one edge. Give

it the next number (starting with 1) and shift it to the graph with numbered

  • edges. Do not choose an edge that leaves behind a disconnected graph (that

is, do not remove a bridge), unless the only edge attached to the selected vertex is a bridge. Give the shifted edge a number to keep track of the order in which the path is being constructed.

4 If the edge removed was the last remaining edge in the whole graph with

unnumbered edges go to step six.

5 If the edge you removed was not the last remaining edge, highlight the

vertex on the other end of the removed edge as the new selected vertex. Repeat step 3.

S Butler (Michigan Tech) Chapter 6 Section 1 November 27, 2006 8 / 8