Qurak

KirchhoffGraph

Tilgjengelig

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>]

Emner

Relatert

Alle 6300 funksjoner · Bruk dette fra en MCP-klient