Raw

6. Control questions and tasks / Контрольні запитання і завдання

Adjacency matrices

  1. Define the adjacency matrix of a graph. What does the entry aija_{ij} mean when it is 00, when it is 11, and when it is 33?
  2. How do you tell from the matrix alone whether a graph is directed or undirected? Where do loops appear?
  3. For an undirected graph, how is deg(vi)\deg(v_i) read from the matrix? For a digraph, which sum gives the out-degree and which the in-degree?
  4. Write the adjacency matrix of the 44-cycle A ⁣ ⁣B ⁣ ⁣C ⁣ ⁣D ⁣ ⁣AA\!-\!B\!-\!C\!-\!D\!-\!A, then add a loop at AA and a second edge B ⁣= ⁣CB\!=\!C; show how each change alters the matrix.
  5. Draw the undirected graph of (011102121)\begin{pmatrix}0&1&1\\1&0&2\\1&2&1\end{pmatrix} (vertices x,y,zx,y,z) and give the degree of each vertex.

Vertex colouring and the chromatic number

  1. Define a proper vertex colouring and the chromatic number χ(G)\chi(G). Why do parallel edges not change χ\chi, while a loop makes proper colouring impossible?
  2. State the clique lower bound and the greedy upper bound for χ\chi. What is χ(Kn)\chi(K_n)?
  3. Prove that χ(G)2\chi(G)\le 2 iff GG is bipartite iff GG has no odd cycle. What are χ(C2k)\chi(C_{2k}) and χ(C2k+1)\chi(C_{2k+1})?
  4. To show χ(G)=3\chi(G)=3 you must argue two things — which two? (This is exactly how Graphs 1–5 of Задача 3 are settled.)

Edge colouring and the chromatic index

  1. Define a proper edge colouring and the chromatic index χ(G)\chi'(G). Why is each colour class a matching?
  2. State Vizing’s theorem. What do class 1 and class 2 mean? Give the χ\chi' of Graph 1 (Задача 3) and say which class it is.
  3. Graph 2 of Задача 3 has Δ=4\Delta=4 but χ=5\chi'=5. Using the counting bound χE/n/2\chi'\ge\lceil |E|/\lfloor n/2\rfloor\rceil, explain why four colours cannot suffice for its 99 edges on 55 vertices.

Practical/Practical5/6questions.md · 1.9 KB · updated 2026-07-31 21:14