Types of Matrices
Types of Matrices
URL: https://byjus.com/jee/types-of-matrices/
Types of Matrices
There are different types of matrices and are basically categorized on the basis of the value of their
elements, their order, number of rows and columns, etc. Now, using different conditions, the various
matrix types are categorized below along with their de nition and examples.
0, i ≠ j
Scalar Matrix A = [aij]mxn where, aij = { } where k is a constant.
k, i = j
1, i = j
Identity (Unit) Matrix A = [aij]m×n where, aij = {
0, i ≠ j
https://byjus.com/jee/types-of-matrices/ 1/8
Types of Matrices and Special Types of Matrices
Can be either upper triangular (aij = 0, when i > j) or lower triangular (aij
Triangular Matrices
= 0 when i < j)
Skew-Symmetric
A = [aij] where, aij = aji
Matrices
Hermitian Matrix A = Aθ
Skew – Hermitian
Aθ = -A
Matrix
Orthogonal Matrix A AT = In = A T A
Idempotent Matrix A2 = A
Column Matrix
https://byjus.com/jee/types-of-matrices/ 2/8
Types of Matrices and Special Types of Matrices
A matrix having only one column is called a column matrix. Thus, A = [aij]mxn is a column matrix if n = 1.
Thus, the value of for a column matrix will be 1. Hence, the order is m × 1.
−1
⎡ ⎤
⎢ 2 ⎥
A= ⎢ ⎥ . is column matrix of order 4 x 1.
⎢ −4 ⎥
⎣ ⎦
5
Just like the row matrices had only one row, column matrices have only one column. Thus, the value of for
a column matrix will be 1. Hence, the order is m × 1. The general form of a column matrix is given by A =
[aij]m×1. Other examples of a column matrix include:
−1
⎡ ⎤
2 ⎢ −18 ⎥
⎡ ⎤ ⎢ ⎥
P =⎢ 7 ⎥ Q= ⎢ ⎥
⎢ −19 ⎥
⎣ ⎦ ⎢ ⎥
−17 ⎢ 9 ⎥
⎣ ⎦
13
0 0
⎡ ⎤
A=⎢0 0⎥
⎣ ⎦
0 0
0 0 0
⎡ ⎤
is a 3 x 2 null matrix & B = ⎢ 0 0 0⎥ is 3 x 3 null matrix.
⎣ ⎦
0 0 0
Singleton Matrix
If in a matrix there is only element then it is called singleton matrix. Thus, A = [aij]mxn is a singleton matrix
if m = n = 1. E.g. [2], [3], [a], [] are singleton matrices.
Horizontal Matrix
1 2 3 4
A matrix of order m x n is a horizontal matrix if n > m; E.g. [ .
]
2 5 1 1
Vertical Matrix
2 5
⎡ ⎤
⎢1 1⎥
A matrix of order m x n is a vertical matrix if m > n; E.g. ⎢ ⎥
⎢3 6⎥
⎣ ⎦
2 4
Square Matrix
https://byjus.com/jee/types-of-matrices/ 3/8
Types of Matrices and Special Types of Matrices
If the number of rows and the number of columns in a matrix are equal, then it is called a square matrix.
The sum of the diagonal elements in a square matrix A is called the trace of matrix A, and which is
n
4 7
P = [ ]
9 13
2 1 13
⎡ ⎤
Q =⎢ −5 −8 0 ⎥
⎣ ⎦
14 −7 9
Diagonal Matrix
If all the elements, except the principal diagonal, in a square matrix, are zero, it is called a diagonal matrix.
2 0 0
⎡ ⎤
Thus, a square matrix A = [aij] is a diagonal matrix if aij = 0,when i ≠ j; E. g. ⎢ 0 3 0⎥
⎣ ⎦
0 0 4
is a diagonal matrix of order 3 x 3, which can also be denoted by diagonal [2 3 4]. The special thing is, all
the non-diagonal elements of this matrix are zero. That means only the diagonal has non-zero elements.
There are two important things to note here which are
(ii) The diagonal elements are characterized by this general form: aij where i = j. This means that a matrix
can have only one diagonal.
P = [9]
4 0 0
⎡ ⎤
9 0
Q =[ ] R = ⎢0 13 0 ⎥
0 13 ⎣ ⎦
0 0 −2
In the above examples, P, Q, and R are diagonal matrices with order 1 × 1, 2 × 2 and 3 × 3 respectively.
When all the diagonal elements of a diagonal matrix are the same, it goes by a different name- scalar
matrix which is discussed below.
Scalar Matrix
If all the elements in the diagonal of a diagonal matrix are equal, it is called a scalar matrix. Thus, a square
0, i ≠ j
matrix A = [aij ] is a scalar matrix if aij = { } where k is a constant.
m×
k, i = j
https://byjus.com/jee/types-of-matrices/ 4/8
Types of Matrices and Special Types of Matrices
−7 0 0
⎡ ⎤
E. g. ⎢ 0 −7 0 ⎥ is a scalar Matrix.
⎣ ⎦
0 0 −7
Now, what if all the diagonal elements are equal to 1? That will still be a scalar matrix and obviously a
diagonal matrix. It has got a special name which is known as the identity matrix.
1, i = j
aij = {
0, i ≠ j
1 0 0
⎡ ⎤
E.g. I 3 = ⎢0 1 0⎥
⎣ ⎦
0 0 1
Conclusions:
It should be noted that the converse of the above statements is not true for any of the cases.
Equal Matrices
Equal matrices are those matrices which are equal in terms of their elements. The conditions for matrix
equality are discussed below.
Two matrices A and B are said to be equal if they are of the same order and their corresponding elements
are equal, i.e. Two matrices A = [aij]m×n and B = [bij]r×s are equal if:
(c) aij = bij, for i = 1, 2, ….., m and j = 1, 2, ….., n, i.e. the corresponding elements are equal;
0 0 0 0 0
For example, Matrices[ ] and [ . are not equal because their orders are not the same.
]
0 0 0 0 0
1 6 3 a1 a2 a3
But, If A = [ ] and [ ] are equal matrices then,
5 2 1 b1 b2 b3
a1 = 1, a2 = 6, a3 = 3, b1 = 5, b2 = 2, b3 = 1.
Triangular Matrix
https://byjus.com/jee/types-of-matrices/ 5/8
Types of Matrices and Special Types of Matrices
A square matrix is said to be a triangular matrix if the elements above or below the principal diagonal are
zero. There are two types:
A square matrix [aij] is called an upper triangular matrix, if aij = 0, when i > j.
3 1 2
⎡ ⎤
E. g. ⎢ 0 4 3⎥ is an upper uriangular matrix of order 3 x 3.
⎣ ⎦
0 0 6
1 0 0
⎡ ⎤
E. g. ⎢ 2 3 0⎥ is a lower triangular matrix of order 3 x 3.
⎣ ⎦
4 5 2
1 2 3
⎛ ⎞
Eg. A = ⎜ 2 4 5⎟
⎝ ⎠
3 5 2
Skew-Symmetric Matrix: A square matrix A = [aij] is a skew-symmetric matrix if aij = aji, for all
values of i,j.
[putting j = i] aii = 0
Click here to learn more about symmetric and skew-symmetric matrices. (https://byjus.com/maths/what-
is-symmetric-matrix-and-skew-symmetric-matrix/)
https://byjus.com/jee/types-of-matrices/ 6/8
Types of Matrices and Special Types of Matrices
3 3 − 4i 5 + 2i
⎡ ⎤
a b + ic
E. g. [ ] . ⎢ 3 + 4i 5 −2 + i ⎥ are Hermitian matrices
b − ic d ⎣ ⎦
5 − 2i −2 − i 2
Important Notes:
If a Hermitian matrix over the set of real numbers is actually a real symmetric matrix; and A a
square matrix,
i.e. Aθ = – A;
3i −3 + 2i −1 − i
⎡ ⎤
0 −2 + i
E.g.[ ] ⎢ 3 − 2i −2i −2 − 4i ⎥
2 − i 0 ⎣ ⎦
1 + i 2 + 4i 0
A skew-Hermitian matrix over the set of real numbers is actually is a real skew-symmetric matrix.
Special Matrices
2 −3 −5
⎡ ⎤
E.g. the matrix ⎢ −1 4 5 ⎥
⎣ ⎦
1 −3 −4
Notes:
0 1 0 1 1 0
E.g. (i) A = [ ][ ] = [ ]
1 0 1 0 0 1
https://byjus.com/jee/types-of-matrices/ 8/8