OutDegree[g,n]
returns the out-degree of vertex
in directed graph
.
OutDegree[g]
returns the sequence of out-degrees of the vertices in directed graph
.
OutDegree
OutDegree[g,n]
returns the out-degree of vertex
in directed graph
.
OutDegree[g]
returns the sequence of out-degrees of the vertices in directed graph
.
Details and Options
- OutDegree functionality is now available in the built-in Wolfram Language function VertexOutDegree.
- To use OutDegree, you first need to load the Combinatorica Package using Needs["Combinatorica`"].
Examples
Basic Examples (2)
Needs["Combinatorica`"]g = FromOrderedPairs[{{1, 2}, {2, 3}, {3, 4}, {4, 5}, {1, 5}, {1, 6}}];ShowGraph[g]OutDegree[g, 2]OutDegree has been superseded by VertexOutDegree:
g = Graph[{12, 23, 34, 45, 15, 16}]VertexOutDegree[g, 2]See Also
Tech Notes
Related Guides
-
▪
- Graph Properties ▪
- Graphs & Networks ▪
- Graph Visualization ▪
- Computation on Graphs ▪
- Graph Construction & Representation ▪
- Graphs and Matrices ▪
- Graph Properties & Measurements ▪
- Graph Operations and Modifications ▪
- Statistical Analysis ▪
- Social Network Analysis ▪
- Graph Properties ▪
- Mathematical Data Formats ▪
- Discrete Mathematics
Text
Wolfram Research (2012), OutDegree, Wolfram Language function, https://reference.wolfram.com/language/Combinatorica/ref/OutDegree.html.
CMS
Wolfram Language. 2012. "OutDegree." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/Combinatorica/ref/OutDegree.html.
APA
Wolfram Language. (2012). OutDegree. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/Combinatorica/ref/OutDegree.html
BibTeX
@misc{reference.wolfram_2026_outdegree, author="Wolfram Research", title="{OutDegree}", year="2012", howpublished="\url{https://reference.wolfram.com/language/Combinatorica/ref/OutDegree.html}", note=[Accessed: 15-June-2026]}
BibLaTeX
@online{reference.wolfram_2026_outdegree, organization={Wolfram Research}, title={OutDegree}, year={2012}, url={https://reference.wolfram.com/language/Combinatorica/ref/OutDegree.html}, note=[Accessed: 15-June-2026]}