If your graph is undirected, then its adjacency matrix will be symmetric.
Faizan
Chat with our AI personalities
An adjacency matrix is a matrix showing which vertices of a graph are adjacent to which other vertices.
adjacency matrix- since the edges are the relationship between two vertices ,the graph can be represented by a matrix,
Symmetric Matrix:Given a square matrix A such that A'=A, where A' is the transpose of A, then A is a symmetric matrix.note: No need to think about diagonal elements, they can be anything.
yes, it is both symmetric as well as skew symmetric
parallel edges