GraphLaplaceOperators
GraphLaplaceOperators refer to the Laplacian operators defined on graphs, fundamental in spectral graph theory. For an undirected graph G = (V,E) with n vertices, let A be its adjacency matrix and D the diagonal degree matrix with Dii = deg(v_i). The unnormalized graph Laplacian is L = D − A. L is symmetric and positive semidefinite; its eigenvalues are nonnegative and its eigenvectors form a basis for the vertex space. The multiplicity of the zero eigenvalue equals the number of connected components, and the corresponding eigenvectors are constant on each component.
Normalized variants are widely used due to their favorable scaling properties. The symmetric normalized Laplacian is
Interpretation and applications often rely on the quadratic form x^T L x = ∑_(i~j) (x_i − x_j)^2, which