Learn some graph theory--How cool it is! (plus it's already typed-so I don't ha 

Learn some graph theory--How cool it is! (plus it's already typed-so I don't ha

Graph Theory

Basic Graph Theory
Graph-a finite nonempty set V of vertices, along with a set E of edges.
A graph is often described as G(n,m) n is the number of vertices and m is the number of edges
Multigraph-contain loops, or edges connecting a vertex to itself, and/or parallel edges, several edges connecting the same pair of vertices
Simple Graphs-Have no loops or parallel edges
Degree of a Vertex- is the number of edges incident (attached) on the vertex.
Degree Theorem: The sum of the degree of the vertices is twice the number of edges.
Complete graphs-have all vertices connected by exactly one edge.
Complete Graph Theorem: For any complete graph
1. There are n(n-1)/2 edges???G(n,m)=G(n,n(n-1)/2)
2. 2. The max degree of every vertex is n-1.

Walks and Paths
Walk-the course taken from one vertex to another vertex along the edges of a graph
Trail-a walk in which no edge is used more than once
Path-a walk in which no vertex nor edge is repeated
Walks and Paths Theorem: Every walk contains a path
Circuit-a trail in which only vertices may be repeated
Cycle-No edges are repeated and only the beginning and end vertices may be the same
Connected Graph-any vertex can be reached from any other vertex
Disconnected Graph-not all vertexes can be reached from any other vertex
For G(n,m) to be connected there must be at least n-1 edges, the edges can be arranged in such a way that the graph may not be connected though.
Bridge-a bridge is an edge whose removal would cause the graph to no longer be connected

Euler Paths and Circuits
Euler Circuit-a path that includes each edge exactly once and has the same starting and ending vertex is called and Euler Circuit
Euler Path- a path that includes each edge exactly once, but has different starting and ending vertices
Euler Circuit Test: A connected multigraph contains an Euler circuit if and only if the degree of each vertex is even.
Fleury???s algorithm: finds an Euler circuit in a connected multigraph that has a large number of vertices, all of even degree
1. Choose a starting vertex and walk the edges. Mark off the edges walked as you go.
2. Do not choose a bridge unless not choosing a bridge will disconnect the circuit.
Euler Path Test: A connected multigraph has an Euler path if and only if each vertex has even degree, except for exactly two. Euler paths always start with one of the vertices of odd degree and end with the other.

Return to Main Page

Comments

Comment hi, i didn't read this, because you know how i'm stupid. call me, i miss you! <3 kayla

Thu Jul 17, 2003 7:45 pm MST by Anonymous

Comment Homework 1. Draw this G(3,4) 2 different ways 2. Draw a graph to model this situation: Abby, Brenda, Caitlin, Debbie, Evie, and Francine are good friends. Brenda, Debbie, and Eve can only walk to each others??? houses because the others are too far. Caitlin can walk to everybody???s house but Brenda. 3. Draw a complete graph with vertices, K6. Mathematically find how many edges it has. 4. Draw a graph with 6 vertices, each with degree 1. (Just a little homework to check your understanding)

Thu Jul 17, 2003 1:57 pm MST by MattF

Comment Homework 1. Draw this G(3,4) 2 different ways 2. Draw a graph to model this situation: Abby, Brenda, Caitlin, Debbie, Evie, and Francine are good friends. Brenda, Debbie, and Eve can only walk to each others??? houses because the others are too far. Caitlin can walk to everybody???s house but Brenda. 3. Draw a complete graph with vertices, K6. Mathematically find how many edges it has. 4. Draw a graph with 6 vertices, each with degree 1. (Just a little omework to check your understanding)

Thu Jul 17, 2003 1:57 pm MST by MattF

Add Comment




Search This Site


Syndicate this blog site

Powered by BlogEasy


Free Blog Hosting