|
|
||
|
|
| Graph Utilities Package Symbol | Tutorials »|See Also »|More About » |
| AdjacencyMatrix[g] gives the SparseArray object representing the graph g. |
| AdjacencyMatrix[g, n] gives the SparseArray object representing the graph g, adding additional unconnected vertices, if necessary, to create a graph with n vertices. |
Needs["GraphUtilities`"] The SparseArray representation of a graph specified by a rule list:
Needs["GraphUtilities`"] This gives a SparseArray representation of a graph specified by a Combinatorica object:
Needs["GraphUtilities`"] This adds an extra row and column to the adjacency matrix, corresponding to unconnected vertices:
| |||||||||||||||||||||||||||||
| © 2008 Wolfram Research, Inc. |