Home Knowledge Base Graph Laplacian ($L$)

Graph Laplacian ($L$) is the fundamental matrix representation of a graph that encodes its connectivity, spectral properties, and diffusion dynamics — the discrete analog of the continuous Laplacian operator $\nabla^2$ from calculus, measuring how much a signal at each node deviates from the average of its neighbors, serving as the mathematical foundation for spectral clustering, graph neural networks, and signal processing on graphs.

What Is the Graph Laplacian?

Why the Graph Laplacian Matters

Laplacian Spectrum Interpretation

Spectral PropertyGraph MeaningApplication
$lambda_1 = 0$Constant signal (DC component)Always present in connected graphs
$lambda_2$ (Fiedler value)Algebraic connectivity — bottleneck measureSpectral bisection, robustness analysis
Fiedler vectorOptimal 2-way partitionSpectral clustering boundary
Spectral gap ($lambda_2 / lambda_n$)Expansion qualityRandom walk mixing time
Large $lambda_n$High-frequency oscillationBoundary detection, anomaly signals

Graph Laplacian is the curvature of the network — a single matrix that encodes the complete diffusion dynamics, spectral structure, and community organization of a graph, serving as the mathematical backbone for spectral methods, GNN theory, and signal processing on irregular domains.

graph laplaciangraph neural networks

Explore 500+ Semiconductor & AI Topics

From EUV lithography to CUDA optimization — search the full knowledge base or chat with our AI assistant.