Loading...

Messages

Proposals

Stuck in your homework and missing deadline? Get urgent help in $10/Page with 24 hours deadline

Get Urgent Writing Help In Your Essays, Assignments, Homeworks, Dissertation, Thesis Or Coursework & Achieve A+ Grades.

Privacy Guaranteed - 100% Plagiarism Free Writing - Free Turnitin Report - Professional And Experienced Writers - 24/7 Online Support

How to eulerize a graph

29/11/2021 Client: muhammad11 Deadline: 2 Day

1

Graph Theory Ch. # 9

9.1 A Walk Through Konigsberg

Objectives

 Comprehend Euler’s solution to the Konigsberg bridge problem

 Understand the basic terms and concepts of graph theory

 See that graph theory has many, varied applications.

This field of mathematics can be applied for many issues, ranging from operational

research and chemistry to genetics and linguistics, and from electrical engineering and

geography to sociology and architecture.

A graph is a diagram that consists of points, called vertices (vertex) and connecting lines, called

edges.

An edge that connects a vertex with itself is called a loop.

The resident of Königsberg tried to find a route that allowed them to cross each of the seven

bridges just once.

The problem was solved by Swiss Mathematician Leonard Euler.

2

In the graph of Königsberg:

Every point has odd number of lines. This means that each point could be used as starting

point or as stopping there.

So that is no way to walk across each of Konigsberg’s seven bridges once.

Degree of a vertex

Degree of a vertex is the number of connection to that vertex.

Walk: Is a movement from vertex to vertex.

Circuit: Walk and return to the starting point. (Closed walk)

Euler walk

No need to return to the starting point, but have to cover every edge exactly once.

Euler’s circuit:

A circuit in which we use every vertex once

Euler walks and need to return to the starting point.

All vertices have even degree.

Seven bridges, start at any point and go through all bridges one and back to the same

starting point.

Euler reasoned like this:

Euler drew a simple picture to replace the map. In that picture, a line represents a bridge

and a point represents land.

Each line connects two points because each bridge connects two pieces of land.

Euler’s thoughts about using up bridges turned into thoughts about using line.

 A walker uses up a bridge when he crosses the first bridge on his walk.

 A walker uses up a bridge when he walks across piece of land: one in approaching the land and one in leaving the land.

 A walker uses up a bridge when he crosses the bridge on his walk. This means that if the walker were to start and stop the walk at different places, the starting

point must have an odd number of lines coming out of it: one line to start the walk and two

lines (or four or six,…)to revisit the point when crossing other bridges.

And the ending point must have an odd number of lines coming out of it for the same reason.

3

But all other points must have an even number of lines so that the walker can both approach

the point and depart the point.

If the walker were to start and stop the walk at the same point, then that point must have an

even number of lines:

one line to start the walk, an even number to revisit the point when crossing other bridges,

and one line to return to the starting point.

This means that all points must have an even number of lines.

In the graph of Königsberg, every point has an odd number of lines.

This means that each point could be used as a starting point or as a stopping point.

But none of the points could be visited without starting or stopping there.

So there is no way to walk across each of Königsberg’s seven bridges once.

4

9.2 Graphs and Euler Trials

Objectives

 Be able to utilize Euler’s Theorems

 Apply Fleury’s algorithm

 Understand Eulerization.

Two vertices are adjacent if they are joined by an edge.

Two edges are adjacent if they have a vertex in common.

Identical graphs if they describes the same schedule;

a. Edges that are adjacent in 1 st . are adjacent in the 2

nd .

b. Vertices that that are adjacent in 1 st . are adjacent in the 2

nd .

The two graphs has a different appearance. However, it describes the same schedule of games.

Edges that are adjacent in 1st. Figure are adjacent in 2nd .Figure, and vertices that are adjacent

in in 1st Figure are adjacent in 2nd Figure.

A trial is a sequence of adjacent vertices and distinct edges that connect them.

A circuit is a trial that begins and ends at the same vertex.

The degree of a vertex is the number of edges that connect to that vertex.

A loop connects to a vertex twice, so a loop

contributes to degree twice.

An odd vertex is a vertex with an odd degree.

An even vertex is a vertex with an even degree.

An Euler trail is a trial that is a circuit.

An Euler circuit is Euler trail that is a circuit.

A graph is connected if every pair of vertices is connected by a trail.

5

Euler’s Theorem

 A connected graph with only even vertices has at least one Euler trail, which also an Euler circuit.

 A connected graph with exactly two odd vertices and any number of even vertices has at least one Euler trail. Each of these trails will start at one odd vertex and end at the other

odd vertex.

 A graph with more than two odd vertices has no Euler trails and no Euler circuits.

 It is impossible for a connected graph to have only one odd vertex.

Euler’s Theorem refers to connected graphs.

A graph is connected if every pair of vertices is connected by a trail.

Disconnected graphs never have Euler trails and never have Euler circuits.

Ex:

A security guard to walk through the subdivision once every night.

The vertices are corners (intersections) and edges are streets.

This is a connected graph with only even vertices, so it has at least one Euler trail, which

is also an Euler circuit.

It is possible for the guard to walk a rout that allows him to walk through every block just

once and return to his car.

An Algorithm is a logical step-by-step procedure for solving a problem.

6

Fleury’s Algorithm for Finding Euler trails and Euler Circuits

1. Verify that the graph has an Euler trail or Euler circuit, using Euler’s Theorem.

2. Choose a starting point. a. If the graph has two odd vertices, we can find an Euler trail. Pick either of the odd

vertices as the starting point.

b. If the graph has no odd vertices, we can find an Euler circuit. Pick any point as the starting point.

3. Label each edge alphabetically as you travel that edge.

4. When choosing edges: a. Never choose an edge that would make the yet-to-be-traveled part of the graph

disconnected, because you won’t be able to get from one portion of the graph to the

other.

b. Never choose an edge that has already been followed, since you can’t trace any edges twice in Euler trails and Euler circuits.

c. Never choose an edge that leads to a vertex that has no other yet-to-be-traveled edges, because you won’t be able to leave that vertex.

Eulerization Algorithm

To efficiently Eulerize a graph that is laid out like a grid:

1. Choose a vertex along the outer perimeter of the graph.

2. If a vertex is an even vertex, add no edges and move on to the next vertex along the outer perimeter.

3. If a vertex is an odd vertex, add a duplicate edge that connects it to the next adjacent vertex along the outer perimeter, and move on to the next vertex along the outer perimeter.

4. Repeat these steps until you return to the vertex in step 1.

Ex:

7

a. Apply the Eulerization algorithm to the Secluded Glen community.

b. Use the result of part (a) to find an efficient route through the community for the postal carrier. All mailboxes are on one side of the street.

Solution:

Applying the Eulerization algorithm.

Step 1:

Choose a vertex along the outer perimeter of the graph. We’ll choose the vertex in

the upper left corner.

Step 2:

If a vertex is an even vertex, add no edges and move on to the next vertex along the

outer perimeter.

The vertex in the upper left corner is indeed an even vertex, so we add no edges and

move to the right to the next vertex.

Step 3:

If a vertex is an odd vertex, add a duplicate edge that connects it to the next adjacent

Vertex along the outer perimeter.

The second vertex is an odd vertex, so we add a

duplicate edge that connects it to the next vertex.

Step 4:

Repeat these steps until you return to the vertex in step 1.

This results in the graph shown

This scheme has five added edges. Wherever the postal carrier starts and stops, this

scheme would require her to walk five blocks a second time.

This is the most efficient scheme.

a. Using the result to find an efficient route through the community for the postal carrier.

8

We’ll do this with Fleury’s algorithm. The result is shown in Figure

In Figure 9.33, we show a map of the Secluded Glen community without the added edges

but with street names.

The beginning of the route described in Figure 9.32 with the letters a, b, c, and so on

Translates like this:

o Start at the corner of A Avenue and 1st Street.

o Go along A until you come to 4th, and turn onto 4th.

o Go along 4th until you come to C, and turn onto C.

o From C, turn onto 3rd.

o From 3rd, turn right onto B.

o From B, turn right onto 4th and then onto C. revisit two blocks.

o From C, turn onto 1st and then onto B.

o Turn left onto 3rd.

o Turn left onto A, and revisit one block.

o Turn onto 2nd, and then right onto C, revisiting one block.

o Turn onto 1st, revisit one block, and continue to the starting point.

Homework is Completed By:

Writer Writer Name Amount Client Comments & Rating
Instant Homework Helper

ONLINE

Instant Homework Helper

$36

She helped me in last minute in a very reasonable price. She is a lifesaver, I got A+ grade in my homework, I will surely hire her again for my next assignments, Thumbs Up!

Order & Get This Solution Within 3 Hours in $25/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 3 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 6 Hours in $20/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 6 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

Order & Get This Solution Within 12 Hours in $15/Page

Custom Original Solution And Get A+ Grades

  • 100% Plagiarism Free
  • Proper APA/MLA/Harvard Referencing
  • Delivery in 12 Hours After Placing Order
  • Free Turnitin Report
  • Unlimited Revisions
  • Privacy Guaranteed

6 writers have sent their proposals to do this homework:

A+GRADE HELPER
Write My Coursework
Calculation Master
Calculation Guru
Academic Master
Exam Attempter
Writer Writer Name Offer Chat
A+GRADE HELPER

ONLINE

A+GRADE HELPER

I will provide you with the well organized and well research papers from different primary and secondary sources will write the content that will support your points.

$36 Chat With Writer
Write My Coursework

ONLINE

Write My Coursework

I have done dissertations, thesis, reports related to these topics, and I cover all the CHAPTERS accordingly and provide proper updates on the project.

$17 Chat With Writer
Calculation Master

ONLINE

Calculation Master

I am an experienced researcher here with master education. After reading your posting, I feel, you need an expert research writer to complete your project.Thank You

$20 Chat With Writer
Calculation Guru

ONLINE

Calculation Guru

I find your project quite stimulating and related to my profession. I can surely contribute you with your project.

$40 Chat With Writer
Academic Master

ONLINE

Academic Master

I can assist you in plagiarism free writing as I have already done several related projects of writing. I have a master qualification with 5 years’ experience in; Essay Writing, Case Study Writing, Report Writing.

$38 Chat With Writer
Exam Attempter

ONLINE

Exam Attempter

I will provide you with the well organized and well research papers from different primary and secondary sources will write the content that will support your points.

$42 Chat With Writer

Let our expert academic writers to help you in achieving a+ grades in your homework, assignment, quiz or exam.

Similar Homework Questions

Manage business document design and development assessment - The need for more than justice annette baier pdf - Dr borade the villages fl - Check the facts dbt - Wgu evidence based practice task 1 2018 1 - Can movies teach history by harvey h jackson - Contrast method of relaxation - Choice and partnership approach camhs - Letter links alphabet learning with children's names mary hohmann - Team Management - Nur495journalw3 - Azar the things they carried - If x is binomial with n = 5 and p = 0.05, the chance that x is at least 1 is 0.6240 - Assignment - The learning odyssey answers economics - Physics challenge past papers - When were motte and bailey castles built - Advocacy or subservience for the sake of patients - What does the disaster recovery cost curve chart - Every man a king - Eric worre 90 day blitz - DISCUSSION - The molding department of kennett company - The author to her book literary devices - Disruptive change and incremental change - Ferrocare oil filtration machine - NEED IN 7 HOURS or LESS (NO EXCEPTION) - Are spectator ions soluble or insoluble - Every society faces economic trade-offs. this means - Continuous improvement essay - Find the cartesian equation of the plane - Icom ic 7100 problems - Bushbuckridge local municipality logo - The cola conquest - SHOSHANGUVE ABORTION CLINIC +27717852514 ABORTION PILLS FOR SALE IN PRETORIA, SUNNYSIDE, BENONI, ATTERIDGEVILLE, MAMELODI, SHOSHANGUVE. ARCADIA, LAUDIUM - Hi-Sport Manufacturing Co. Inc. Hi-Sport is a small company that manufactures logo sporting… - Human resource management review - Asme b31 11 free download - Rotational vibrational spectrum of hcl lab report - Strategic plan part 3 balanced scorecard - Muscle Physiology Assignment - Oude meester ginger liqueur - Chuck hughes grow strategy - Lgcc mountain view - Basin fixing kit wickes - Cite your sources using apa format week 5 assignment - Sample letter request for honorarium - Pseudo random number generation lab solution - Al dunlap sunbeam - Definition of special education by kirk and gallagher - Should self driving cars replace human drivers argument essay - Java se8 certification dumps - Molecular orbital energy diagram of n2 - Phases of the helping process in social work - Help 1 - University education should not be free for everyone essay - Los valdivieso toman canelazo. cierto falso - Internal factor evaluation matrix template - Armed crime squad victoria police - Female single combat club - Which of these basic questions should a vision statement answer - Physical features of india - Disney supplier code of conduct - Healthcare Administration Issues - General lab safety experiment 1 neutralization of acids and bases - Pencil thin moustache chords - Bhutan board of examination - Jasper company provided the following information for last year - Det ab det a det b - Research - Centenary state high school open day - Percent of nahco3 in alka seltzer - Inspector de aduanas ¿tiene usted (1) que declarar? - Literacy programs used in schools nsw - What is swot analysis when applied to healthcare organizations - Essay - Fruit of the holy spirit self control - Becoming human questions answer key - Blackpool council bulky matters - Database Project design - Heart surgeon job description - Two different stock exchanges in the united states - Module 1 - Case Study 1 - Https www irs gov pub irs pdf f1040sc pdf - Integrated inquiry planning model - Arbonne chocolate protein powder recipes - Solve the equation calculator - Contrast the five bases of power - Using the ROPE Process in Consumer Relations - Strategic Marketing 1 - Different types of historical lenses - Www ucar edu learn 1_3_1 htm - Poems from different cultures - Environmental Policy SLA: Renewable Energy Paper - Chapter 26 the great west and the agricultural revolution answers - Riddells creek dog obedience - Rhetorical analysis outline worksheet - The modern study of intergroup behaviour takes into account: - Army training camp pirbright - What is troubleshooting process