CompleteGraph
给出具有 n 个顶点的 的完全图.
CompleteGraph[{n1,n2,…,nk}]
给出具有 n1+n2+⋯+nk 个顶点的 的完全 k 分图.
更多信息和选项
- CompleteGraph 也称为通用图或完整图.
- CompleteGraph 生成一个 Graph 对象.
- CompleteGraph[n] 给出具有 n 个顶点,以及在每对顶点之间存在一条边的一个图.
- CompleteGraph[{n1,n2,…,nk}] 给出由 n1+⋯+nk 个顶点组成的一个图,其中这些顶点被分成若干个不相交集合 Vi,每个集合有 ni 个顶点,并且在不同集合 Vi 和 Vj 的所有顶点之间存在边,但是在同一个集合 Vi 的所有顶点之间不存在边.
- CompleteGraph[…,DirectedEdges->True] 给出一个有向完全图.
- CompleteGraph 采用和 Graph 相同的选项.
所有选项的列表
范例
打开所有单元关闭所有单元选项 (81)
DirectedEdges (2)
EdgeLabels (7)
使用符号位置信息的 Placed 来控制沿着一条边的标签位置:
通过 Tooltip 和 StatusArea 的值,使用自动标签:
EdgeShapeFunction (6)
获取 EdgeShapeFunction 的内置设置列表:
EdgeShapeFunction 可以与 EdgeStyle 合起来使用:
EdgeShapeFunction 具有比 EdgeStyle 更高的优先级:
GraphHighlightStyle (2)
GraphLayout (5)
VertexCoordinates 会覆盖 GraphLayout 的坐标:
通过一个布局算法,利用 AbsoluteOptions 提取计算所得的 VertexCoordinates:
VertexCoordinates (3)
使用 AbsoluteOptions 提取所得的顶点坐标:
VertexCoordinates 具有比 GraphLayout 更高的优先级:
VertexLabels (13)
VertexShape (5)
将任意 Graphics、Image 或者 Graphics3D 作为顶点形状使用:
VertexShape 可以与 VertexSize 合起来使用:
VertexShape 不受 VertexStyle 影响:
VertexShapeFunction 具有比 VertexShape 更高的优先级:
VertexShapeFunction (10)
获取 VertexShapeFunction 的内置设置列表:
利用 VertexShapeFunction 在 "Basic" 集合中的内置设置:
使用 VertexShapeFunction 在 "Rounded" 集合中的内置设置:
使用 VertexShapeFunction 在 "Concave" 集合中的内置设置:
VertexShapeFunction 可以与 VertexStyle 合起来使用:
VertexShapeFunction 具有比 VertexStyle 更高的优先级:
VertexShapeFunction 可以与 VertexSize 合起来使用:
VertexShapeFunction 具有比 VertexShape 更高的优先级:
VertexSize (8)
VertexSize 可以与 VertexShapeFunction 合起来使用:
VertexSize 可以与 VertexShape 合起来使用:
VertexStyle (5)
VertexShapeFunction 可以与 VertexStyle 合起来使用:
VertexShapeFunction 具有比 VertexStyle 更高的优先级:
VertexStyle 可以与 BaseStyle 合起来使用:
VertexStyle 具有比 BaseStyle 更高的优先级:
VertexShape 不受 VertexStyle 影响:
应用 (7)
一个完全图的 GraphCenter 包含所有顶点:
GraphPeriphery 包含所有顶点:
所有顶点的 VertexEccentricity 是 1:
GraphRadius 是 1:
GraphDiameter 是 1:
CompleteGraph[n] 的顶点连通度是 :
突出显示 CompleteGraph 的顶点度:
属性和关系 (12)
CompleteGraph[n] 的顶点数:
CompleteGraph[n] 的边数:
完全图的 GraphComplement 不具有边:
对于一个完全图,AdjacencyMatrix 中对角线外的元素都是1:
文本
Wolfram Research (2010),CompleteGraph,Wolfram 语言函数,https://reference.wolfram.com/language/ref/CompleteGraph.html (更新于 2020 年).
CMS
Wolfram 语言. 2010. "CompleteGraph." Wolfram 语言与系统参考资料中心. Wolfram Research. 最新版本 2020. https://reference.wolfram.com/language/ref/CompleteGraph.html.
APA
Wolfram 语言. (2010). CompleteGraph. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/CompleteGraph.html 年