- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Section 6.3 Representing Graphs and Graph Isomorphism 图的表示和同形 Adjacency Matrices邻接矩阵,相邻矩阵 Suppose that G=(V,E) is a simple graph where |V|=n. Suppose that the vertices of G are listed arbitrarily as v1,v2,…vn. The adjacency matrix A (AG) of G,with respect to this listing of the vertices, is the n?n zero-one matrix ,where aij = 1 if there is an edge from vertex i to vertex j = 0 otherwise _______________ There are as many as n! different adjacency matrices for a graph with n vertices,since there are n! different orderings of n vertices. The adjacency matrix of a simple graph is symmetric, that is, aij=aji, since both of these entries are 1 when vi and vj are adjacent, and both are 0 otherwise. Furthermore, since a simple graph has no loops, each entries aii,i=1,2,3,…,n, is 0. In pseudographs伪图, aij = number of edges from vertex i to vertex j. A loop at the vertex i represented by a 1 at the (i,i)th position of the adjacency matrix. Examples: All undirected graphs, including multigraphs and pseudographs, have symmetric adjacency matrices. Let G=(V,E) be a directed graph, where v1,v2,…vn is an arbitrary listing of the vertices.If A=[aij], is the adjacency matrix for the directed graph with respect to this listing of the vertices,then aij=1 if (vi,vj) is an edge of G, =0 Example The adjacency matrix for a directed graph does not have to be symmetric不一定对称. In the adjacency matrix for a directed multigraph, aij equals the number of edges that are associated to (vi,vj). Incidence Matrices相连矩阵,关联矩阵 Let G=(V,E) be an undirected graph. Suppose that v1,v2,…vn are the vertices and e1,e2,…em are the edges of G. Then the incidence matrix with respect to this ordering of V and E is the n?m matrix M=[mij], where mij = 1 if edge ej is incident with vertex vi = 0 otherwise Note: this method requires labeling of edges. Only two 1s per column. Multiple edges are represented in the incidence matrix using columns with identical entries. Loops
您可能关注的文档
- 成都理工大学政治学院《毛泽东思想概论》题库.pdf
- 从电影拍摄技术的变化看中国的发展.doc
- 毛泽东思想和中国特色社会主义理论体系概论索引.pdf
- 毛概第8章客观题.doc
- 毛概中国改革开放以来存在的问题.doc
- 毛概第五章客观题.doc
- 马克思主义基本原理概论 第五章 资本主义发展的历史进程.doc
- 华东师大马克思主义基本原理概论2007B卷答案.doc
- 华东师范大学马克思主义基本原理概论2007-2008B马原答案.doc
- 华东师范大学马克思主义基本原理概论2007-20081A.doc
- 离散数学课件6.4 connectivtity.ppt
- 离散数学课件6.6 shortest path.ppt
- 离散数学课件6.7 planar graph6.8 coloring.ppt
- 离散数学课件7.1 introduction to tree.ppt
- 离散数学课件7.2 applications of tree 7.3 tree traversal.ppt
- 离散数学课件7.5 spanning trees7.6 minimum spanning trees.ppt
- 离散数学复习提纲.pdf
- 离散数学 第六章_课后练习答案(不含作业).doc
- 离散数学 第七章_课后习题解答.doc
- 离散数学 第三章 函数课后练习题.doc
最近下载
- 2023年北京市公安局公共交通安全保卫总队勤务辅警招聘笔试真题.docx VIP
- DB51T 1433-2021 幼儿园教育装备规范 .docx VIP
- 2025年天津市公考《申论》真题及答案(街镇卷).docx VIP
- GCP培训考试题库含答案(完整版).docx VIP
- 大型空分装置设备吊装方案.docx VIP
- 党纪学习教育组织生活会个人对照检查材料.docx VIP
- RZ-空分装置试车方案RZ-空分装置试车方案.doc VIP
- 2024北京市公安局公共交通安全保卫总队勤务辅警招聘笔试参考题库含答案解析.pdf VIP
- 老年人基本情况调查表.docx VIP
- AQ20292010金属非金属地下矿山主排水系统安全检验规范.pdf VIP
文档评论(0)