EdgeCount
EdgeCount[g]
gives a count of the number of edges in the graph g.
EdgeCount[g,patt]
gives a count of the number of edges that match the pattern patt.
EdgeCount[{vw,…},…]
uses rules vw to specify the graph g.
Examples
open allclose allBasic Examples (2)
Scope (7)
EdgeCount works with undirected graphs:
Use rules to specify the graph:
Applications (2)
Properties & Relations (7)
The number of edges of CompleteGraph[n]:
EdgeCount can be found using EdgeList:
The number of edges for a directed graph can be found from matrix representations:
Totaling the adjacency matrix:
The number of columns of the incidence matrix:
The number of edges for an undirected graph can be found from matrix representations:
The total of the upper (or lower) triangular part of the adjacency matrix:
The number of columns of the incidence matrix:
Totaling the diagonal elements of the Kirchhoff matrix, divided by 2:
The number of edges of the graph is equal to the number of vertices of its line graph:
The sum of the degrees of all vertices of a graph is twice the number of edges:
The underlying undirected graph of a graph g has the same number of edges as g:
Text
Wolfram Research (2010), EdgeCount, Wolfram Language function, https://reference.wolfram.com/language/ref/EdgeCount.html (updated 2015).
CMS
Wolfram Language. 2010. "EdgeCount." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2015. https://reference.wolfram.com/language/ref/EdgeCount.html.
APA
Wolfram Language. (2010). EdgeCount. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/EdgeCount.html