关联矩阵

来自集智百科 - 复杂系统|人工智能|复杂科学|复杂网络|自组织
CecileLi讨论 | 贡献2020年10月13日 (二) 23:29的版本 →‎Multigraphs
跳到导航 跳到搜索

此词条暂由彩云小译翻译,未经人工整理和审校,带来阅读不便,请见谅。
由CecileLi初步审校

本词条由信白初步翻译

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.

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.

在数学中,关联矩阵 Incidence Matrix是表示两类对象之间关系的矩阵。如果自变量是 x,因变量是 y,那么这个矩阵对于 x 的每个元素存在一行,对于 y 的每个元素存在一列。如果 x 和 y 是相关的(在本文中称为 incident) ,则行 x 和列 y 中的条目为1,如果它们不是相关的,则结果为0。但也有一些例外,请看下文。


Graph theory 图论

图论 Graph Theory

Incidence matrices are frequently used in graph theory.

Incidence matrices are frequently used in graph theory.

关联矩阵是图论中经常使用的一种表示方法。


Undirected and directed graphs 无向图和有向图

无向图和有向图 Undirected And Directed Graphs

图:An undirected graph.

一个无向图。

In graph theory an undirected graph has two kinds of incidence matrices: unoriented and oriented.

In graph theory an undirected graph has two kinds of incidence matrices: unoriented and oriented.

在图论中,无向图 Undirected Graph有两种关联矩阵: 无向关联矩阵和有向关联矩阵。


The unoriented incidence matrix (or simply incidence matrix) of an undirected graph is a n × m matrix B, where n and m are the numbers of vertices and edges respectively, such that Bi,j = 1 if the vertex vi and edge ej are incident and 0 otherwise.

The unoriented incidence matrix (or simply incidence matrix) of an undirected graph is a matrix B, where n and m are the numbers of vertices and edges respectively, such that if the vertex vi and edge ej are incident and 0 otherwise.

无向图的无向关联矩阵(也称为简单的关联矩阵)是一个矩阵B,其中 nm 分别是顶点和边的数目,如果顶点 vi 和边 ej是关联的,则结果为1,否则为0。


For example the incidence matrix of the undirected graph shown on the right is a matrix consisting of 4 rows (corresponding to the four vertices, 1–4) and 4 columns (corresponding to the four edges, e1–e4):

For example the incidence matrix of the undirected graph shown on the right is a matrix consisting of 4 rows (corresponding to the four vertices, 1–4) and 4 columns (corresponding to the four edges, e1–e4):

如图右所示的无向图,它的关联矩阵是一个4行(分别对应4个顶点,1-4)4列(各自对应4条边,e1-e4)组成的矩阵:

{ | align = left class = wikable
e1 e2 e3 e4 e1 e2 e3 e4 电子邮件!2! !3 !E < sub > 4
1 1 1 1 1 1 0 1 1 1 0 1 1 1 0
2 2 2 1 0 0 0 1 0 0 0 1 0 0 0
3 3 3 0 1 0 1 0 1 0 1 0 1 0 1
4 4 4 0 0 1 1 0 0 1 1 0 0 1 1

= = =

[math]\displaystyle{ \lt math\gt 《数学》 \begin{pmatrix} \begin{pmatrix} 开始{ pmatrix } 1 & 1 & 1 & 0 \\ 1 & 1 & 1 & 0 \\ 1 & 1 & 1 & 0 \\ 1 & 0 & 0 & 0 \\ 1 & 0 & 0 & 0 \\ 1 & 0 & 0 & 0 \\ 0 & 1 & 0 & 1 \\ 0 & 1 & 0 & 1 \\ 0 & 1 & 0 & 1 \\ 0 & 0 & 1 & 1 \\ 0 & 0 & 1 & 1 \\ 0 & 0 & 1 & 1 \\ \end{pmatrix}. \end{pmatrix}. 结束{ pmatrix }。 }[/math]

</math>

数学

|}


If we look at the incidence matrix, we see that the sum of each column is equal to 2. This is because each edge has a vertex connected to each end.

If we look at the incidence matrix, we see that the sum of each column is equal to 2. This is because each edge has a vertex connected to each end.

观察关联矩阵,我们就会发现,每一列的和总是等于2的。这是因为每条边都有一个顶点连接到每个端点。


The incidence matrix of a directed graph is a n × m matrix B where n and m are the number of vertices and edges respectively, such that Bi,j = −1 if the edge ej leaves vertex vi, 1 if it enters vertex vi and 0 otherwise (many authors use the opposite sign convention).

The incidence matrix of a directed graph is a matrix B where n and m are the number of vertices and edges respectively, such that if the edge ej leaves vertex vi, 1 if it enters vertex vi and 0 otherwise (many authors use the opposite sign convention).

有向图的关联矩阵是一个矩阵B,其中 nm 分别是顶点和边的数目,这样如果边 ej 离开顶点 vi,为1,如果它进入顶点 vi ,为0(许多作者使用相反的符号约定)。The incidence matrix of a directed graph is a matrix B where n and m are the number of vertices and edges respectively, such that if the edge ej leaves vertex vi, 1 if it enters vertex vi and 0 otherwise (many authors use the opposite sign convention).


The oriented incidence matrix of an undirected graph is the incidence matrix, in the sense of directed graphs, of any orientation of the graph. That is, in the column of edge e, there is one 1 in the row corresponding to one vertex of e and one −1 in the row corresponding to the other vertex of e, and all other rows have 0. The oriented incidence matrix is unique up to negation of any of the columns, since negating the entries of a column corresponds to reversing the orientation of an edge.

The oriented incidence matrix of an undirected graph is the incidence matrix, in the sense of directed graphs, of any orientation of the graph. That is, in the column of edge e, there is one 1 in the row corresponding to one vertex of e and one −1 in the row corresponding to the other vertex of e, and all other rows have 0. The oriented incidence matrix is unique up to negation of any of the columns, since negating the entries of a column corresponds to reversing the orientation of an edge.

无向图的有向关联矩阵在有向图的意义上是关于图的任任意方向的关联矩阵。也就是说,在边e的列中,e对应的一个顶点的行中有一个1,而另一个顶点的行中有一个−1,所有其他行都有0。定向关联矩阵是唯一的,因为对于任何列取反,列中的条目求逆向对应于反转边的方向。


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

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

G 的无向关联矩阵与其线图 Line Graph L(G)的邻接矩阵有以下定理关系:

[math]\displaystyle{ A(L(G)) = B(G)^\textsf{T}B(G) - 2I_m. }[/math]
[math]\displaystyle{ A(L(G)) = B(G)^\textsf{T}B(G) - 2I_m. }[/math]

A (l (g)) = b (g) ^ textsf { t } b (g)-2I _ m. </math >


where A(L(G)) is the adjacency matrix of the line graph of G, B(G) is the incidence matrix, and Im is the identity matrix of dimension m.

where A(L(G)) is the adjacency matrix of the line graph of G, B(G) is the incidence matrix, and Im is the identity matrix of dimension m.

其中 A(L(G)) 是 G 的线图的邻接矩阵 Adjacency MatrixB(G)是关联矩阵,Im 是维数为m的单位矩阵 Identity Matrix


The discrete Laplacian (or Kirchhoff matrix) is obtained from the oriented incidence matrix B(G) by the formula

The discrete Laplacian (or Kirchhoff matrix) is obtained from the oriented incidence matrix B(G) by the formula

离散的拉普拉斯矩阵(或基尔霍夫矩阵) Laplacian (or Kirchhoff Matrix)是由定向的关联矩阵B(G)通过公式得到的

[math]\displaystyle{ B(G) B(G)^\textsf{T}. }[/math]
[math]\displaystyle{ B(G) B(G)^\textsf{T}. }[/math]

B (g) b (g) ^ textsf { t }


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.

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.

图的圈空间 Cycle Space等j价于其有向关联矩阵的零空间,可以看作是整数或实数或复数上的矩阵。二元循环空间是有向或无向关联矩阵的零空间,也可以看作是二元场上的矩阵。

Signed and bidirected graphs 有符号双向图

有符号双向图 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.

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.

有符号图 Signed Graph的关联矩阵是有向关联矩阵的推广。它是任意双向图的关联矩阵,并为给定的有符号图定向。正边的列在对应一个端点的行有1,在对应于另一个端点的行中有 -1,就像普通(无符号)图 Unsigned Graph中的边一样。负边的列在两行中都有1或 -1。线图和 Kirchhoff 矩阵性质都能推广到符号图中。

Multigraphs 多重图

多重图 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.

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.

多重关联图 Multigraphs的定义:多重关联图与循环相对应的定向关联矩阵的列均为零,除非图有符号且循环为负,否则该列除其入射顶点行中的±2外均为零。

Hypergraphs

超图 Hypergraphs

Because the edges of ordinary graphs can only have two vertices (one at each end), the column of an incidence matrix for graphs can only have two non-zero entries. By contrast, a hypergraph can have multiple vertices assigned to one edge; thus, a general matrix of non-negative integers describes a hypergraph.

Because the edges of ordinary graphs can only have two vertices (one at each end), the column of an incidence matrix for graphs can only have two non-zero entries. By contrast, a hypergraph can have multiple vertices assigned to one edge; thus, a general matrix of non-negative integers describes a hypergraph.

由于一般图的边只能有两个顶点(每端一个),图的关联矩阵列只能有两个非零项。相比之下,超图却可以有多个顶点指定给一条边。因此,一般的非负整数矩阵描述了超图。

Incidence structures

关联结构 Incidence Structures

The incidence matrix of an incidence structure C is a p × q matrix B (or its transpose), where p and q are the number of points and lines respectively, such that Bi,j = 1 if the point pi and line Lj are incident and 0 otherwise. In this case, the incidence matrix is also a biadjacency matrix of the Levi graph of the structure. As there is a hypergraph for every Levi graph, and vice versa, the incidence matrix of an incidence structure describes a hypergraph.

The incidence matrix of an incidence structure C is a matrix B (or its transpose), where p and q are the number of points and lines respectively, such that if the point pi and line Lj are incident and 0 otherwise. In this case, the incidence matrix is also a biadjacency matrix of the Levi graph of the structure. As there is a hypergraph for every Levi graph, and vice versa, the incidence matrix of an incidence structure describes a hypergraph.

关联结构 C 的关联矩阵是一个矩阵B (或其转置) ,其中 pq 分别是点和线的数目,如果点 pi和线Lj 是关联的,就为1,否则为0。在这种情况下,关联矩阵也是Levi图 Levi Graph 的双邻接矩阵的结构。由于每个Levi图都有一个超图,反之亦然。关联结构的关联矩阵描述了一个超图。

Finite geometries

有限几何 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 the entire space (hyperplanes); or, more generally, X could be the set of all subspaces of one dimension d and Y the set of all subspaces of another dimension e, with incidence defined as containment.

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 the entire space (hyperplanes); or, more generally, X could be the set of all subspaces of one dimension d and Y the set of all subspaces of another dimension e, with incidence defined as containment.

举一个有限几何的重要例子。例如,在有限平面中,X 是点的集合,Y 是线的集合。在高维有限几何中,X 仍可以是点的集合,Y 可以是低于整个空间维数的一维子空间(超平面)的集合; 或者,更一般地,X 可以是一维子空间 d 的所有子空间的集合,Y 可以是另一维子空间 e 的所有子空间的集合,关联度定义也包含在内。

Polytopes

多面体 Polytopes

In a similar manner, the relationship between cells whose dimensions differ by one in a polytope, can be represented by an incidence matrix.[1]

In a similar manner, the relationship between cells whose dimensions differ by one in a polytope, can be represented by an incidence matrix.

以类似的方式,在多面体中尺寸相差一个的细胞之间的关系可以由关联矩阵表示。

Block designs

区组设计/块设计 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 theory of block designs. For instance, it can be used to prove Fisher's inequality, a fundamental theorem of balanced incomplete 2-designs (BIBDs), that the number of blocks is at least the number of points.[2] Considering the blocks as a system of sets, the permanent of the incidence matrix is the number of systems of distinct representatives (SDRs).

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 theory of block designs. For instance, it can be used to prove Fisher's inequality, a fundamental theorem of balanced incomplete 2-designs (BIBDs), that the number of blocks is at least the number of points. Considering the blocks as a system of sets, the permanent of the incidence matrix is the number of systems of distinct representatives (SDRs).

另一个例子是块设计。这里 X 是一个有限的“点”集合,而 YX 的一类子集,称为“块” ,它受设计类型规则的制约。关联矩阵是块设计理论中的一个重要工具。例如,它可以用来证明Fisher不等式 Fisher's inequality,一个平衡不完全2- 设计(BIBDs)的基本定理,块的数目至少是点的数目。将块看作一个集合系统,关联矩阵的常数是不同代表系统的个数(SDRs)。

References

  1. Coxeter, H.S.M. (1973) [1963], Regular Polytopes (3rd ed.), Dover, pp. 166-167, ISBN 0-486-61480-8
  2. Ryser, Herbert John (1963), Combinatorial Mathematics, The Carus Mathematical Monographs #14, The Mathematical Association of America, p. 99


Further reading

  • Jonathan L Gross, Jay Yellen, Graph Theory and its applications, second edition, 2006 (p 97, Incidence Matrices for undirected graphs; p 98, incidence matrices for digraphs)



External links

模板:Commons category


模板:Graph representations

Category:Algebraic graph theory

范畴: 代数图论

Category:Combinatorics

分类: 组合数学

Category:Matrices

分类: 矩阵

Category:Graph data structures

类别: 图形数据结构


This page was moved from wikipedia:en:Incidence matrix. Its edit history can be viewed at 关联矩阵/edithistory