Incidence matrix

From Free net encyclopedia

In mathematics, an incidence matrix is a matrix that shows the relationship between two classes of objects. If the first class is X and the second is Y, the matrix has one row for each element of X and one column for each element of Y. The entry in row x and column y is 1 if x and y are related (called incident in this context) and 0 if they are not. There are variations; see below.

Contents

Graph theory

Ordinary and directed graphs

In graph theory, the incidence matrix of an undirected graph G is a p × q matrix <math>[b_{ij}]</math> where p and q are the number of vertices and edges respectively, such that <math>b_{ij} = 1</math> if the vertex <math>v_i</math> and edge <math>x_j</math> are incident and 0 otherwise. This matrix is also called the unoriented incidence matrix.

The incidence matrix of a directed graph D is a p × q matrix <math>[b_{ij}]</math> where p and q are the number of vertices and edges respectively, such that <math>b_{ij} = -1</math> if the edge <math>x_j</math> leaves vertex <math>v_i</math>, <math>1</math> if it enters vertex <math>v_i</math> and 0 otherwise. (Many authors use the opposite sign convention!)

An oriented incidence matrix of an undirected graph G is the incidence matrix, in the sense of directed graphs, of any orientation of G. That is, in the column of edge e, there is a +1 in the row corresponding to one vertex of e and a -1 in the row corresponding to the other vertex of e, and all other rows have 0. All oriented incidence matrices of G differ only by negating some set of columns. In many uses, this is an insignificant difference, so one can speak of the oriented incidence matrix, even though that is technically incorrect.

The oriented or unoriented incidence matrix of a graph G is related to the adjacency matrix of its line graph L(G) by the following theorem:

<math>

A(L(G)) = B(G)^{T}B(G) - 2I_q </math>

where <math>A(L(G))</math> is the adjacency matrix of the line graph of G, B(G) is the incidence matrix, and <math>I_q</math> is the identity matrix of dimension q.

The Kirchhoff matrix is obtained from the oriented incidence matrix M(G) by the formula

<math>

M(G) M(G)^{T}. </math>

The integral cycle space of a graph is equal to the null space of its oriented incidence matrix, viewed as a matrix over the integers or real or complex numbers. The binary cycle space is the null space of its oriented or unoriented incidence matrix, viewed as a matrix over the two-element field.

Signed and bidirected graphs

The incidence matrix of a signed graph is a generalization of the oriented incidence matrix. It is the incidence matrix of any bidirected graph that orients the given signed graph. The column of a positive edge has a +1 in the row corresponding to one endpoint and a -1 in the row corresponding to the other endpoint, just like an edge in an ordinary (unsigned) graph. The column of a negative edge has either a +1 or a -1 in both rows. The line graph and Kirchhoff matrix properties generalize to signed graphs.

Multigraphs

The definitions of incidence matrix apply to graphs with loops and multiple edges. The column of an oriented incidence matrix that corresponds to a loop is all zero, unless the graph is signed and the loop is negative; then the column is all zero except for ±2 in the row of its incident vertex.

Incidence structures

The incidence matrix of an incidence structure C is a p × q matrix <math>[b_{ij}]</math> where p and q are the number of points and lines respectively, such that <math>b_{ij} = 1</math> if the point <math>p_i</math> and line <math>L_j</math> are incident and 0 otherwise. In this case the incidence matrix is also a biadjacency matrix of the Levi graph of the structure.

Finite geometries

An important example is a finite geometry. For instance, in a finite plane, X is the set of points and Y is the set of lines. In a finite geometry of higher dimension, X could be the set of points and Y could be the set of subspaces of dimension one less than the dimension of Y; or X could be the set of all subspaces of one dimension d and Y the set of all subspaces of another dimension e.

Block designs

Another example is a block design. Here X is a finite set of "points" and Y is a class of subsets of X, called "blocks", subject to rules that depend on the type of design. The incidence matrix is an important tool in the existence theory of block designs. For instance, it is used to prove the fundamental theorem of symmetric 2-designs, that the number of blocks equals the number of points.