Obtaining laplacian of a graph
Info
This question is closed. Reopen it to edit or answer.
Show older comments
The Neumann Laplacian of a simple graph(G) can be formed from the commands degree(G) and adjacency(G), L= D- A .
Could someone suggest how Dirichlet laplacian can be obtained?
5 Comments
Christine Tobler
on 17 Dec 2018
Could you please provide a definition / a link to a definition of the Dirichlet laplacian for a graph?
Deepa Maheshvare
on 18 Dec 2018
Christine Tobler
on 18 Dec 2018
Based on formula (1.10) in that paper, that would be L = 2*d*I + (2*d*I - D) - A, with I the identity and d a scalar depending on the dimensionality of the graph, wouldn't it?
Deepa Maheshvare
on 19 Dec 2018
Christine Tobler
on 19 Dec 2018
A graph doesn't have an inherent dimensionality, this would have to be based on the construction of the graph. Perhaps the linked paper has more information.
Answers (0)
This question is closed.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!