寻求翻译

[复制链接]
查看11 | 回复2 | 2008-5-28 12:13:31 | 显示全部楼层 |阅读模式
Let G be a graph with vertices v1, v2,…, vm and edges e1, e2, …,en. It is sometimes practical, especially for computational reasons, to represent G by a matrix. Note that the edges of G can be represented by an n×2 integer matrix B where each row of B denotes edge of G, e.g. the row (3 ,4) would denote the edge (v3, v4). This edge matrix B does not completely describe. G unless we are also given the number m of vertices of G.. We discuss two other widely used matrix representations of G.
(1) Adjacency matrix. Let A = (aij) be the m×m matrix defined by
Then A is called the adjacency matrix of G.. Observe that aij =aji; hence A is a symmetric matrix.(We define an adjacency matrix for a multigraph by letting aij denote the number of edges{ vi, vj}.)
(2) Incident matrix. Let M = (mij) be the m×n matrix defined by
Consider, for example, the graph in Fig.5-12. Its edge matrix B, adjacency matrix A, and incidence matrix M follow. For easy reading, we have labeled the rows and columns of A and M by the corresponding vertices and edges.
Although the edge matrix B of a graph G is the most compact representation, it is not always the most useful. In view of the following theorem, the adjacency matrix is very useful in deciding questions of connectivity.
Theorem: Let A be the adjacency matrix of a graph G with m vertices where m>1.Then the ij entry of the matrix An gives the number of walks of length n from the vertex vi to the vertex vj.
(An analogous theorem, for directed graphs (Theorem 7.8) is stated and proved in Chapter 7.)
Since G has m vertices, any path from vi to vj, must have length m-1 or less. Hence the matrix A+A2+... +Am-1 can have a zero ij entry only if there is no path from vi to vj.
By the connection matrix of a graph G with m vertices, we mean the m×m matrix C = (cij). where

Note that G is connected if and only if C has no zero entry. The above discussion shows that C and the matrix A+A2+... +Am-1 have the same zero entries off the main diagonal.

回复

使用道具 举报

千问 | 2008-5-28 12:13:31 | 显示全部楼层
让G是与端点v1, v2, …, vm的一张图表并且渐近e1, e2, …, en。 它特别是为计算原因是有时实用的,由矩阵代表G。 注意G边缘可以由B每行表示G边缘的n×2整数矩阵B代表,即行(3, 4)将表示边缘(v3, v4)。 这个边缘矩阵B不完全地描述。 G,除非也给我们G.端点的数量m。 我们谈论G.的其他二个用途广泛的矩阵表示。 (1)毗邻物矩阵。 让A = (aij)是被定义的m×m矩阵 Then A称G.毗邻物矩阵。 观察那aij =aji; 因此A是一个对称矩阵。 (我们通过让aij表示边缘{vi, vj的}数量定义了小型旋转式印刷机的毗邻物矩阵。) (2)事件矩阵。 让M = (mij)是被定义的m×n矩阵
回复

使用道具 举报

千问 | 2008-5-28 12:13:31 | 显示全部楼层
好长的翻译,分数有点低哦, 关注。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

主题

0

回帖

4882万

积分

论坛元老

Rank: 8Rank: 8

积分
48824836
热门排行