CommonSpace

Preparations for Graphs and Matrices

Prerequisites

You have to be familiar with the language of graphs, and the theory of matrices, especially eigenvalues, eigenvectors and characteristic polynomial.

Some Problems to Think of

Introduction

Take a look on this problem, and think the following questions. (You don't have to work it out, but at least think a little bit.)

Problem. Let n>1 be a positive integer. Consider the polynomial defined by

Fn(x)=i=1nxgcd(i,n)
  1. Have you ever seen this Fn elsewhere?
  2. Prove, by any means, that Fn(x) is divisible by n, for all integer x.
  3. Prove that Fn(x)+1 has no linear factors.
  4. Using exactly the same method, try to prove that Fn(x)+1 has no factors of degree 0<d<n. Which properties of Fn would you expect if this method should work?
  5. Prove that Fn(x)+1 is irreducible over Z.

Spectra of Graphs

The following questions have no "correct" answer.

  1. Do you know the definition of the adjacency matrix?
  2. What can you say about the eigenvalues of the adjacency matrix? Are they all real? Can they all be positive?
  3. If you're only given the eigenvalues of the adjacency matrix, but not the graph, what information can you get?
  4. Give a combinatorial interpretation of the eigenvalues of the adjacency matrix.