![]() |
VOOZH | about |
A diagonal matrix is a square matrix in which all of the elements except the principal diagonal elements are zero. It is both upper and lower triangular, as all the elements except the main diagonal elements are zeros. This structure simplifies many operations like multiplication and raising matrices to powers.
A square matrix "A = [aij]" is said to be a diagonal matrix if aij = 0 when i ≠ j.
The matrix given below represents a diagonal matrix of order "5 × 5."
👁 Diagonal Matrix representationSome common examples of diagonal matrices of different orders are given below:
The following are the properties of the Diagonal Matrix:
If and , then .
If is a diagonal matrix, then , i.e., D = DT.
If and are two diagonal matrices, then
The term "block matrix" refers to a matrix that is divided into blocks. In such matrices, the non-diagonal blocks are zero matrices, whereas the main diagonal blocks are diagonal matrices. A matrix "A = [aij]" is called a block diagonal matrix when aij = 0, for i ≠ j, i.e., when the non-diagonal blocks are zero.
The determinant of a diagonal matrix is equal to the product of its principal diagonal elements.
If,
|D| = a11 × a22 × a33.
The inverse of a diagonal matrix is also a diagonal matrix with the principal diagonal's elements being the reciprocals of the corresponding elements of the original matrix.
If , then .
An anti-diagonal matrix, or non-diagonal matrix, is said to be the mirror image of a diagonal matrix concerning the placement of the elements. In an anti-diagonal matrix, all elements are zero except the diagonal (not the principal diagonal) elements from the upper right edge to the lower left edge. The matrix given below is an anti-diagonal matrix of order "3 × 3."
The difference between a diagonal matrix and an identity matrix is outlined below:
Identity Matrix | Diagonal Matrix |
|---|---|
A special diagonal matrix where all diagonal entries are 1. | A square matrix where all off-diagonal elements are zero. |
All diagonal entries are 1. | Can be any numbers (zero, positive, negative, fractions). |
Example: | Example: |
Acts as the "do nothing" matrix: AI = IA = A. | Scales rows/columns by the diagonal entries. |
Example 1: If , then prove that A = AT.
Solution:
Given matrix, A =
= A
So, A = AT
Hence proved.
Example 2: Find the determinant of the matrix given below.
Solution:
Given matrix, D =
We can notice that the given matrix is a diagonal matrix. We know that the determinant of a diagonal matrix is equal to the product of its principal diagonal elements.
So, |D| = -5 × 0 × 14 = 0
Hence, the determinant of the given matrix is 0.
Example 3: Find the inverse of the matrix given below.
Solution:
We can notice that the given matrix is a diagonal matrix. We know that the inverse of a diagonal matrix is obtained by replacing the principal diagonal's elements with the reciprocals of the corresponding elements of the original matrix, while the rest of the elements remain the same.
So, .
Example 4: Prove that A + B = B + A, if and .
Solution:
Given matrices,
So, A + B = B + A
Hence, proved.
Problem 1: Identify whether the following matrix is diagonal:
Problem 2: Identify whether the following matrix is diagonal:
Problem 3: Multiply the following diagonal matrices:
Problem 4: Multiply the following diagonal matrices:
Problem 5: Add the following diagonal matrices:
Problem 6: Add the following diagonal matrices:
Problem 7: Find the inverse of the following diagonal matrix:
Problem 8: Find the inverse of the following diagonal matrix:
Problem 9: Find the determinant of the following diagonal matrix:
Problem 10: Find the determinant of the following diagonal matrix: