GET TUTORING NEAR ME!

By providing your phone number, you consent to receive text messages from Club Z! for purposes related to our services. Message frequency may vary. Message and Data Rates may apply. Reply HELP for help or STOP to unsubscribe. See our Privacy Policy and our Terms and Conditions page

    Home / Get Math Help

    Circulant Graph

    Definition

    A circulant graph is a graph of n graph vertices in which the i th graph vertex is adjacent to the (i + j) th and (i - j) th graph vertices for each j in a list l. The circulant graph C i_n(1, 2, ..., ⌊n/2⌋) gives the complete graph K_n and the graph C i_n(1) gives the cyclic graph C_n. The circulant graph on n vertices on an offset list l is implemented in the Wolfram Language as CirculantGraph[n, l]. Precomputed properties are available using GraphData[{ Circulant, { n, l}}]. With the exception of the degenerate case of the path graph P_2, connected circulant graphs are biconnected, bridgeless, cyclic, Hamiltonian, LCF, regular, traceable, and vertex-transitive.