Graph Theory Lessons

Answers to Lesson 19

  1. Sqm,n has (m - 1)n + (n - 1)m = 2mn - n -m edges.

  2. If m>1 and n>1,
  3. If n > 1 and m > 1 then the chromatic number of Sqm,n is 2.

  4. Sq1,1, Sq1,2, and Sq2,1 are regular of degree 1, while Sq2,2 is regular of degree 2.

  5. (Use the program to find a Hamilton circuit in Sq4,3 and one in Sq4,4).

  6. From problem 2, Sqm,n has


    vertices. Therefore a Hamilton circuit in Sqm,n has mn edges. If a Hamilton circuit has r right moves, l left moves, u upward moves, and d downward moves then, since the circuit starts and ends at the same vertex, r = l and u = d. Therefore


    If m and n are both odd, then this is impossible since the product mn is odd while 2r + 2u is even.

  7. If Sqm,n has an Euler circuit then both m and n must be at least 2. Also, all the vertices must have even degree. From problem 2, there are 2(m + n - 4) vertices of degree 3 so we need m + n - 4 =0, i.e. . m = 4 - n as well as m > 1 and n > 1. We must therefore have m = n = 2.

  8. A triangular grid always has an Euler circuit because is is connected and all of its vertices have even degree (2, 4, or 6).
e-mail: C. Mawata
© C. Mawata