A Diagonal Matrix is a special kind of square matrix in which all the elements outside the main diagonal are zero. Only the elements on the main diagonal (from the top-left corner to the bottom-right corner) can be non-zero or zero.
Definition:
A square matrix of order n x n is called a Diagonal Matrix if:
In simple terms,
Example of a Diagonal Matrix:
A diagonal matrix is a type of square matrix where all elements outside the main diagonal are zero. In simpler terms, only the elements on the main diagonal (from top-left to bottom-right) can be non-zero, and everything else is zero.
Let be an n x n matrix. Then A is a diagonal matrix if:
So, a general diagonal matrix of order n looks like:
A diagonal matrix of order 2 x 2:
Here, all non-diagonal elements are 0.
You can also have zeros on the diagonal:
Clearly, the only non-zero elements are on the main diagonal.
The determinant of a diagonal matrix is the product of its diagonal elements.
Example:
Here are more examples for clarity:
Example 1 (2x2):
Example 2 (3x3):
Example 1: Determine whether the following matrix is a diagonal matrix:
Solution:
A matrix is diagonal if all off-diagonal elements are zero and diagonal elements can be any number (including zero).
Here, all off-diagonal elements are 0, and diagonal elements are 5, -3, and 7.
Answer: Yes, A is a diagonal matrix.
Example 2: Let . Find A + B.
Solution:
Answer:
Example 3: Let Find A x B.
Solution:
Multiplying diagonal matrices is easy:
Answer:
Example 4: Find the inverse of if it exists.
Solution:
A diagonal matrix is invertible if none of its diagonal elements are zero.
The inverse of a diagonal matrix is another diagonal matrix with reciprocals of the original diagonal elements.
So,
Answer:
Example 5: Find A^3, where
Solution:
For a diagonal matrix, raising to a power means raising each diagonal element to that power.
So,
Answer:
Also Read:
(Session 2025 - 26)