I am studying adjacency matrix and I have the following question: Can an adjacency matrix have all their entries equal zero?
From what I understand it has zeros in its main diagonal and the other entries can be zero or one.
if there exists a path is 1 and 0 otherwise.
So I assume that from these definitions, it is not possible.
Can anyone help me on this?
Thanks