Properties of Adjacency Matrix

 

Properties of Adjacency matrix

  • if we raise the adjacency matrix to the power of L, the entry at position (m,n) of contains the number of unique walks of length L from node n to node m
  • Node indexing is arbitrary
  • Permutation matrix
    • matrix where exactly one entry in each row and column take the value one, and the remaining values are zero
    • When position (m,n) of the permutation matrix is set to one, it indicates that node mwill become node nafter the permutation.
    • post-multiplying by P permutes the columns and pre-multiplying by permutes the rows