Combinatorica`
Combinatorica`

FromAdjacencyMatrix

As of Version 10, most of the functionality of the Combinatorica package is built into the Wolfram System. »

FromAdjacencyMatrix[m]

constructs a graph from a given adjacency matrix m, using a circular embedding.

FromAdjacencyMatrix[m,v]

uses v as the embedding for the resulting graph. An option Type that takes on the values Directed or Undirected can be used to affect the type of graph produced. The default value of Type is Undirected.

FromAdjacencyMatrix[m,EdgeWeight]

interprets the entries in m as edge weights, with infinity representing missing edges, and from this constructs a weighted graph using a circular embedding.

FromAdjacencyMatrix[m,v,EdgeWeight]

uses v as the embedding for the resulting graph. The option Type can be used along with the EdgeWeight tag.

Details and Options

Wolfram Research (2012), FromAdjacencyMatrix, Wolfram Language function, https://reference.wolfram.com/language/Combinatorica/ref/FromAdjacencyMatrix.html.

Text

Wolfram Research (2012), FromAdjacencyMatrix, Wolfram Language function, https://reference.wolfram.com/language/Combinatorica/ref/FromAdjacencyMatrix.html.

CMS

Wolfram Language. 2012. "FromAdjacencyMatrix." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/Combinatorica/ref/FromAdjacencyMatrix.html.

APA

Wolfram Language. (2012). FromAdjacencyMatrix. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/Combinatorica/ref/FromAdjacencyMatrix.html

BibTeX

@misc{reference.wolfram_2023_fromadjacencymatrix, author="Wolfram Research", title="{FromAdjacencyMatrix}", year="2012", howpublished="\url{https://reference.wolfram.com/language/Combinatorica/ref/FromAdjacencyMatrix.html}", note=[Accessed: 19-March-2024 ]}

BibLaTeX

@online{reference.wolfram_2023_fromadjacencymatrix, organization={Wolfram Research}, title={FromAdjacencyMatrix}, year={2012}, url={https://reference.wolfram.com/language/Combinatorica/ref/FromAdjacencyMatrix.html}, note=[Accessed: 19-March-2024 ]}