A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Adjacency Matrix and Spectral Graph Theory

Research Depth 85 in the knowledge graph I know this Set as goal
4topics build on this
365prerequisites beneath it
See this on the map →
Eigenvalues and EigenvectorsFormal Definitions in Graph TheoryGraph Laplacian and Laplacian Spectrum
adjacency-matrix spectral-methods eigenvalues

Core Idea

The adjacency matrix A of a graph encodes its structure; its eigenvalues (spectrum) reveal deep information about the graph. The largest eigenvalue λ₁ relates to edge density, expansion properties, and diameter. Spectral methods connect linear algebra to graph combinatorics.

Explainer

The adjacency matrix A of a graph with n vertices is an n × n matrix where entry Aᵢⱼ = 1 if there is an edge between vertex i and vertex j, and 0 otherwise. For an undirected graph, A is symmetric — Aᵢⱼ = Aⱼᵢ. This encoding is not just a bookkeeping device; multiplying A by itself reveals structure invisible to the eye. The entry (A²)ᵢⱼ counts the number of walks of length 2 from vertex i to vertex j, because you sum over all possible intermediate vertices k the product Aᵢₖ · Aₖⱼ. More generally, (Aᵏ)ᵢⱼ counts walks of length k between i and j. Graph connectivity questions become matrix power questions.

Because A is a real symmetric matrix, your prerequisite on eigenvalues guarantees it has n real eigenvalues and n orthogonal eigenvectors. The eigenvalues of A, sorted as λ₁ ≥ λ₂ ≥ … ≥ λₙ, are called the spectrum of the graph. The largest eigenvalue λ₁ (the spectral radius) is tightly connected to the graph's edge density: for a d-regular graph (every vertex has degree d), λ₁ = d exactly, and the eigenvector corresponding to λ₁ is the all-ones vector. The remaining eigenvalues measure how much the graph deviates from this uniform structure.

The spectral gap — the difference λ₁ − λ₂ — is one of the most important quantities in spectral graph theory. A large spectral gap means the graph is a good expander: information, random walks, or network traffic spreads quickly and does not get trapped in clusters. Expander graphs are used in error-correcting codes, derandomization, and network design precisely because their spectral gap guarantees rapid mixing. Conversely, a small spectral gap indicates that the graph is nearly disconnected — it can be cut into large pieces with few crossing edges. The Cheeger inequality makes this intuition precise by bounding the edge expansion ratio above and below by functions of the spectral gap.

Spectral methods also detect clustering and community structure. The eigenvectors corresponding to the smallest eigenvalues tend to assign similar values to vertices in the same community and different values to vertices in different communities — this is the mathematical basis for spectral clustering, a technique widely used in data science and machine learning. The adjacency matrix bridge between graph combinatorics and linear algebra is one of the most productive in all of mathematics: discrete, combinatorial structure becomes continuous geometry in eigenspace, and techniques from one world illuminate the other.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewVectors in Two DimensionsVector Operations: Addition, Subtraction, and Scalar MultiplicationDot Product (Inner Product in R^n)Matrix MultiplicationDeterminants of 2×2 and 3×3 MatricesInvertible Matrices and Matrix InversesSystems of Linear Equations and Matrix FormGaussian Elimination and Row ReductionRow Echelon Form and Back SubstitutionThe Standard Matrix of a Linear TransformationEigenvalues and EigenvectorsAdjacency Matrix and Spectral Graph Theory

Longest path: 86 steps · 365 total prerequisite topics

Prerequisites (2)

Leads To (1)