networkx.adj_matrix
networkx.normalized_laplacian
Return standard combinatorial Laplacian of G as a numpy matrix.
Return the matrix L = D - A, where
D is the diagonal matrix in which the i’th entry is the degree of node i A is the adjacency matrix.