Albertson Index Calculator

degree-difference irregularity

CalculatorsFreeNo Signup
4.2(703 reviews)
All Tools

Loading tool...

About Albertson Index Calculator

An Albertson irregularity index calculator computing A(G) = Σ_{(i,j)∈E} |d(i)-d(j)|. Albertson (1997). Each edge contributes the absolute difference of endpoint degrees. A = 0 iff regular. Simplest irregularity measure. Client-side.

Albertson Index Calculator Features

  • A(G)
  • Σ|d-d|
  • A=0↔reg.
  • Albertson '97
  • Common graphs
Albertson index A(G) = Σ |dᵢ-dⱼ| over edges. Albertson (1997). The simplest irregularity measure: sum of absolute degree differences across edges. A = 0 ⟺ regular graph. Linear in degree gaps.

How to Use

Select graph:

  • A: Albertson index
  • |d-d|: Per edge
  • A=0?: Regular

A vs σ

σ = Σ(dᵢ-dⱼ)² (squared differences). A = Σ|dᵢ-dⱼ| (absolute). σ penalizes large gaps more. A is linear. Both are zero iff regular. A² ≤ m·σ (Cauchy-Schwarz).

Bounds

0 ≤ A ≤ m(n-2). A(star) = (n-1)(n-2). For trees: A maximized by star. A/m = average edge imbalance.

Step-by-Step Instructions

  1. 1Select graph.
  2. 2For each edge: |dᵢ-dⱼ|.
  3. 3Sum all terms.
  4. 4Check if A=0.
  5. 5Compare with σ.

Albertson Index Calculator — Frequently Asked Questions

Why absolute value?+

|dᵢ-dⱼ| is symmetric, always ≥0, and measures 'imbalance' per edge. Simpler than σ=(dᵢ-dⱼ)² but less sensitive to extreme gaps. Easier to interpret: A/m = average degree mismatch per edge.

A vs irregularity index irr?+

They're the same! A(G) = irr(G) = Σ|dᵢ-dⱼ|. Different names by different authors for the same quantity. Also called the 'third Zagreb index' by some.

Maximum A?+

Among n-vertex graphs: star K_{1,n-1} maximizes A = (n-1)(n-2). The hub-leaf gap is n-2 per edge, with n-1 edges. Total: (n-1)(n-2).

Share this tool: