function e = eigOfLaplacianAndB(A,B) G = graph(A); L = laplacian(G); e = eig(-(L+B)); end