List_of_matrices

List of named matrices

List of named matrices

Add article description


This article lists some important classes of matrices used in mathematics, science and engineering. A matrix (plural matrices, or less commonly matrixes) 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. Important examples include the identity matrix given by

Several important classes of matrices are subsets of each other.

and the zero matrix of dimension . For example:

.

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.

Constant matrices

The list below comprises matrices whose elements are constant for any given dimension (size) 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.

More information Name, Explanation ...

Specific patterns for 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 (or counter-diagonal).

More information with real coefficients, such that ...

Matrices satisfying some equations

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

[2]

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.[2] A number of notions are concerned with the failure of this commutativity. An inverse of square matrix A is a matrix B (necessarily of the same dimension as A) 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 A1.

More information Name, Explanation ...

Matrices with conditions on eigenvalues or eigenvectors

More information Name, Explanation ...

Matrices generated by specific data

More information A matrix of the form ...

Matrices used in statistics

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

  • Bernoulli matrix — a square matrix with entries +1, 1, with equal probability of each.
  • Centering matrix — a matrix which, when multiplied with a vector, has the same effect as subtracting the mean of the components of the vector from every component.
  • Correlation matrix — a symmetric n×n matrix, formed by the pairwise correlation coefficients of several random variables.
  • Covariance matrix — a symmetric n×n matrix, formed by the pairwise covariances of several random variables. Sometimes called a dispersion matrix.
  • Dispersion matrix — another name for a covariance matrix.
  • Doubly stochastic matrix — a non-negative matrix such that each row and each column sums to 1 (thus the matrix is both left stochastic and right stochastic)
  • Fisher information matrix — a matrix representing the variance of the partial derivative, with respect to a parameter, of the log of the likelihood function of a random variable.
  • Hat matrix — a square matrix used in statistics to relate fitted values to observed values.
  • Orthostochastic matrix — doubly stochastic matrix whose entries are the squares of the absolute values of the entries of some orthogonal matrix
  • Precision matrix — a symmetric n×n matrix, formed by inverting the covariance matrix. Also called the information matrix.
  • Stochastic matrix — a non-negative matrix describing a stochastic process. The sum of entries of any row is one.
  • Transition matrix — a matrix representing the probabilities of conditions changing from one state to another in a Markov chain
  • Unistochastic matrix — a doubly stochastic matrix whose entries are the squares of the absolute values of the entries of some unitary matrix

Matrices used in graph theory

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

  • Adjacency matrix — a square matrix representing a graph, with aij non-zero if vertex i and vertex j are adjacent.
  • Biadjacency matrix — a special class of adjacency matrix that describes adjacency in bipartite graphs.
  • Degree matrix — a diagonal matrix defining the degree of each vertex in a graph.
  • Edmonds matrix — a square matrix of a bipartite graph.
  • Incidence matrix — a matrix representing a relationship between two classes of objects (usually vertices and edges in the context of graph theory).
  • Laplacian matrix — a matrix equal to the degree matrix minus the adjacency matrix for a graph, used to find the number of spanning trees in the graph.
  • Seidel adjacency matrix — a matrix similar to the usual adjacency matrix but with 1 for adjacency; +1 for nonadjacency; 0 on the diagonal.
  • Skew-adjacency matrix — an adjacency matrix in which each non-zero aij is 1 or 1, accordingly as the direction i → j matches or opposes that of an initially specified orientation.
  • Tutte matrix — a generalization of the Edmonds matrix for a balanced bipartite graph.

Matrices used in science and engineering

Specific matrices

See also


Notes

  1. Hogben 2006,Ch. 31.3.
  2. Weisstein, Eric W. "Matrix Multiplication". mathworld.wolfram.com. Retrieved 2020-09-07.
  3. "Non-derogatory matrix - Encyclopedia of Mathematics". encyclopediaofmath.org. Retrieved 2020-09-07.

References


Share this article:

This article uses material from the Wikipedia article List_of_matrices, and is written by contributors. Text is available under a CC BY-SA 4.0 International License; additional terms may apply. Images, videos and audio are available under their respective licenses.