Incidence matrix: Difference between revisions

From Graph
(Created page with "==Definition== ===For a finite undirected graph=== Suppose <math>G</math> is a finite undirected graph. Let <math>m</math> be the size of the edge set <...")
(No difference)

Revision as of 19:53, 25 May 2014

Definition

For a finite undirected graph

Suppose is a finite undirected graph. Let be the size of the edge set and be the size of the vertex set . The incidence matrix, also called the unoriented incidence matrix, of is a matrix defined as follows: The entry of the matrix is defined to be:

  • 1 if vertex is incident on (i.e., equals one of the endpoints of) edge
  • 0 if vertex is not incident on (i.e., does not equal one of the endpoints of) edge .

For a finite directed graph

Suppose is a finite directed graph. Let be the size of the edge set and be the size of the vertex set . The incidence matrix, also called the oriented incidence matrix, of is a matrix defined as follows: The entry of the matrix is defined to be:

  • 1 if vertex is the target vertex of edge
  • -1 if vertex is the source vertex of edge
  • 0 if vertex is not incident on (i.e., does not equal one of the endpoints of) edge .

Attributes of the incidence matrix

Attribute Value for unoriented incidence matrix of a finite simple undirected graph Explanation Value for oriented incidence matrix of a finite simple directed graph Explanation
Set of entry values 0 and 1 Obvious from the definition.
Note that for a matrix with a nonzero number of rows and columns, there exists at least one 1, and the only case that there are no 0s arises when the matrix is the graph with two vertices and one edge joining them.
0, 1, and -1 Obvious from the definition.
Note that for a matrix with a nonzero number of rows and columns, there exists at least one 1 and at least one -1, and the only case that there are no 0s arises when the matrix is the graph with two vertices and one directed edge between them.
Row sum 2 Two 1s in each row, corresponding to the vertices at the endpoints of the edge. The remaining entries are equal to 0.
Note that relaxing the condition of simplicity will make this false.
0 One -1 and one 1 in each row, the remaining entries are 0.