Main Types of Matrices
Main Types of Matrices
Example with n =
Name
3
Diagonal matrix
Lower triangular
matrix
It is a square matrix of order n, and also a special kind of diagonal matrix. It is called an
identity matrix because multiplication with it leaves a matrix unchanged:
AIn = ImA = A for any m-by-n matrix A.
A nonzero scalar multiple of an identity matrix is called a scalar matrix. If the matrix
entries come from a field, the scalar matrices form a group, under matrix multiplication,
that is isomorphic to the multiplicative group of nonzero elements of the field.
Symmetric or skew-symmetric matrix[edit]
A square matrix A that is equal to its transpose, that is, A = AT, is a symmetric matrix. If
instead, A is equal to the negative of its transpose, that is, A = −AT, then A is a skew-
symmetric matrix. In complex matrices, symmetry is often replaced by the concept
of Hermitian matrices, which satisfy A∗ = A, where the star or asterisk denotes
the conjugate transpose of the matrix, that is, the transpose of the complex
conjugate of A.
By the spectral theorem, real symmetric matrices and complex Hermitian matrices have
an eigenbasis; that is, every vector is expressible as a linear combination of
eigenvectors. In both cases, all eigenvalues are real.[27] This theorem can be generalized
to infinite-dimensional situations related to matrices with infinitely many rows and
columns, see below.
Invertible matrix and its inverse[edit]
A square matrix A is called invertible or non-singular if there exists a matrix B such that
AB = BA = In ,[28][29]
where In is the n×n identity matrix with 1s on the main diagonal and 0s elsewhere.
If B exists, it is unique and is called the inverse matrix of A, denoted A−1.
Definite matrix[edit]
Positive definite
Indefinite matrix
matrix
(Ellipse).
(Hyperbola).