Return the normalized Laplacian matrix of G.
The normalized graph Laplacian is the matrix NL=D^(-1/2) L D^(-1/2) L is the graph Laplacian and D is the diagonal matrix of node degrees.
Parameters: | G : graph
nodelist : list, optional
|
---|---|
Returns: | L : NumPy matrix
|
See also
References
[R82] | Fan Chung-Graham, Spectral Graph Theory, CBMS Regional Conference Series in Mathematics, Number 92, 1997. |