+ All Categories
Home > Education > Graph theory short presentation

Graph theory short presentation

Date post: 20-Nov-2014
Category:
Upload: mjr989
View: 224 times
Download: 2 times
Share this document with a friend
Description:
Short presentation on Graph Theory
Popular Tags:
13
GRAPHS AND TREES
Transcript
Page 1: Graph theory short presentation

GRAPHS AND TREES

Page 2: Graph theory short presentation

PRESENTATION CONTENTS

Problem Solving

Steps of Problem Solving

Graph Theory

Minimum Spanning Trees

2

Page 3: Graph theory short presentation

MATHEMATICIANS AND PRACTICAL PROBLEM SOLVING Often mathematicians are involved with many different problems that

need to be solved. Some examples of these sort of problems are:

A company that repairs TV aerials owns 3 vans, that go to customer’s houses 9am – 4pm every week day. The aerial repair jobs are in different suburbs all over Newcastle. Which vans should go to which jobs to minimise travel time and maximise time spent working?

A company has a website for booking flights to go all around the world, from a variety of different airlines. Customers can search for flights by price and number of flights. How does the company ensure that the search results are the cheapest and quickest available?

A new hospital is being built, that has many departments that need to report to other certain departments frequently. What is the ideal layout of the building to maximise communication between departments that need to report to each other all the time?

3

Page 4: Graph theory short presentation

STEPS OF PROBLEM SOLVING When solving problems, mathematicians usually follow a process

like the following:

Analyse the problem to understand how to approach solving it

Use methods of representing the problem, for example drawing a diagram, or using Graph Theory

Adapt an existing strategy for solving a similar problem, or invent a new one

Write out the strategy step through it to verify it makes sense and it works by testing it with examples

Verify the strategy works as expected in every possible case. This is the hard part sometimes because what it works for a couple of

example doesn’t necessarily work all the time!

4

Page 5: Graph theory short presentation

GRAPH THEORY Graph Theory is an area of Mathematics using structures called

Graphs Graphs have Vertices (plural of Vertex) Edges that connect them Graphs can be weighted - Edges have weights, such as a

distance or cost

Used for problem solving, because they can be used to represent many different problems

Commonly used in Computer Science Science, such as Biology and Chemistry Many other fields

5

Page 6: Graph theory short presentation

GRAPH THEORY You have a visitor from overseas staying with you for a day

who wants to visit all of the parks in Newcastle’s city. How do you maximise time spent at the parks, and minimise travel time?

6

Page 7: Graph theory short presentation

GRAPH THEORY

7

Page 8: Graph theory short presentation

8

GRAPH THEORY

V:={1,2,3,4,5,6} E:={{1,2},{1,5},{2,3},{2,5},{3,4},{4,5},{4,6}}

Page 9: Graph theory short presentation

9

GRAPH THEORY

Degree of a vertex is the number of edges adjacent to it

Page 10: Graph theory short presentation

10

TREES

A tree is a graph that looks like this:

A

B

D

F

C

E

Page 11: Graph theory short presentation

11

TREES

A tree is a graph that looks like this:

A

B

D

F

C

E

Internal vertices

Page 12: Graph theory short presentation

12

TREES

A tree is a graph that looks like this:

A

B

D

F

C

E

Internal vertices

Leaves

Page 13: Graph theory short presentation

13

TREES

A tree is a graph that looks like this:

A

B

D

F

C

E

Now lets solve some

problems!


Recommended