Inmathematics, ahollow matrix may refer to one of several related classes ofmatrix: a sparse matrix; a matrix with a large block of zeroes; or a matrix with diagonal entries all zero.
Ahollow matrix may be one with "few" non-zero entries: that is, asparse matrix.[1]
Ahollow matrix may be a squaren ×n matrix with anr ×s block of zeroes wherer +s >n.[2]
Ahollow matrix may be asquare matrix whosediagonal elements are all equal to zero.[3] That is, ann ×n matrixA = (aij) is hollow ifaij = 0 wheneveri =j (i.e.aii = 0 for alli). The most obvious example is therealskew-symmetric matrix. Other examples are theadjacency matrix of a finitesimple graph, and adistance matrix orEuclidean distance matrix.
In other words, any square matrix that takes the formis a hollow matrix, where the symbol denotes an arbitrary entry.
For example,is a hollow matrix.