Spectral Graph Theory, Spring 2025
Schedule of Lectures and Assignments
Here is the course syllabus.
Readings will come from this draft of a book.
The Julia code that I use to generate the examples in lecture is in
this GitHub repository.
You can find lecture notes from previous years here:
(Fall 2019),
(Fall 2018),
(Fall 2015),
(Fall 2012),
(Fall 2009).
Not a lecture: Dan's favorite inequality
Lectures:
- Jan 13:
Introduction. Review of Graphs and Spectral Theory. Survey of highlights of the course.
Reading: Chapter 1 and Section 2.1. my notes
A pdf of the Jupyter notebook from class.
- Jan 15: The Laplacian Matrix and Spectral Graph Drawing. Courant-Fischer.
Reading: Section 2.2 and Chapter 3. my notes.
- Jan 22: Adjacency Matrix eigenvalues, Perron-Frobenius theory, and graph coloring.
Reading: Chapter 4, but skipping Section 4.3. my notes.
ps1 out.
- Jan 24: Eigenvalue Interlacing, Graph Coloring, and Independent Sets.
Reading: Section 4.3, and chapter on "Independent Sets and Coloring" (but not Section 4). my notes.
- Jan 27: Eigenvalues and graph partitioning.
Reading: Chapter on "Graph Partitioning", and sections 4 and 5 of "Nodal Domains"
my notes.
- Jan 29: The Zoo of graphs. Bounding eigenvalues by test vectors.
Reading: Chapter 5. my notes.
- Feb 3: Eigenvalue comparison theorems.
Reading: Chapter 6. my notes.
ps1 due, ps2 out.
- Feb 5: Eigenvalues of random graphs.
Reading: Chapter 8. my notes,
and the pdf of the Jupyter Notebook.
Feb 7: Bonus Lecture by Marco Pirazzini on Eigenvalues and Eigenvectors of Cayley Graphs
Reading: Marco's notes.
- Feb 10: Partitioning in Stochastic Block Models.
Reading: Chapter 23. my notes,
and the pdf of the Jupyter Notebook.
- Feb 12: Cheeger's inequality.
Reading: Chapter 21. my notes.
- Feb 17: Random Walks on Graphs
Reading: Chapter 10. my notes.
ps2 due, ps3 out.
- Feb 19: Spring and resistor networks
Reading: Chapter 11. my notes.
- Feb 24: Elimination and Schur Complements. Effective Resistance.
Reading: Chapter 12. my notes.
- Feb 26: Spring embeddings of planar graphs.
Reading: Chapter 15. my notes.
- Mar 3: Introduction to Expander Graphs
Reading: Chapter 27. my notes.
ps3 due, ps4 out.
- Mar 5: PSRGs via Random Walks on Expanders
Reading: Chapter 31, and maybe Section 4 of Chapter 7. my notes.
Spring Break!
- Mar 24: Introduction to Coding Theory
Reading: Chapter 28. my notes.
- Mar 26: Expander Codes
Reading: Chapter 29. my notes.
ps4 due, ps5 out.
- Mar 31: A simple construction of expander graphs
Reading: Chapter 30. my notes.
- Apr 2: Sparsification of graphs by random sampling.
Reading: Chapter 32. my notes.
- Apr 7: Linear-sized sparsifiers of graphs.
Reading: Chapter 33.
- Apr 9: Iterative Solvers for Linear Equations.
Reading: Chapter 34.
ps5 due, ps6 out.
- Apr 14: The Conjugate Gradient
Reading: Chapter 35.
- Apr 16: Preconditioning by low-stretch spanning trees
Reading: Chapter 36.
- Apr 21: Nearly-linear time Laplacian solvers.
Reading: Chapter 37.
- Apr 23: Developments in Spectral Graph Theory, and other cool related topics.
ps6 due.