1.4. Special matrices#
Some matrices have certain properties which makes them useful for various mathematical applications. Understanding special matrices and their properties is important for gaining a deeper insight into linear algebra and its practical applications.
1.4.1. Square matrix#
Definition 1.8 (Square matrix)
A square matrix is a matrix that has the same number of rows and columns.
For example, the following matrices are square matrices
1.4.2. Diagonal matrix#
Definition 1.9 (Main diagonal)
The main diagonal of a square
For example the main diagonal of the following matrix
is
Definition 1.10 (Diagonal matrix)
A diagonal matrix is a square
For example, the following matrices are diagonal
1.4.3. Zero matrix#
Similarly to
Definition 1.11 (Zero matrix)
A zero matrix (or null matrix) is an
For example
Theorem 1.5 (Properties of the zero matrix)
For any
1.4.4. The identity matrix#
Definition 1.12 (The identity matrix)
The identity matrix is denoted by
For example
It is common to omit the subscript as it should be clear what the dimensions are from the context.
Theorem 1.6 (Properties of the identity matrix)
The identity matrix has the following properties:
is the identify element with resepct to matrix multiplication, i.e.,The produce of an invertible square matrix
and its inverse is the identify matrix, i.e.,
Example 1.8
Given the matrices
(i)
Solution
(ii)
Solution
(iii)
Solution
1.4.5. Symmetric Matrix#
Definition 1.13 (Symmetric matrix)
A symmetric matrix is a matrix is a square matrix where the elements are symmetric with respect to the main diagonal, i.e.,
For example, the following matrices are symmetric
1.4.6. Triangular matrices#
Definition 1.14 (Upper triangular matrix)
An upper triangular matrix is a non-zero square matrix where the elements on and beneath the main diagonal are all zeros.
Definition 1.15 (Lower triangular matrix)
A lower triangular matrix is a non-zero square matrix where the elements on and above the main diagonal are all zeros.
For example, the following matrices are upper triangular matrices
and the following matrixes are lower triangular matrices