A Tour through Graph Theory
eBook - ePub

A Tour through Graph Theory

Karin R Saoub

Partager le livre
  1. 304 pages
  2. English
  3. ePUB (adapté aux mobiles)
  4. Disponible sur iOS et Android
eBook - ePub

A Tour through Graph Theory

Karin R Saoub

DĂ©tails du livre
Aperçu du livre
Table des matiĂšres
Citations

À propos de ce livre

A Tour Through Graph Theory introduces graph theory to students who are not mathematics majors. Rather than featuring formal mathematical proofs, the book focuses on explanations and logical reasoning. It also includes thoughtful discussions of historical problems and modern questions. The book inspires readers to learn by working through examples, drawing graphs and exploring concepts.

This book distinguishes itself from others covering the same topic. It strikes a balance of focusing on accessible problems for non-mathematical students while providing enough material for a semester-long course.

  • Employs graph theory to teach mathematical reasoning


  • Expressly written for non-mathematical students


  • Promotes critical thinking and problem solving


  • Provides rich examples and clear explanations without using proofs


Foire aux questions

Comment puis-je résilier mon abonnement ?
Il vous suffit de vous rendre dans la section compte dans paramĂštres et de cliquer sur « RĂ©silier l’abonnement ». C’est aussi simple que cela ! Une fois que vous aurez rĂ©siliĂ© votre abonnement, il restera actif pour le reste de la pĂ©riode pour laquelle vous avez payĂ©. DĂ©couvrez-en plus ici.
Puis-je / comment puis-je télécharger des livres ?
Pour le moment, tous nos livres en format ePub adaptĂ©s aux mobiles peuvent ĂȘtre tĂ©lĂ©chargĂ©s via l’application. La plupart de nos PDF sont Ă©galement disponibles en tĂ©lĂ©chargement et les autres seront tĂ©lĂ©chargeables trĂšs prochainement. DĂ©couvrez-en plus ici.
Quelle est la différence entre les formules tarifaires ?
Les deux abonnements vous donnent un accĂšs complet Ă  la bibliothĂšque et Ă  toutes les fonctionnalitĂ©s de Perlego. Les seules diffĂ©rences sont les tarifs ainsi que la pĂ©riode d’abonnement : avec l’abonnement annuel, vous Ă©conomiserez environ 30 % par rapport Ă  12 mois d’abonnement mensuel.
Qu’est-ce que Perlego ?
Nous sommes un service d’abonnement Ă  des ouvrages universitaires en ligne, oĂč vous pouvez accĂ©der Ă  toute une bibliothĂšque pour un prix infĂ©rieur Ă  celui d’un seul livre par mois. Avec plus d’un million de livres sur plus de 1 000 sujets, nous avons ce qu’il vous faut ! DĂ©couvrez-en plus ici.
Prenez-vous en charge la synthÚse vocale ?
Recherchez le symbole Écouter sur votre prochain livre pour voir si vous pouvez l’écouter. L’outil Écouter lit le texte Ă  haute voix pour vous, en surlignant le passage qui est en cours de lecture. Vous pouvez le mettre sur pause, l’accĂ©lĂ©rer ou le ralentir. DĂ©couvrez-en plus ici.
Est-ce que A Tour through Graph Theory est un PDF/ePUB en ligne ?
Oui, vous pouvez accĂ©der Ă  A Tour through Graph Theory par Karin R Saoub en format PDF et/ou ePUB ainsi qu’à d’autres livres populaires dans Mathematik et ZĂ€hlen & Numerieren. Nous disposons de plus d’un million d’ouvrages Ă  dĂ©couvrir dans notre catalogue.

Informations

Année
2017
ISBN
9781351642958
Édition
1

Contents

Preface
1 Eulerian Tours
1.1 Königsberg Bridge Problem
1.2 Introduction to Graph Models
1.3 Touring a Graph
1.4 Eulerian Circuit Algorithms
Fleury’s Algorithm
Hierholzer’s Algorithm
1.5 Eulerization
Chinese Postman Problem
1.6 Exercises
2 Hamiltonian Cycles
2.1 Conditions for Existence
2.2 Traveling Salesman Problem
Brute Force
Nearest Neighbor
Cheapest Link
Nearest Insertion
2.3 Digraphs
Asymmetric Traveling Salesman Problem
2.4 Exercises
3 Paths
3.1 Shortest Paths
Dijkstra’s Algorithm
Chinese Postman Problem Revisited
3.2 Project Scheduling
Critical Paths
3.3 Exercises
4 Trees and Networks
4.1 Trees
4.2 Spanning Trees
Kruskal’s Algorithm
Prim’s Algorithm
4.3 Shortest Networks
Steiner Trees
4.4 Traveling Salesman Problem Revisited
4.5 Exercises
5 Matching
5.1 Bipartite Graphs
5.2 Matching Terminology and Strategies
Augmenting Paths and Vertex Covers
5.3 Stable Marriages
Unacceptable Partners
5.4 Matchings in Non-Bipartite Graphs
Stable Roommates
5.5 Exercises
6 Graph Coloring
6.1 Four Color Theorem
6.2 Coloring Bounds
6.3 Coloring Strategies
General Strategies
On-line Coloring
6.4 Perfect Graphs
Interval Graphs
Tolerance Graphs
6.5 Weighted Coloring
6.6 Exercises
7 Additional Topics
7.1 Algorithm Complexity
Exercises
7.2 Graph Isomorphism
Exercises
7.3 Tournaments
Exercises
7.4 Flow and Capacity
Exercises
7.5 Rooted Trees
Depth-First Search Tree
Breadth-First Search Tree
Exercises
7.6 Planarity
Exercises
7.7 Edge-Coloring
Ramsey Numbers
Exercises
Appendix
Creating a Triangle
Finding Angle Measure
Finding the Fermat Point
Other Items
Exercises
Selected Answers and Solutions
Bibliography
Image Credits
Index

Preface

Graph theory has been my passion since senior year of college. I was hooked after just one week of my first course in graph theory. I completely changed my plans post-graduation, choosing to apply to graduate schools and study more mathematics. I found the interplay between rigorous proofs and simple drawings both appealing and a nice break from my more computationally heavy courses. Since becoming a teacher I have found a new appreciation for graph theory, as a concept that can challenge students’ notions as to what mathematics is and can be.
You might wonder why I chose to write this book, as there are numerous texts devoted to the study of graph theory. Most books either focus on the theory and the exploration of proof techniques, or contain a chapter or two on the algorithmic aspect of a few topics from graph theory. This book is intended to strike a balance between the two — focus on the accessible problems for college students not majoring in mathematics, while also providing enough material for a semester long course.
The goal for this textbook is to use graph theory as the vehicle for a one-semester liberal arts course focusing on mathematical reasoning. Explanations and logical reasoning for solutions, but no formal mathematical proofs, are provided. There are discussions of both historical problems and modern questions, with each chapter ending in a section detailing some more in-depth problems. The final chapter also provides more rigorous graph theory and additional topics that I personally find interesting but for which there is not enough material to warrant an entire chapter. Each chapter will include problems to test understanding of the material and can be used for homework or quiz problems. In addition, project ideas and items requ...

Table des matiĂšres