Adjacency matrices - real matrices or tables?

  • Context: Graduate 
  • Thread starter Thread starter toofle
  • Start date Start date
  • Tags Tags
    Matrices
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
toofle
Messages
20
Reaction score
0
A graph can be represented by an adjacency matrix but how is that a real mathematical matrix and not just a table?
A matrix is part of an equation system Ax=B but what is x and B in this case if A is the adjacency matrix?

For example Google does PageRank with Eigenvalues but what would different operations on an adjacency matrix mean, why is it valid to compute eigenvalues and eigenvectors on an adjacency matrix?
Like taking the determinant of an adjacency matrix, what information do we get?
 
Physics news on Phys.org
The adjacency matrix is as named, a matrix. After all when you want to find the number of walks from one vertex to another you multiply the matrix to itself using matrix multiplication.
 
toofle said:
Like taking the determinant of an adjacency matrix, what information do we get?

You can certainly give sensible interpretations to some matrix operations on adjacency matrices - addition and multiplication for example.

The fact that you can think of other operations that seem to be meaningless is irrelevant. It's hard to think what "information" you would get from finding the inverse tangent of the number of people in a room, but that doesn't mean that the integers, or trigonometry, have no practical uses.