Definition
Given a simple graph G with n vertices, its Laplacian matrix is defined as:
That is, it is the difference of the degree matrix D and the adjacency matrix A of the graph. In the case of directed graphs, either the indegree or outdegree might be used, depending on the application.
From the definition follows that:
where deg(vi) is degree of the vertex i.
The normalized Laplacian matrix is defined as:
Read more about this topic: Laplacian Matrix
Famous quotes containing the word definition:
“Its a rare parent who can see his or her child clearly and objectively. At a school board meeting I attended . . . the only definition of a gifted child on which everyone in the audience could agree was mine.”
—Jane Adams (20th century)


