Map Coloring to Graph Coloring Part of a unit on discrete mathematics.

Slides:



Advertisements
Similar presentations
CSE 211 Discrete Mathematics and Its Applications
Advertisements

22C:19 Discrete Math Graphs Fall 2010 Sukumar Ghosh.
22C:19 Discrete Math Graphs Fall 2014 Sukumar Ghosh.
13.4 Map Coloring and the Four Color Theorem. We started this chapter by coloring the regions formed by a set of circles in the plane. But when do we.
Introductory Lecture. What is Discrete Mathematics? Discrete mathematics is the part of mathematics devoted to the study of discrete (as opposed to continuous)
Last time: terminology reminder w Simple graph Vertex = node Edge Degree Weight Neighbours Complete Dual Bipartite Planar Cycle Tree Path Circuit Components.
Math 308 Discrete Mathematics Discrete Mathematics deals with “Separated” or discrete sets of objects (rather than continuous sets) Processes with a sequence.
Applied Combinatorics, 4th Ed. Alan Tucker
Coloring Graphs This handout: Coloring maps and graphs
Algorithmic Problems in Algebraic Structures Undecidability Paul Bell Supervisor: Dr. Igor Potapov Department of Computer Science
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 10, Monday, September 22.
Chapter 2: The Science of Biology.
22C:19 Discrete Math Graphs Spring 2014 Sukumar Ghosh.
Graphs, relations and matrices
3-4 6 th grade math Choosing the Best Bar Graph. Objective To choose the type of graph that best describes a set of numerical data and relationships.
Graph Theory and Graph Coloring Lindsay Mullen
Chapter 9.8 Graph Coloring
CS 2813 Discrete Structures
Using The Birdwatch Project to promote Maths and ICT learning.
??? Computing Science Inside… Graph Colouring ???.
More Graphs, Subgraphs and Trees Planarity and Coloring.
Discrete Structures for Computing
 2. Region(face) colourings  Definitions 46: A edge of the graph is called a bridge, if the edge is not in any circuit. A connected planar graph is called.
Module 5 – Networks and Decision Mathematics Chapter 23 – Undirected Graphs.
Line Graphs A line graph is a way to summarize how two pieces of information are related and how they vary depending on one another. The numbers along.
Aim: What does map coloring have to do with Graph theory?
Graphs, Puzzles, & Map Coloring
Name Buena Regional Middle School INCLUDE Math Class Year My Electronic Portfolio.
Planar Graphs Graph Coloring
1 12/2/2015 MATH 224 – Discrete Mathematics Formally a graph is just a collection of unordered or ordered pairs, where for example, if {a,b} G if a, b.
Introduction Task Process Evaluation Conclusion Teacher’s Page.
Chapter 10.8 Graph Coloring
Organizing and Reading Data How can I represent data? How can I read and interpret different graphical representations of data?
Graph.
1.5 Graph Theory. Graph Theory The Branch of mathematics in which graphs and networks are used to solve problems.
Discrete Mathematical Structures: Theory and Applications
Graph Theory. A branch of math in which graphs are used to solve a problem. It is unlike a Cartesian graph that we used throughout our younger years of.
UNIT 2 LESSON 6 CS PRINCIPLES. UNIT 2 LESSON 6 OBJECTIVES Students will be able to: Write an algorithm for solving the minimum spanning tree (MST) problem.
. Now try this one Challenge:  Is this even possible?  One gets stuck….
Why bar and pie graphs suck and line graph rules..
Graphs Basic properties.
Lecture 16: Graph Theory III Discrete Mathematical Structures: Theory and Applications.
Equations of Circles. You can write an equation of a circle in a coordinate plane, if you know: Its radius The coordinates of its center.
Chapter 10.8 Graph Coloring These class notes are based on material from our textbook, Discrete Mathematics and Its Applications, 7 th ed., by Kenneth.
Meghan Hearn Cell Home Mathematics in the Elementary School:EDU 592.
By Christy Quattrone Click to View Types of Graphs Data Analysis, Grade 5.
What is Discrete Math?. “Discrete mathematics is the study of mathematical structures that are fundamentally discrete rather than continuous.” mathematicalstructuresdiscrete.
Introductory Lecture. What is Discrete Mathematics? Discrete mathematics is the part of mathematics devoted to the study of discrete (as opposed to continuous)
Presented By Ravindra Babu, Pentyala.  Real World Problem  What is Coloring  Planar Graphs  Vertex Coloring  Edge Coloring  NP Hard Problem  Problem.
Timetable Problem solving using Graph Coloring
Planar Graphs Hubert Chan (Chapter 9.7) [O2 Proof Techniques]
Discrete Mathematics Graph: Planar Graph Yuan Luo
Discrete Mathematics for Computer Science
Applied Combinatorics, 4th Ed. Alan Tucker

Discrete Mathematics and Its Applications
Lecture 15: Graph Theory II
Chapter 10.8 Graph Coloring
Coloring Graphs This handout: Coloring maps and graphs
Chapter 10.8 Graph Coloring
Chapter 10.8 Graph Coloring
Applied Combinatorics, 4th Ed. Alan Tucker
Discrete Mathematics Lecture 12: Graph Theory
Chapter 10.8 Graph Coloring
Discrete Mathematics in the Real World
Discrete Mathematics for Computer Science
Chapter 3.3 Displaying Data.
Mapping Potential Disaster Zones
Discrete Mathematics and Its Applications
Presentation transcript:

Map Coloring to Graph Coloring Part of a unit on discrete mathematics.

Discrete math: What is it?  It is mathematics which studies phenomena which are not continuous, but happens in small, or discrete, chunks.  Some areas include graph theory (networks), counting techniques, coloring theory, game theory, and more.  It is the mathematics of computers.  It is finite, rather than infinite. It handles distinct chunks of information. You might talk about the schedule of flights leaving Chicago, but not the acceleration of one of those planes.

Maps versus Graphs  A map is a two- dimensional drawing with regions to be colored.  A graph is a mathematical object made of dots connected by lines.

Graphs in Computer Science  The term graph is used in a different sense in mathematics to mean a chart displaying numerical data, such as a bar graph, but the graphs that computer scientists use are not related to these.  In computer science, graphs are drawn using circles or large dots, technically called "nodes," to denote objects.  Lines between nodes indicate some sort of relationship between the objects.

For example, we can change one of our maps from class into a graph:

We can represent the map of South America using a graph:  Each circle represents a country.  Countries which share a common border on the map are connected by lines called edges on the graph.

We have been studying map coloring in class. Recall the rules of map coloring:  Regions (or countries) which share a border must be colored different colors.  Regions which touch at only one point at a time may be colored the same color.  You must use the least amount of colors possible.

We can study graph coloring as well:  Dots (or nodes) represent the regions, and a line between two nodes indicates that those two regions share a border.  On the graph, the coloring rule is that no connected nodes should be colored the same color.  Unlike a map, there is no limit to the number of colors that a general graph may require.  The "graph coloring problem" is to find the minimum number of colors that are needed for a particular graph.  This minimum number of colors needed to color a graph is called the chromatic number of the graph.

Try coloring our Lands map using a graph: The graph can be colored with two colors, just like the map! The chromatic number of this graph is 2. Now try coloring the South America map using a graph!

Here is another graph:  A line between two subjects indicates that at least one student is taking both subjects, and so they should not be scheduled for the same period. Using this representation, the problem of finding a workable timetable using the minimum number of periods is equivalent to the coloring problem, where the different colors correspond to different periods. What is the chromatic number of this graph?

What are some other ways graphs and graph coloring are used to organize information?  Round-Robin Tournaments  Precedence Graphs (graphs which determine the order in which to complete tasks)  Logic Puzzles  Television and Radio Frequencies l See this example on the Web See this example on the Web  Fish and Fish Tanks: also on the Web also on the Web  Many more applications can be found by following this link! Many more applications can be found by following this link!

Now it’s time for a quiz!  Click below for a fun and invigorating quiz show game!