Discrete Mathematics
An adjacency matrix is a square matrix used to represent a finite graph, where the elements indicate whether pairs of vertices are adjacent or not in the graph. Each row and column of the matrix corresponds to a vertex, and an entry of '1' or '0' in the matrix indicates the presence or absence of an edge between the vertices, respectively. This representation provides a straightforward way to analyze and perform computations related to graph properties and relationships.
congrats on reading the definition of adjacency matrix. now let's actually learn it.