Take a Tour with Euler Elementary Graph Theory – Euler Circuits and Hamiltonian Circuits Amro Mosaad – Middlesex County Academy.

Slides:



Advertisements
Similar presentations
CSE 211 Discrete Mathematics
Advertisements

Chapter 8 Topics in Graph Theory
22C:19 Discrete Math Graphs Fall 2010 Sukumar Ghosh.
Introduction to Graph Theory Instructor: Dr. Chaudhary Department of Computer Science Millersville University Reading Assignment Chapter 1.
22C:19 Discrete Math Graphs Fall 2014 Sukumar Ghosh.
1 Lecture 5 (part 2) Graphs II Euler and Hamiltonian Path / Circuit Reading: Epp Chp 11.2, 11.3.
Lecture 21 Paths and Circuits CSCI – 1900 Mathematics for Computer Science Fall 2014 Bill Pine.
Section 14.1 Intro to Graph Theory. Beginnings of Graph Theory Euler’s Konigsberg Bridge Problem (18 th c.)  Can one walk through town and cross all.
AMDM UNIT 7: Networks and Graphs
BY: MIKE BASHAM, Math in Scheduling. The Bridges of Konigsberg.
Koenigsberg bridge problem It is the Pregel River divided Koenigsberg into four distinct sections. Seven bridges connected the four portions of Koenigsberg.
Graph Theory. What is Graph Theory? This is the study of structures called ‘graphs’. These graphs are simply a collection of points called ‘vertices’
Graphs and Trees This handout: Eulerian Cycles: Sufficiency of the condition Hamiltonian tour.
IEOR266 © Classification of MCNF problems.
Approximation Algorithms for the Traveling Salesperson Problem.
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 5,Wednesday, September 10.
Graphs. Graph A “graph” is a collection of “nodes” that are connected to each other Graph Theory: This novel way of solving problems was invented by a.
Euler and Hamilton Paths
Graphs and Euler cycles Let Maths take you Further…
Finding The Total Number Of Hamilton Circuits. The Traveling Salesman Problem is one of the most intensely studied problems in computational mathematics.
Euler Paths and Circuits. The original problem A resident of Konigsberg wrote to Leonard Euler saying that a popular pastime for couples was to try.
The Bridge Obsession Problem By Vamshi Krishna Vedam.
Copyright © Cengage Learning. All rights reserved.
EECS 203: It’s the end of the class and I feel fine. Graphs.
© Nuffield Foundation 2011 Nuffield Free-Standing Mathematics Activity Chinese postman problems What route can I take to avoid going along the same street.
Ch. 15: Graph Theory Some practical uses Degree of separation- Hollywood, acquaintance, collaboration Travel between cities Konigsberg bridge Shortest.
Euler and Hamilton Paths
Structures 7 Decision Maths: Graph Theory, Networks and Algorithms.
6.1 Hamilton Circuits and Paths: Hamilton Circuits and Paths: Hamilton Path: Travels to each vertex once and only once… Hamilton Path: Travels to each.
Euler and Hamilton Paths. Euler Paths and Circuits The Seven bridges of Königsberg a b c d A B C D.
Hamiltonian Graphs By: Matt Connor Fall 2013.
CS 200 Algorithms and Data Structures
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.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Lecture 14: Graph Theory I Discrete Mathematical Structures: Theory and Applications.
1 Approximation Algorithm Updated on 2012/12/25. 2 Approximation Algorithm Up to now, the best algorithm for solving an NP-complete problem requires exponential.
Aim: What is an Euler Path and Circuit?
1.5 Graph Theory. Graph Theory The Branch of mathematics in which graphs and networks are used to solve problems.
Lecture 10: Graph-Path-Circuit
CIRCUITS, PATHS, AND SCHEDULES Euler and Königsberg.
Vertex-Edge Graphs Euler Paths Euler Circuits. The Seven Bridges of Konigsberg.
Associated Matrices of Vertex Edge Graphs Euler Paths and Circuits Block Days April 30, May 1 and May
Euler Paths and Circuits. The original problem A resident of Konigsberg wrote to Leonard Euler saying that a popular pastime for couples was to try.
MAT 2720 Discrete Mathematics Section 8.2 Paths and Cycles
The Seven Bridges of Konigsberg (circa 1735) In Konigsberg, Germany, a river ran through the city such that in its centre was an island, and after passing.
Lecture 52 Section 11.2 Wed, Apr 26, 2006
Chapter 6: Graphs 6.1 Euler Circuits
Review Euler Graph Theory: DEFINITION: A NETWORK IS A FIGURE MADE UP OF POINTS (VERTICES) CONNECTED BY NON-INTERSECTING CURVES (ARCS). DEFINITION: A VERTEX.
1) Find and label the degree of each vertex in the graph.
Euler and Hamiltonian Graphs
Chapter 14 Section 3 - Slide 1 Copyright © 2009 Pearson Education, Inc. AND.
Grade 11 AP Mathematics Graph Theory Definition: A graph, G, is a set of vertices v(G) = {v 1, v 2, v 3, …, v n } and edges e(G) = {v i v j where 1 ≤ i,
Hamiltonian Circuits and Paths
Euler and Hamiltonian Graphs
Routing Through Networks - 1
Euler and Hamiltonian Graphs
Konigsberg’s Seven Bridges
MAT 311 Education for Service-- tutorialrank.com
Discrete Maths 9. Graphs Objective
Discrete Math: Hamilton Circuits
Can you draw this picture without lifting up your pen/pencil?
This unit is all about Puzzles Games Strategy.
Introduction to Graph Theory Euler and Hamilton Paths and Circuits
Nuffield Free-Standing Mathematics Activity
Konigsberg- in days past.
Graph Theory What is a graph?.
Euler and Hamilton Paths
Euler and Hamiltonian Graphs
Graph Theory Relations, graphs
Warm Up – 3/19 - Wednesday Give the vertex set. Give the edge set.
Presentation transcript:

Take a Tour with Euler Elementary Graph Theory – Euler Circuits and Hamiltonian Circuits Amro Mosaad – Middlesex County Academy

Leonhard Euler ( ) Swiss – also worked in Russia and Germany Considered one of greatest and most prolific mathematicians ever; contributed greatly to Number Theory Calculus Geometry Trigonometry Algebra Father of Graph Theory

Named after Leonhard Euler Euler's number (e) Euler's formula Euler's identity Euler's theorem Euler numbers Euler approximations Euler-Mascheroni constant Euler path Euler circuit

Euler's Bridges of Konigsberg Problem

Basic Graph Theory Vertex (or node) - represented by a dot Edge - segment connecting two vertices

An Euler Circuit A path that (a) visits each edge exactly once, and (b) starts and ends at the same vertex Find an Euler circuit for the graph to the right

Bridges of Konigsberg Problem The key is to represent the map as a graph with vertices and edges - each land mass is a vertex, and each bridge is an edge

Euler Circuits A graph has an Euler circuit if and only if all vertices have an even degree. A graph has an Euler path if there are no more than two vertices of odd degree.

Chinese Postman Problem To find the shortest circuit of a graph that visits each edge (with some edges possibly visited more than once). It is called 'eulerizing' a graph.

Hamiltonian Circuits To visit each vertex of a graph exactly once and return to the starting vertex. Named after Sir William Rowan Hamilton ( ) – Irish physicist, astronomer, and mathematician

The Icosian Game Invented by Hamilton The idea is to wrap the string around each of twenty pegs exactly once and return to the starting vertex

Find a Hamiltonian Circuit

The Traveling Salesman Problem (TSP)

Solve this TSP

Platonic Solids

Further Study Graph theory Discrete mathematics