Gutman Index Calculator

degree-weighted distances

CalculatorsFreeNo Signup
4.8(653 reviews)
All Tools

Loading tool...

About Gutman Index Calculator

A Gutman index calculator computing Gut(G) = Σ_{i<j} d(i)·d(j)·dist(i,j). Gutman (1994). Degree-weighted distance sum. Combines degree information with distance. For trees: Gut = 4·W - (n-1)·M₁ + M₂. Client-side.

Gutman Index Calculator Features

  • Gut(G)
  • d·d·dist
  • Degree-weighted
  • Trees
  • Common graphs
Gutman index Gut(G) = Σ d(i)·d(j)·dist(i,j). Each pair's distance is weighted by the product of their degrees. High-degree hubs that are far apart contribute most. For trees: Gut = 4W - (n-1)M₁ + M₂.

How to Use

Select graph:

  • Gut: Gutman index
  • d·d·dist: Per pair
  • Trees: 4W formula

Tree Formula

For trees: Gut(T) = 4·W(T) - (n-1)·M₁(T) + M₂(T). Beautiful connection between distance (W), first Zagreb (M₁), and second Zagreb (M₂). Shows Gutman contains all three!

Applications

Gut combines structural and distance information. Better than pure distance indices for some molecular properties. Used when both vertex importance (degree) and topological distance matter.

Step-by-Step Instructions

  1. 1Select graph.
  2. 2For each pair: d(i)·d(j)·dist(i,j).
  3. 3Sum all terms.
  4. 4Check tree formula.
  5. 5Compare indices.

Gutman Index Calculator — Frequently Asked Questions

Why weight by degree product?+

High-degree vertices are 'important' (hubs). Gut measures how far apart important vertices are. Networks where hubs are close have lower Gut. Used for hub placement optimization.

How does the tree formula work?+

Gut(T) = 4W - (n-1)M₁ + M₂. This means for trees, Gutman is completely determined by Wiener and Zagreb indices. Three seemingly independent invariants are secretly linked!

Difference from Schultz index?+

Schultz: Σ (d(i)+d(j))·dist(i,j) — sum of degrees. Gutman: Σ d(i)·d(j)·dist(i,j) — product of degrees. Product is more sensitive to degree imbalance.

Share this tool: