List of named matrices


This page lists some important classes of matrices used in mathematics, science and engineering. A matrix is a rectangular array of numbers called entries. Matrices have a long history of both study and application, leading to diverse ways of classifying matrices. A first group is matrices satisfying concrete conditions of the entries, including constant matrices. An important example is the identity matrix given by
Further ways of classifying matrices are according to their eigenvalues or by imposing conditions on the product of the matrix with other matrices. Finally, many domains, both in mathematics and other sciences including physics and chemistry have particular matrices that are applied chiefly in these areas.

Matrices with explicitly constrained entries

The following lists matrices whose entries are subject to certain conditions. Many of them apply to square matrices only, that is matrices with the same number of columns and rows. The main diagonal of a square matrix is the diagonal joining the upper left corner and the lower right one or equivalently the entries ai,i. The other diagonal is called anti-diagonal.
NameExplanationNotes, references
-matrixA matrix with all elements either 0 or 1.Synonym for binary matrix or logical matrix.
Alternant matrixA matrix in which successive columns have a particular function applied to their entries.
Anti-diagonal matrixA square matrix with all entries off the anti-diagonal equal to zero.
Anti-Hermitian matrixSynonym for skew-Hermitian matrix.
Anti-symmetric matrixSynonym for skew-symmetric matrix.
Arrowhead matrixA square matrix containing zeros in all entries except for the first row, first column, and main diagonal.
Band matrixA square matrix whose non-zero entries are confined to a diagonal band.
Bidiagonal matrixA matrix with elements only on the main diagonal and either the superdiagonal or subdiagonal.Sometimes defined differently, see article.
Binary matrixA matrix whose entries are all either 0 or 1.Synonym for -matrix or logical matrix.
Bisymmetric matrixA square matrix that is symmetric with respect to its main diagonal and its main cross-diagonal.
Block-diagonal matrixA block matrix with entries only on the diagonal.
Block matrixA matrix partitioned in sub-matrices called blocks.
Block tridiagonal matrixA block matrix which is essentially a tridiagonal matrix but with submatrices in place of scalar elements.
Boolean matrixA matrix whose entries are taken from a Boolean algebra.
Cauchy matrixA matrix whose elements are of the form 1/ for, injective sequences.
Centrosymmetric matrixA matrix symmetric about its center; i.e., aij = ani+1,nj+1.
Conference matrixA square matrix with zero diagonal and +1 and −1 off the diagonal, such that CTC is a multiple of the identity matrix.
Complex Hadamard matrixA matrix with all rows and columns mutually orthogonal, whose entries are unimodular.
Compound matrixA matrix whose entries are generated by the determinants of all minors of a matrix.
Copositive matrixA square matrix A with real coefficients, such that is nonnegative for every nonnegative vector x
Diagonally dominant matrixA matrix whose entries satisfy.
Diagonal matrixA square matrix with all entries outside the main diagonal equal to zero.
Discrete Fourier-transform matrixMultiplying by a vector gives the DFT of the vector as result.
Elementary matrixA square matrix derived by applying an elementary row operation to the identity matrix.
Equivalent matrixA matrix that can be derived from another matrix through a sequence of elementary row or column operations.
Frobenius matrixA square matrix in the form of an identity matrix but with arbitrary entries in one column below the main diagonal.
Generalized permutation matrixA square matrix with precisely one nonzero element in each row and column.
Hadamard matrixA square matrix with entries +1, −1 whose rows are mutually orthogonal.
Hankel matrixA matrix with constant skew-diagonals; also an upside down Toeplitz matrix.A square Hankel matrix is symmetric.
Hermitian matrixA square matrix which is equal to its conjugate transpose, A = A*.
Hessenberg matrixAn "almost" triangular matrix, for example, an upper Hessenberg matrix has zero entries below the first subdiagonal.
Hollow matrixA square matrix whose main diagonal comprises only zero elements.
Integer matrixA matrix whose entries are all integers.
Logical matrixA matrix with all entries either 0 or 1.Synonym for -matrix, binary matrix or Boolean matrix. Can be used to represent a k-adic relation.
Markov matrixA matrix of non-negative real numbers, such that the entries in each row sum to 1.
Metzler matrixA matrix whose off-diagonal entries are non-negative.
Monomial matrixA square matrix with exactly one non-zero entry in each row and column.Synonym for generalized permutation matrix.
Moore matrixA row consists of a, aq, aq², etc., and each row uses a different variable.
Nonnegative matrixA matrix with all nonnegative entries.
Partitioned matrixA matrix partitioned into sub-matrices, or equivalently, a matrix whose entries are themselves matrices rather than scalars.Synonym for block matrix.
Parisi matrixA block-hierarchical matrix. It consist of growing blocks placed along the diagonal, each block is itself a Parisi matrix of a smaller size.In theory of spin-glasses is also known as a replica matrix.
Pentadiagonal matrixA matrix with the only nonzero entries on the main diagonal and the two diagonals just above and below the main one.
Permutation matrixA matrix representation of a permutation, a square matrix with exactly one 1 in each row and column, and all other elements 0.
Persymmetric matrixA matrix that is symmetric about its northeast-southwest diagonal, i.e., aij = anj+1,ni+1.
Polynomial matrixA matrix whose entries are polynomials.
Positive matrixA matrix with all positive entries.
Quaternionic matrixA matrix whose entries are quaternions.
Sign matrixA matrix whose entries are either +1, 0, or −1.
Signature matrixA diagonal matrix where the diagonal elements are either +1 or −1.
Single-entry matrixA matrix where a single element is one and the rest of the elements are zero.
Skew-Hermitian matrixA square matrix which is equal to the negative of its conjugate transpose, A* = −A.
Skew-symmetric matrixA matrix which is equal to the negative of its transpose, AT = −A.
Skyline matrixA rearrangement of the entries of a banded matrix which requires less space.
Sparse matrixA matrix with relatively few non-zero elements.Sparse matrix algorithms can tackle huge sparse matrices that are utterly impractical for dense matrix algorithms.
Sylvester matrixA square matrix whose entries come from coefficients of two polynomials.The Sylvester matrix is nonsingular if and only if the two polynomials are coprime to each other.
Symmetric matrixA square matrix which is equal to its transpose, A = AT.
Toeplitz matrixA matrix with constant diagonals.
Triangular matrixA matrix with all entries above the main diagonal equal to zero or with all entries below the main diagonal equal to zero.
Tridiagonal matrixA matrix with the only nonzero entries on the main diagonal and the diagonals just above and below the main one.
Vandermonde matrixA row consists of 1, a, a2, a3, etc., and each row uses a different variable.
Walsh matrixA square matrix, with dimensions a power of 2, the entries of which are +1 or −1, and the property that the dot product of any two distinct rows is zero.
Z-matrixA matrix with all off-diagonal entries less than zero.-

Constant matrices

The list below comprises matrices whose elements are constant for any given dimension of matrix. The matrix entries will be denoted aij. The table below uses the Kronecker delta δij for two integers i and j which is 1 if i = j and 0 else.
NameExplanationSymbolic description of the entriesNotes
Exchange matrixA binary matrix with ones on the anti-diagonal, and zeroes everywhere else.aij = δn+1−i,jA permutation matrix.
Hilbert matrixaij = −1.A Hankel matrix.
Identity matrixA square diagonal matrix, with all entries on the main diagonal equal to 1, and the rest 0.aij = δij
Lehmer matrixaij = min ÷ max.A positive symmetric matrix.
Matrix of onesA matrix with all entries equal to one.aij = 1.
Pascal matrixA matrix containing the entries of Pascal's triangle.
Pauli matricesA set of three 2 × 2 complex Hermitian and unitary matrices. When combined with the I2 identity matrix, they form an orthogonal basis for the 2 × 2 complex Hermitian matrices.
Redheffer matrixaij are 1 if i divides j or if j = 1; otherwise, aij = 0.A -matrix.
Shift matrixA matrix with ones on the superdiagonal or subdiagonal and zeroes elsewhere.aij = δi+1,j or aij = δi−1,jMultiplication by it shifts matrix elements by one position.
Zero matrixA matrix with all entries equal to zero.aij = 0.

Matrices with conditions on eigenvalues or eigenvectors

Matrices satisfying conditions on products or inverses

A number of matrix-related notions is about properties of products or inverses of the given matrix. The matrix product of a m-by-n matrix A and a n-by-k matrix B is the m-by-k matrix C given by
This matrix product is denoted AB. Unlike the product of numbers, matrix products are not commutative, that is to say AB need not be equal to BA. A number of notions are concerned with the failure of this commutativity. An inverse of square matrix A is a matrix B such that AB = I. Equivalently, BA = I. An inverse need not exist. If it exists, B is uniquely determined, and is also called the inverse of A, denoted A−1.
NameExplanationNotes
Circular matrix or Coninvolutory matrixA matrix whose inverse is equal to its entrywise complex conjugate: A−1 =.Compare with unitary matrices.
Congruent matrixTwo matrices A and B are congruent if there exists an invertible matrix P such that = B.Compare with similar matrices.
EP matrix or Range-Hermitian matrixA square matrix that commutes with its Moore–Penrose inverse: AA+ = A+A.
Idempotent matrix or
Projection Matrix
A matrix that has the property A² = AA = A.The name projection matrix inspires from the observation of projection of a point multiple
times onto a subspace giving the same result as one projection.
Invertible matrixA square matrix having a multiplicative inverse, that is, a matrix B such that AB = BA = I.Invertible matrices form the general linear group.
Involutory matrixA square matrix which is its own inverse, i.e., AA = I.Signature matrices, Householder Matrices have this property.
Nilpotent matrixA square matrix satisfying Aq = 0 for some positive integer q.Equivalently, the only eigenvalue of A is 0.
Normal matrixA square matrix that commutes with its conjugate transpose: AA = AAThey are the matrices to which the spectral theorem applies.
Orthogonal matrixA matrix whose inverse is equal to its transpose, A−1 = AT.They form the orthogonal group.
Orthonormal matrixA matrix whose columns are orthonormal vectors.
Singular matrixA square matrix that is not invertible.
Unimodular matrixAn invertible matrix with entries in the integers Necessarily the determinant is +1 or −1.
Unipotent matrixA square matrix with all eigenvalues equal to 1.Equivalently, is nilpotent. See also unipotent group.
Unitary matrixA square matrix whose inverse is equal to its conjugate transpose, A−1 = A*.
Totally unimodular matrixA matrix for which every non-singular square submatrix is unimodular. This has some implications in the linear programming relaxation of an integer program.
Weighing matrixA square matrix the entries of which are in, such that AAT = wI for some positive integer w.

Matrices with specific applications

NameExplanationApplicationsNotes
Adjugate matrixThe matrix containing minors of a given square matrix.Calculating inverse matrices via Laplace expansion.
Alternating sign matrixA square matrix of with entries 0, 1 and −1 such that the sum of each row and column is 1 and the nonzero entries in each row and column alternate in sign.Dodgson condensation to calculate determinants
Augmented matrixA matrix whose rows are concatenations of the rows of two smaller matrices.Calculating inverse matrices.
Bézout matrixA square matrix which may be used as a tool for the efficient location of polynomial zerosControl theory, Stable polynomials
Carleman matrixA matrix that converts composition of functions to multiplication of matrices.
Cartan matrixA matrix associated with a finite-dimensional associative algebra, or a semisimple Lie algebra.
Circulant matrixA matrix where each row is a circular shift of its predecessor.System of linear equations, discrete Fourier transform
Cofactor matrixA containing the cofactors, i.e., signed minors, of a given matrix.
Commutation matrixA matrix used for transforming the vectorized form of a matrix into the vectorized form of its transpose.
Coxeter matrixA matrix related to Coxeter groups, which describe symmetries in a structure or system.
Derogatory matrixA square matrix whose minimal polynomial is of order less than n. Equivalently, at least one of its eigenvalues has at least two Jordan blocks.
Distance matrixA square matrix containing the distances, taken pairwise, of a set of points.Computer vision, network analysis.See also Euclidean distance matrix.
Duplication matrixA linear transformation matrix used for transforming half-vectorizations of matrices into vectorizations.
Elimination matrixA linear transformation matrix used for transforming vectorizations of matrices into half-vectorizations.
Euclidean distance matrixA matrix that describes the pairwise distances between points in Euclidean space.See also distance matrix.
Fundamental matrix A matrix containing the fundamental solutions of a linear ordinary differential equation.
Generator matrixA matrix whose rows generate all elements of a linear code.Coding theory
Gramian matrixA matrix containing the pairwise angles of given vectors in an inner product space.Test linear independence of vectors, including ones in function spaces.They are real symmetric.
Hessian matrixA square matrix of second partial derivatives of a scalar-valued function.Detecting local minima and maxima of scalar-valued functions in several variables; Blob detection
Householder matrixA transformation matrix widely used in matrix algorithms.QR decomposition.
Jacobian matrixA matrix of first-order partial derivatives of a vector-valued function.Implicit function theorem; Smooth morphisms.
Moment matrixA symmetric matrix whose elements are the products of common row/column index dependent monomials.Sum-of-squares optimization.
Payoff matrixA matrix in game theory and economics, that represents the payoffs in a normal form game where players move simultaneously
Pick matrixA matrix that occurs in the study of analytical interpolation problems.
Random matrixA matrix whose entries consist of random numbers from some specified random distribution.
Rotation matrixA matrix representing a rotational geometric transformation.Special orthogonal group, Euler angles
Seifert matrixA matrix in knot theory, primarily for the algebraic analysis of topological properties of knots and links.Alexander polynomial
Shear matrixAn elementary matrix whose corresponding geometric transformation is a shear transformation.
Similarity matrixA matrix of scores which express the similarity between two data points.Sequence alignment
Symplectic matrixA square matrix preserving a standard skew-symmetric form.Symplectic group, symplectic manifold.
Totally positive matrixA matrix with determinants of all its square submatrices positive.Generating the reference points of Bézier curve in computer graphics.
Transformation matrixA matrix representing a linear transformation, often from one co-ordinate space to another to facilitate a geometric transform or projection.
Wedderburn matrixA matrix of the form, used for rank-reduction & biconjugate decompositionsAnalysis of matrix decompositions
X-Y-Z matrixA generalisation of the matrix to a cuboidal form.-

Matrices used in statistics

The following matrices find their main application in statistics and probability theory.
The following matrices find their main application in graph and network theory.