noncomputable def
SimpleGraph.cvetkovic
{α : Type u_1}
[Fintype α]
[DecidableEq α]
(G : SimpleGraph α)
[DecidableRel G.Adj]
:
Given a simple graph G with adjacency matrix A, this is the number n₀ + min n₊ n₋ where:
n₀is the multiplicity of zero as an eigenvalue ofAn₊is the number of positive eigenvalues ofA(counting multiplicities)n₋is the number of negative eigenvalues ofA(counting multiplicities)
Equations
- One or more equations did not get rendered due to their size.