Adjacency-Diametrical Matrix (AD Matrix)
- The adjacency-diametrical matrix is a hybrid graph descriptor that combines immediate adjacency with farthest (diametrical) distance measures to capture both local and global structure.
- It represents connections with weighted entries—using 1 for adjacent vertices and the graph diameter for diametrically distant pairs—facilitating comprehensive network analysis.
- Its spectral properties and determinant formulations yield valuable insights into graph invariants, supporting advanced applications in network comparison and isomorphism testing.
The adjacency-diametrical matrix (AD matrix) is a distance-weighted vertex-pair descriptor for simple, connected graphs, unifying adjacency and extremal distance information into a single matrix. For a graph with vertex set and diameter , the entry of is $1$ if and are adjacent, if they are at diametrical distance, and $0$ otherwise. This construction synthesizes adjacency matrices, distance matrices, and higher-order combinatorial topology, subsuming key statistics and network invariants via explicit algebraic and spectral analysis (Amruthavarshini et al., 3 Jan 2026). Variants such as the neighbor (AD) matrix encode histogram distance distributions (Roginski et al., 2015), and the spectral excess paradigm connects AD matrices to polynomial expressions in the adjacency algebra (Fiol et al., 2019).
1. Mathematical Definition and Structure
Let be a connected graph of order and diameter . The adjacency-diametrical matrix is defined by
where denotes the graph distance. That is,
where is the 0-1 matrix marking vertex pairs at distance . For , coincides with the customary (unweighted) distance matrix, while for it reduces to the adjacency matrix (Amruthavarshini et al., 3 Jan 2026).
The neighbor (AD) matrix is defined by
encoding for each vertex the number of neighbors at every possible distance (Roginski et al., 2015).
2. Spectral Properties of AD Matrices
Explicit spectra have been determined for several graph families (Amruthavarshini et al., 3 Jan 2026):
- Paths : The characteristic polynomial of is
where is the characteristic polynomial of the path adjacency matrix.
- Cycles : If is even (diameter ),
and if is odd,
- Double-star graphs : The characteristic polynomial is
with , , , diameter .
For graph products, the AD spectrum transforms according to explicit rules. For Cartesian products of distance-regular graphs and , one has
where the , are adjacency eigenvalues, and , are co-eigenvalues for the respective diametrical adjacency operators.
3. Determinant Formulation and Combinatorial Interpretation
The determinant of admits a partition-based expansion (Amruthavarshini et al., 3 Jan 2026). For an adjacency-diametrical partition organizing into pairwise adjacent/antipodal pairs and adjacency-diametrical cycles, one has
with number of two-vertex parts, number of cycles of length at least $3$, number of antipodal pairs, and number of antipodal edges in cycles.
For example, has determinant $4$, exactly matching the combinatorial partition analysis. This expansion encapsulates contributions from both adjacency and diametrical relationships.
4. Bipartiteness, Characterization, and Polynomials
A graph is diametrical bipartite if it is bipartite and no two vertices in the same part are at diametrical distance. This occurs precisely when the diameter is odd (Amruthavarshini et al., 3 Jan 2026). The following conditions are equivalent for connected :
(i) is diametrical bipartite. (ii) The weighted graph defined by is bipartite. (iii) Every adjacency-diametrical cycle has even length.
The spectrum of in this case is symmetric about zero; all odd-index coefficients in the characteristic polynomial vanish. This criterion provides a spectral and combinatorial tool for bipartite characterization.
5. Bounds and Extremal Eigenvalues
Let denote the eigenvalues of , the number of edges, and the diametrical degree of vertex (number of vertices at distance ).
Key spectral facts (Amruthavarshini et al., 3 Jan 2026):
The spectral radius obeys
and for diametrical bipartite , the smallest eigenvalue satisfies
Bounds in terms of the minimum/maximum diametrical degree are tight for AD-regular graphs.
6. Relationship to Neighbor Matrix, Distance Matrices, and Algebraic Framework
The neighbor matrix defined by (the number of vertices at distance from ) encodes all frequency data for distance distributions up to the diameter (Roginski et al., 2015). It generalizes the adjacency matrix (column ), the degree sequence, and contains key graph invariants:
- Diameter, radius, center, periphery
- Number of edges, graph density
- Closeness centrality:
- Average distance (Wiener index divided by ):
provides a histogram of local-global distance structure, allowing both fine-grained and summary comparison of graph topology.
The spectral excess theorem (Fiol et al., 2019) connects AD matrices and the adjacency algebra of regular graphs: the diametrical matrix is a polynomial in precisely when arithmetic/harmonic means of vertex excesses attain equality with certain predistance polynomial sums. In distance-regular graphs, this polynomial representation is unique, and the spectrum of derives from the predistance polynomials evaluated at adjacency eigenvalues.
7. Applications and Structural Insights
AD and neighbor matrices support advanced graph comparison, serving as discriminators when classical invariants fail. For graph isomorphism, a mismatch in the AD matrix immediately rules out equivalence; matched matrices signal identical distance distributions (Roginski et al., 2015). Norm-based matrix comparisons (e.g., Frobenius norm) quantify topological “distance” between graphs.
Vertex centrality and structural influence are refined by recomputing post-removal, measuring deviation in the distance matrix. Large changes correspond to vertices pivotal for short paths, sharpening the identification of topologically significant vertices.
Under graph operations, the AD matrix transforms in structured fashion, yielding explicit spectra for joins, lexicographic products (via tensor-product decompositions), and Cartesian products given distance-regularity (Amruthavarshini et al., 3 Jan 2026). This behavior enables analysis of composite networks and facilitates the study of spectral and combinatorial invariants in expanded graph classes.
In summary, the adjacency-diametrical matrix is a foundational descriptor synthesizing adjacency, extremal, and distributional graph properties, serving both theoretical characterization and practical network analysis across families of graphs and graph operations.