update matrix Clear matrix Compute graph properties Adjacency matrix A = (a ij ) Rows correspond to source vertices, columns to target vertices.
For undirected graphs, entries above the diagonal are mirrored automatically. Edge list (optional, to populate the matrix) Apply edge list to matrix Accepted formats: u v or u-v ,
separated by commas or new lines. Use your vertex labels or indices (1-based). Graph summary Vertices (n) – Edges (m) – Directed
Calculators in update matrix Clear matrix Compute graph properties Adjacency matrix A = (a ij ) Rows correspond to source vertices, columns to target vertices.
For undirected graphs, entries above the diagonal are mirrored automatically. Edge list (optional, to populate the matrix) Apply edge list to matrix Accepted formats: u v or u-v ,
separated by commas or new lines. Use your vertex labels or indices (1-based). Graph summary Vertices (n) – Edges (m) – Directed.