AdjacencyMatrix
convert the
graph
into a adjacency matrix in sparse array format.
See:
Examples
The sparse array can be converted to an adjacency matrix in List
format with the Normal
function:
Related terms
GraphCenter, GraphDiameter, GraphPeriphery, GraphRadius, EdgeList, EdgeQ, EulerianGraphQ, FindEulerianCycle, FindHamiltonianCycle, FindVertexCover, FindShortestPath, FindSpanningTree, Graph, GraphQ, HamiltonianGraphQ, Normal, VertexEccentricity, VertexList, VertexQ, WeightedAdjacencyMatrix
Implementation status
- ✅ - full supported