Qurak

UndirectedGraph

Khả dụng

`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}

Chủ đề

Liên quan

Tất cả 6300 hàm · Dùng cái này từ một client MCP