Jump to content

Talk:Adjacency matrix: Difference between revisions

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
Content deleted Content added
m Fixing temporary "arxiv.org/PS_cache" and obsolete "arxiv.org/ftp" URLs to link to abstract page with download links instead (with script assistance)
Query on node 1 being self-adjacent
Line 50: Line 50:
Relative to the Adjacency Matrix example, for those less familiar with this area a small edit would clarify that the matrix listing refers to nodes 1 to 6 in the picture, with node 1 at the top and node 6 at the bottom of the matrix
Relative to the Adjacency Matrix example, for those less familiar with this area a small edit would clarify that the matrix listing refers to nodes 1 to 6 in the picture, with node 1 at the top and node 6 at the bottom of the matrix
--[[User:TopoRubin|TopoRubin]] 16:06, 3 March 2007 (UTC)
--[[User:TopoRubin|TopoRubin]] 16:06, 3 March 2007 (UTC)

Is the Adjacency Matrix correct? It appears to indicate that node 1 is adjecent to itself. - I am not a mathematician, but unless there is a requirement in a closed sytem for this to be so I suggest the first entry should be a '0', thus maintaining the diagonal of non-self-adjacency.

Revision as of 23:57, 5 July 2008

WikiProject iconMathematics B‑class Mid‑priority
WikiProject iconThis article is within the scope of WikiProject Mathematics, a collaborative effort to improve the coverage of mathematics on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
BThis article has been rated as B-class on Wikipedia's content assessment scale.
MidThis article has been rated as Mid-priority on the project's priority scale.


I removed

The modified adjacency matrix is generated by replacing all entries greater than 1 in the adjacency matrix by 1.

from the article. The edges in graphs are defined as a set, so it is not possible that an edge (vi,vj) is contained more than once. I think the adjacency matrix should be a (0,1)-matrix and perhaps in a subsection someone could extend this definition to count the number of edges two vertices share.MathMartin 18:56, 25 Sep 2004 (UTC)

This is correct, although multigraphs have a multiset of edges. Derrick Coetzee 00:25, 2 Oct 2004 (UTC)

Maybe the example graph can contain a self loop, to show how it can be represented into the adjacency matrix.

That's a great idea. Deco 01:39, 21 Mar 2005 (UTC)

Most software packages show a binary adjacency matrix, even on the diagonal. But loops are always counted twice, and some books show an adjacency matrix like this one, with 2 on the diagonal...

I don't think the information about the relationship between the invertibility of I-A and the presence of directed cycles in the graph is correct. For example, if the adjacency matrix of a directed graph is like the one below, the graph both contains a cycle and has invertible I-A.

The statement about det(I-A) is definitely wrong. For an infinite set of counter-examples, consider the adjacency matrices of complete graphs of 3 or more vertices. They all have determinant I-A not equal to 0, so are invertible, but they also all contain cycles, whether treated as directed or undirected graphs. Cdsmith (talk) 15:31, 1 May 2008 (UTC)[reply]

Properties section

What does one cannot 'hear' the shape of a graph mean? --Bkkbrad 19:53, 16 November 2006 (UTC)[reply]

See the following articles -
Hope that helps. It's all a little out of my league. Perhaps it needs citation, though, because it is not obvious to laymen. Also, there is at least one article on arXiv claiming you can hear the shape of certain graphs. [1] --W0lfie (talk) 16:57, 18 December 2007 (UTC)[reply]

Relative to the Adjacency Matrix example, for those less familiar with this area a small edit would clarify that the matrix listing refers to nodes 1 to 6 in the picture, with node 1 at the top and node 6 at the bottom of the matrix --TopoRubin 16:06, 3 March 2007 (UTC)[reply]

Is the Adjacency Matrix correct? It appears to indicate that node 1 is adjecent to itself. - I am not a mathematician, but unless there is a requirement in a closed sytem for this to be so I suggest the first entry should be a '0', thus maintaining the diagonal of non-self-adjacency.