Qurak

KirchhoffGraph

Доступно

Builds the graph with a given Kirchhoff (Laplacian) matrix; symmetric gives undirected edges and non-symmetric directed; -k means k parallel edges

KirchhoffGraph[kmat]
KirchhoffGraph[{v1, v2, …}, kmat]
KirchhoffGraph[{{2, -1, 0}, {0, 2, -1}, {-1, 0, 2}}] → Graph[<3>, <3>]KirchhoffGraph[{{2, -1, -1}, {-1, 2, -1}, {-1, -1, 2}}] → Graph[<3>, <3>]

Темы

Связанное

Все 6300 функций · Использовать из MCP-клиента