Working Notes: a commonplace notebook for recording & exploring ideas.
Home. Site Map. Subscribe. More at expLog.
Adjacency Matrix
- A[ij] = 1 if there is an edge from node i to node j.
- Choose 1/0 in the diagonal.
- Symmetric for undirected graphs.
- Labeling nodes in ancestral order allows for a triangular adjacency matrix.
- [[BRML]]
— Kunal