Qurak

UndirectedGraph

Disponible

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

Thèmes

Connexes

Les 6300 fonctions · Utiliser ceci depuis un client MCP