Graph Theory – Uses of the Incidence Matrix of a Graph

applicationscombinatoricsgraph theory

The incidence matrix of a graph is a way to represent the graph. Why go through the trouble of creating this representation of a graph? In other words what are the applications of the incidence matrix or some interesting properties it reveals about its graph?

Best Answer

Because then one may apply matrix theoretical tools to graph theory problems. One area where it is useful is when you consider flows on a graph, e.g. the flow of current on an electrical circuit and the associated potentials.

Related Question