Algebraic Connectivity Calculator

Fiedler's connectivity eigenvalue

CalculatorsFreeNo Signup
4.5(694 reviews)
All Tools

Loading tool...

About Algebraic Connectivity Calculator

An algebraic connectivity calculator computing a(G) = λ₂(L): the second-smallest eigenvalue of the Laplacian matrix. Fiedler (1973). λ₂ > 0 iff connected. Larger λ₂ = more connected. Cheeger: λ₂/2 ≤ h ≤ √(2λ₂). The Fiedler vector gives spectral partitioning. Client-side.

Algebraic Connectivity Calculator Features

  • λ₂(L)
  • Fiedler
  • Connected?
  • Cheeger
  • Partitioning
Algebraic connectivity a(G) = λ₂: second-smallest Laplacian eigenvalue. Fiedler (1973). Connected ⟺ λ₂ > 0. Larger λ₂ = harder to disconnect. Cheeger inequality: λ₂/2 ≤ h ≤ √(2λ₂). The Fiedler vector partitions the graph spectrally.

How to Use

Select graph:

  • λ₂: Alg. conn.
  • >0?: Connected
  • Fiedler: Vector

Fiedler Vector

Eigenvector of λ₂: signs partition vertices into two groups. Optimal spectral cut! Used in spectral clustering, graph drawing, mesh partitioning. The most practical eigenvector in graph theory.

Bounds

0 ≤ λ₂ ≤ κ(G) ≤ δ(G). K_n: λ₂ = n. Path P_n: λ₂ = 2(1-cos(π/n)) ≈ 2π²/n². Cycle: λ₂ = 2(1-cos(2π/n)). Complete bipartite K_{a,b}: λ₂ = min(a,b).

Step-by-Step Instructions

  1. 1Select graph.
  2. 2Build Laplacian.
  3. 3Find λ₂.
  4. 4Check connectivity.
  5. 5Apply Cheeger.

Algebraic Connectivity Calculator — Frequently Asked Questions

Why is λ₂ so important?+

λ₂ = 0 ⟺ disconnected. λ₂ quantifies 'how connected': how hard to separate the graph. Connects to random walks (mixing time ∝ 1/λ₂), expansion, and graph partitioning. The single most informative eigenvalue.

What is the Fiedler vector?+

Eigenvector corresponding to λ₂. Sign pattern partitions vertices into two groups: the spectral bipartition. Approximates the optimal balanced cut. Foundation of spectral clustering algorithms.

How does λ₂ relate to connectivity?+

λ₂ ≤ κ(G) (vertex connectivity). So spectral connectivity is a lower bound for combinatorial connectivity. But λ₂ also captures 'quality' of connection: a graph with κ=1 but large λ₂ is more robust.

Share this tool: