incidence matrix

Tags: #definition

incidence matrix

Let G be a graph with n vertices and m edges. The incidence matrix of G is the n×m matrix C=(cij) such that
cij=1 if the ith vertex is incident to the jth edge (ie. that it is an endpoint of j), 0 otherwise.

Example

Let G be the following graph:
Pasted image 20260409095759.png|200
Its incidence matrix is

C=[111100100010010001001111]