FromAdjacencyMatrix
FromAdjacencyMatrix[m]
constructs a graph from a given adjacency matrix , using a circular embedding.
FromAdjacencyMatrix[m,v]
uses 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 as edge weights, with infinity representing missing edges, and from this constructs a weighted graph using a circular embedding.
FromAdjacencyMatrix[m,v,EdgeWeight]
uses as the embedding for the resulting graph. The option Type can be used along with the EdgeWeight tag.
更多信息和选项
- FromAdjacencyMatrix functionality is now available in the built-in Wolfram Language function AdjacencyGraph.
- To use FromAdjacencyMatrix, you first need to load the Combinatorica Package using Needs["Combinatorica`"].
文本
Wolfram Research (2012),FromAdjacencyMatrix,Wolfram 语言函数,https://reference.wolfram.com/language/Combinatorica/ref/FromAdjacencyMatrix.html.
CMS
Wolfram 语言. 2012. "FromAdjacencyMatrix." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/Combinatorica/ref/FromAdjacencyMatrix.html.
APA
Wolfram 语言. (2012). FromAdjacencyMatrix. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/Combinatorica/ref/FromAdjacencyMatrix.html 年