Formula

Adjacency Matrix of a Chain Graph

The adjacency matrix for a chain graph corresponds to the matrix AcA_c: Ac[i,j]={1j=(i+1)modN0otherwiseA_c[i,j] = \left\{ \begin{array}{ll} 1 & j = (i+1)_{modN} 0 & \text{otherwise} \end{array} \right.

0

1

Updated 2026-06-18

Tags

Data Science