Types of matrices
Types of matrices
Definition:
A matrix is a set or group of numbers arranged in a square or rectangular array
enclosed by two brackets
4 2 a b
1 1 3 0 c d
Matrices
Properties:
•A specified number of rows and a specified number of
columns
•Two numbers (rows x columns) describe the dimensions
or size of the matrix.
Examples:
1 2 4
3x3 matrix 4 1 5 1 1
3 3
1 1
3 2
2x4 matrix
3 3 3 0 0
1x2 matrix
Types of Matrices
1. Column matrix or vector:
The number of rows may be any integer but the number of
columns is always 1
1 a11
4 1 a21
3
2
am1
Types of Matrices
2. Row matrix or vector
Any number of columns but only one row
1 1 6 0 3 5 2
1 1
3 7 1 1 1 0 0
2 0 3 3 0
7 7
7 6
m n
Types of Matrices
4. Square matrix
The number of rows is equal to the number of columns
(a square matrix has an order of m)
1 1 1 1 1
9 9 0
3 0
6 6 1
The principal or main diagonal of a square matrix is composed of all
elements aij for which i=j
Types of Matrices
5. Diagonal matrix
A square matrix where all the elements are zero except those on
the main diagonal
3 0 0 0
1 0 0 0
3 0 0
0 2 0
0 0 5 0
0 0 1
0 0 0 9
i.e. aij =0 for all i j
aij 0 for some or all i = j
Types of Matrices
6. Unit or Identity matrix - I
A diagonal matrix with ones on the main diagonal
1 0 0 0
0
1 0 0 1 0 aij 0
0 0 1 0 0 1 0
aij
0 0 0 1
i.e. aij =0 for all i j
aij = 1 for some or all i = j
Types of Matrices
7. Null (zero) matrix - 0
All elements in the matrix are zero
0 0 0 0
0 0 0 0
0
0 0 0
1 0 0 1 0 0 1 8 9
2 1 0 2 1 0 0 1 6
5 2 3 5 2 3 0 0 3
Types of Matrices
8a. Upper triangular matrix
A square matrix whose elements below the main diagonal are all zero
1 7 4 4
aij aij aij 1 8 7 0
0 1 8 1 7 4
0 aij aij
0
0 0 7 8
0 aij 0 0 3
0 0 0 3
i.e. aij = 0 for all i > j
Types of Matrices
8b. Lower triangular matrix
A square matrix whose elements above the main diagonal are all
zero
aij 0 0 1 0 0
2 1 0
aij aij 0
aij aij aij 5 2 3
i.e. aij = 0 for all i < j
Types of Matrices
9. Scalar matrix
A diagonal matrix whose main diagonal elements are equal to the
same scalar
A scalar is defined as a single number or constant
aij 0 0 1 0 0 6 0 0 0
0 0
0 aij 0
1 0
6 0 0
0 0 aij 0 0 1
0 0 6 0
i.e. aij = 0 for all i = j 0 0 0 6
aij = a for all i = j
Types of Matrices
10. Singular matrix
Matrix A is said to be a singular matrix if it’s determinant is equal to
zero i.e., |A| = 0
If
The determinant is
So, the matrix A is singular.
Types of Matrices
10. Non-Singular matrix
Matrix A is said to be a non-singular matrix if its determinant is not
equal to zero i.e., |A| 0
If 1 1
3 0
The determinant is
So, the matrix A is singular.
Types of Matrices
11. Symmetric matrix
A square matrix A = [aij] is called a symmetric matrix if aij = aji, for all i,j values;
If
A square matrix A = [aij] is a skew-symmetric matrix if aij = aji, for all values
of i,j.
[putting j = i] aii = 0
Thus, in a skew-symmetric matrix, all diagonal elements are zero
If
Note:
If A is Hermitian, the entries on the main diagonal must satisfy , that is they are
real.
If a Hermitian matrix is real, then =A . Hence a real Hermitian matrix is a
symmetric matrix.
Types of Matrices
Example:
Therefore,
Note:
If A is Skew-Hermitian, the entries on the main diagonal must satisfy , that is they
are real.
If a Skew-Hermitian matrix is real, then = . Hence a real Skew-Hermitian matrix
is a skew-symmetric matrix.
Types of Matrices
Example:
Therefore,
Note:
•All the orthogonal matrices are invertible. The determinant of an orthogonal matrix is
always equal to the -1 or +1.
•All orthogonal matrices are square matrices but not all square matrices are orthogonal.
Types of Matrices
Example:
Then
𝑇
𝐴𝐴 =
[ 𝑐 𝑜𝑠𝑧
− 𝑠𝑖𝑛𝑧
𝑠𝑖𝑛𝑧
𝑐𝑜𝑠𝑧] [
×
𝑐 𝑜𝑠𝑧
𝑠𝑖𝑛𝑧
− 𝑠𝑖𝑛𝑧
𝑐𝑜𝑠𝑧 ][
=
1
0
0
1]=𝐼
Therefore,
[ ]
1 𝑖
−
The Transpose of conjugate is,
∗
𝐴 = √ 2 √2
1 𝑖
√2 √2
=
Now