Science Fair Projects Ideas - Distance (graph theory)

All Science Fair Projects

      

Science Fair Project Encyclopedia for Schools!

  Search    Browse    Forum  Coach    Links    Editor    Help    Tell-a-Friend    Encyclopedia    Dictionary     

Science Fair Project Encyclopedia

For information on any area of science that interests you,
enter a keyword (eg. scientific method, molecule, cloud, carbohydrate etc.).
Or else, you can start by choosing any of the categories below.

Distance (graph theory)

In the mathematical subfield of graph theory we can define a notion of distance between two vertices in a graph.

Contents

Definition

Given a graph G:=(V,E) with V the set of vertices and E the set of edges then the distance between two vertices is the number of edges in a shortest path connecting the two vertices. We denote the distance of two vertices u and v by

dG(u,v)

The vertex set V of a connected graph G thus becomes a metric space. For given ordering of vertices it is common to store distances in a distance matrix D(G)of a graph.

Eccentricity

The eccentricity of a vertex v is

\epsilon(v):= \max_{u \in V} \mathrm{d}_G(v,u)

Diameter

The diameter of the graph is defined as

\delta(G):= \max_{v \in V} \epsilon_G(v)

Peripheral vertex

A peripheral vertex for G is a vertex v with

ε(v) = δ(G)

Pseudo-peripheral vertex

A vertex v is called pseudo-peripheral vertex if for any vertex u with

dG(v,u) = ε(u)

then

ε(v) = ε(u)

Algorithm for finding pseudo-peripheral vertices

Often peripheral sparse matrix algorithms need a starting vertex with a high eccentricity. A peripheral vertex would be perfect, but is often hard to calculate. In most circumstances a pseudo-peripheral vertex can be used. By constructing level structures for the graph we can easily find such a pseudo-peripheral vertex.

  1. choose a vertex v in V
  2. create a level structure with root v \lbrace L_0(v),\ldots,L_{\epsilon(v)}(v)\rbrace
  3. choose a vertex u in Lε(v) with minimal degree
  4. if ε(u) > ε(v) then set v=u and repeat with step 2 else u is a pseudo-peripheral vertex

See also

Last updated: 06-01-2005 20:18:39
10-26-2009 08:16:03
The contents of this article is licensed from www.wikipedia.org under the GNU Free Documentation License. Click here to see the transparent copy and copyright details
Science kits, science lessons, science toys, maths toys, hobby kits, science games and books - these are some of many products that can help give your kid an edge in their science fair projects, and develop a tremendous interest in the study of science. When shopping for a science kit or other supplies, make sure that you carefully review the features and quality of the products. Compare prices by going to several online stores. Read product reviews online or refer to magazines.

Start by looking for your science kit review or science toy review. Compare prices but remember, Price $ is not everything. Quality does matter.
Science Fair Coach
What do science fair judges look out for?
ScienceHound
Science Fair Projects for students of all ages
All Science Fair Projects.com Site
All Science Fair Projects Homepage
Search | Browse | Links | From-our-Editor | Books | Help | Contact | Privacy | Disclaimer | Copyright Notice