Qurak
說明文件
價格
登入
Qurak
說明文件
函式
UndirectedGraph
UndirectedGraph
可用
`UndirectedGraph[g]` gives the graph with every edge undirected; the
形式
UndirectedGraph[g]
UndirectedGraph[{v -> w, …}]
已驗證的範例
{EdgeCount[UndirectedGraph[Graph[{1 -> 2, 2 -> 1}]]], EdgeCount[UndirectedGraph[Graph[{1 -> 2, 2 -> 3}]]]} → {1, 2}
{VertexList[UndirectedGraph[Graph[{1 -> 2}]]], UndirectedGraphQ[UndirectedGraph[Graph[{1 -> 2}]]]} → {{1, 2}, True}
在 Qurak 上執行
搜尋參考文件
主題
Graph Modifications
- Conversion of Graphs
New In80 Alphabetical Listing
- U
Summary Of New Features In143
- Graph Computation
Summary Of New Features In143
- Graph Computation
相關
DirectedGraph
SimpleGraph
DirectedGraphQ
UndirectedGraphQ
IndexGraph
ReverseGraph
EdgeAdd
EdgeDelete
EdgeTaggedGraph
FindSpanningTree
Graph
GraphComplement
← UndirectedEdge
UndirectedGraphQ →
全部 6300 個函式
·
從 MCP 用戶端使用這個