Graph Theory Lessons

graphic graphic graphicLesson 10: Stars and Tripartite Graphs


Suppose we start with n vertices, choose one special vertex and then draw edges from the special vertex to every other vertex. The graph we would obtain is called a star on n vertices, Sn. To get S10 using the program click Graph and Star. When asked how many vertices input 10. You will get a graph as in figure 14
graphic
Fig. 14, The star S10

In the same way you can get graphs Sn for other values of n.
  1. Find the chromatic number of S3, S5, S8
  2. Are stars bipartite?
  3. Which complete bipartite graph is isomorphic to Sn?
    In the same way as with the bipartite graphs, if we can divide the vertex set into three disjoint on empty sets V1 , V2 and V3 so that vertices in the same set are not adjacent we get a tripartite graph. A complete tripartite graph is one where we can divide the vertex set into three sets V1 , V2 and V3 and every pair of vertices that are not in the same set are adjacent. We represent the complete tripartite graph as Kr,s,t where r is the number of vertices in V1, s the number of vertices in V2 and t the number of vertices in V3. If you select Graph and Complete and Complete Tripartite you will be asked to input r,s, and t. If for instance you input r=2, s=3 and t=3, you will get a graph like figure 15
    graphic
    Fig. 15, K2,3,3 properly colored.

    Use your program to examine some complete tripartite graphs and answer the following questions:
  4. How many edges does Kr,s,t have?
  5. If a complete tripartite graph Kr,s,t is regular, what can you say about r,s, and t?
  6. Which complete tripartite graph is regular of degree m?
  7. Why can't a complete tripartite graph be trivalent?
  8. Write down the adjacency matrix of K2,3,4.
  9. What is the chromatic number of a complete tripartite graph?

Answers

e-mail: C. Mawata
graphic graphic graphic
© C. Mawata