ToAdjacencyMatrix
ToAdjacencyMatrix[g]
constructs an adjacency matrix representation for graph .
ToAdjacencyMatrix[g,EdgeWeight]
returns edge weights as entries of the adjacency matrix with Infinity representing missing edges.
Details and Options
- ToAdjacencyMatrix functionality is now available in the built-in Wolfram Language function AdjacencyMatrix.
- To use ToAdjacencyMatrix, you first need to load the Combinatorica Package using Needs["Combinatorica`"].
- An option Type that takes on values All or Simple can be used to affect the matrix constructed.
- Type->All is the default, and Type->Simple ignores any self-loops or multiple edges may have.
Text
Wolfram Research (2012), ToAdjacencyMatrix, Wolfram Language function, https://reference.wolfram.com/language/Combinatorica/ref/ToAdjacencyMatrix.html.
CMS
Wolfram Language. 2012. "ToAdjacencyMatrix." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/Combinatorica/ref/ToAdjacencyMatrix.html.
APA
Wolfram Language. (2012). ToAdjacencyMatrix. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/Combinatorica/ref/ToAdjacencyMatrix.html