Hollow matrix

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search

Template:Short description

In mathematics, a hollow matrix may refer to one of several related classes of matrix: a sparse matrix; a matrix with a large block of zeroes; or a matrix with diagonal entries all zero.

Definitions

Sparse

A hollow matrix may be one with "few" non-zero entries: that is, a sparse matrix.[1]

Block of zeroes

A hollow matrix may be a square n × nScript error: No such module "Check for unknown parameters". matrix with an r × sScript error: No such module "Check for unknown parameters". block of zeroes where r + s > nScript error: No such module "Check for unknown parameters"..[2]

Diagonal entries all zero

A hollow matrix may be a square matrix whose diagonal elements are all equal to zero.[3] That is, an n × nScript error: No such module "Check for unknown parameters". matrix A = (aij)Script error: No such module "Check for unknown parameters". is hollow if aij = 0Script error: No such module "Check for unknown parameters". whenever i = jScript error: No such module "Check for unknown parameters". (i.e. aii = 0Script error: No such module "Check for unknown parameters". for all Template:Mvar). The most obvious example is the real skew-symmetric matrix. Other examples are the adjacency matrix of a finite simple graph, and a distance matrix or Euclidean distance matrix.

In other words, any square matrix that takes the form (0000) is a hollow matrix, where the symbol denotes an arbitrary entry.

For example, (02613420480940293314406792380) is a hollow matrix.

Properties

  • The trace of a hollow matrix is zero.
  • If Template:Mvar represents a linear map L:VVwith respect to a fixed basis, then it maps each basis vector eScript error: No such module "Check for unknown parameters". into the complement of the span of eScript error: No such module "Check for unknown parameters".. That is, L(e)e=0 where e={λe:λF}.
  • The Gershgorin circle theorem shows that the moduli of the eigenvalues of a hollow matrix are less or equal to the sum of the moduli of the non-diagonal row entries.

References

<templatestyles src="Reflist/styles.css" />

  1. Script error: No such module "citation/CS1".
  2. Script error: No such module "citation/CS1".
  3. Script error: No such module "citation/CS1".

Script error: No such module "Check for unknown parameters".

Template:Matrix classes


Template:Matrix-stub