# File lib/graphviz/theory.rb, line 66
    def laplacian_matrix
      return degree_matrix - adjancy_matrix
    end