To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Minimum rank of a graph

From Wikipedia, the free encyclopedia

In mathematics, the minimum rank is a graph parameter for a graph G. It was motivated by the Colin de Verdière graph invariant.

YouTube Encyclopedic

  • 1/3
    Views:
    183 056
    97 195
    47 574
  • Kruskal's algorithm Minimum Spanning Tree Graph Algorithm
  • Disjoint Sets using union by rank and path compression Graph Algorithm
  • Cycle in Undirected Graph Graph Algorithm

Transcription

Definition

The adjacency matrix of an undirected graph is a symmetric matrix whose rows and columns both correspond to the vertices of the graph. Its elements are all 0 or 1, and the element in row i and column j is nonzero whenever vertex i is adjacent to vertex j in the graph. More generally, a generalized adjacency matrix is any symmetric matrix of real numbers with the same pattern of nonzeros off the diagonal (the diagonal elements may be any real numbers). The minimum rank of is defined as the smallest rank of any generalized adjacency matrix of the graph; it is denoted by .

Properties

Here are some elementary properties.

  • The minimum rank of a graph is always at most equal to n − 1, where n is the number of vertices in the graph.[1]
  • For every induced subgraph H of a given graph G, the minimum rank of H is at most equal to the minimum rank of G.[2]
  • If a graph is disconnected, then its minimum rank is the sum of the minimum ranks of its connected components.[3]
  • The minimum rank is a graph invariant: isomorphic graphs necessarily have the same minimum rank.

Characterization of known graph families

Several families of graphs may be characterized in terms of their minimum ranks.

  • For , the complete graph Kn on n vertices has minimum rank one. The only graphs that are connected and have minimum rank one are the complete graphs.[4]
  • A path graph Pn on n vertices has minimum rank n − 1. The only n-vertex graphs with minimum rank n − 1 are the path graphs.[5]
  • A cycle graph Cn on n vertices has minimum rank n − 2.[6]
  • Let be a 2-connected graph. Then if and only if is a linear 2-tree.[7]
  • A graph has if and only if the complement of is of the form for appropriate nonnegative integers with for all .[8]

Notes

  1. ^ Fallat–Hogben, Observation 1.2.
  2. ^ Fallat–Hogben, Observation 1.6.
  3. ^ Fallat–Hogben, Observation 1.6.
  4. ^ Fallat–Hogben, Observation 1.2.
  5. ^ Fallat–Hogben, Corollary 1.5.
  6. ^ Fallat–Hogben, Observation 1.6.
  7. ^ Fallat–Hogben, Theorem 2.10.
  8. ^ Fallat–Hogben, Theorem 2.9.

References

  • Fallat, Shaun; Hogben, Leslie, "The minimum rank of symmetric matrices described by a graph: A survey", Linear Algebra and its Applications 426 (2007) (PDF), pp. 558–582.
This page was last edited on 9 December 2020, at 08:23
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.