A
complete graph
is a graph where every vertex is
adjacent
to every other vertex. A complete graph on
n vertices is denoted by
Kn (or sometimes by
K(n)). So, for example, figure
4.1 is the graph
K5.
Java Web Start Activity:
To get more examples of complete graphs, launch the Java Web Start
application by clicking on the link below this paragraph. Once the
application is running, click on the
+ button to increase the number of vertices.
The
- button decreases the number of vertices.
Petersen Activity:
To get a complete graph in the Petersen program, click
Graph and then
Complete Graph. You will be asked to enter the number of
vertices. Enter 5, for example. You should get a graph like figure
4.2. Take a look at some others like
K3,
K8 and
K17.
We shall often refer to the graph K3 as the
triangle graph
or just
triangle.
In graphs like
K25 with many edges it is hard to see the details.
You can get a magnification of a small region if you do the
following: On the menu bar select
Mouse | Magnification | x4. Now if you click
on an area of the graph you will get a magnified version of that
region.
|
|
|
Fig 4.4. Magnification of part of the graph K25
|
|