Daily tweets about networks, graph theory, and related topics from @JohnDCook

Joined July 2013
221 Photos and videos
Pinned Tweet
1
10
51
The eccentricity of a node v is the maximum distance from v to all other nodes in the graph.
2
549
A graph is chordal if every cycle of length >3 has a chord (an edge joining two nodes not adjacent in the cycle). en.wikipedia.org/wiki/Chorda…
2
548
If A is the adjacency matrix of a graph, the trace of A³ is six times the number of triangles in the graph.
2
5
571
The characteristic polynomial of a graph is the determinant of xI - A where A is its adjacency matrix.
1
3
478
Given a list of numbers, when can you construct a simple graph whose nodes have those degrees? en.wikipedia.org/wiki/Erd…
1
3
518
Modularity in a network is a measure of the degree to which nodes associate with like nodes. en.wikipedia.org/wiki/Modula…
4
827
The eigenvector corresponding to the second smallest eigenvalue of the Laplacian is called the Fiedler vector.
1
4
617
Hitting time is asymmetric. Commute time c(i, j) = h(i -> j) h(j -> i) is symmetric.
1
2
560
The hitting time h(i -> j) is the average number of steps to walk from node i to node j where probability is proportional to edge weight.
1
1
501
Why are planar graphs so exceptional? mathoverflow.net/questions/7…

1
6
1,112
The reciprocity of a graph is the proportion of edges that are reciprocated.
4
817
In a directed graph, an edge from i to j is reciprocated if there is also an edge from j to i.
3
810
The betweenness centrality of a point is the number of geodesic paths that pass through the point.
3
747
The Petersen graph serves as a counterexample to many would-be graph conjectures. en.wikipedia.org/wiki/Peters…
2
580