Q4Discrete Mathematics
Question
2 marks
Define Incidence matrix.
Answer
An incidence matrix is a boolean 2D array mathematically defining the precise connections between a graph's vertices and its edges.
An incidence matrix is a fundamental algebraic representation of a graph. It is constructed as a matrix where every row explicitly represents a specific vertex, and every column explicitly represents a specific edge. A matrix entry holds the value '1' if vertex is directly physically connected (incident) to edge , and strictly '0' otherwise.