WeightedAdjacencyMatrix
convert the
graph
into a weighted 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
AdjacencyMatrix, GraphCenter, GraphDiameter, GraphPeriphery, GraphRadius, EdgeList, EdgeQ, EulerianGraphQ, FindEulerianCycle, FindHamiltonianCycle, FindVertexCover, FindShortestPath, FindSpanningTree, Graph, GraphQ, HamiltonianGraphQ, Normal, VertexEccentricity, VertexList, VertexQ
Implementation status
- ✅ - full supported