![]() |
Diagonal Matrix is a matrix in which all the non-diagonal elements are zero. A matrix is defined as a rectangular array of numbers that are arranged in rows and columns. The size of a matrix can be determined by the number of rows and columns in it. A matrix is said to be an “m by n” matrix when it has “m” rows and “n” columns and is written as an “m × n” matrix. For example, the order of the matrix that has five rows and four columns is “5 × 4.” We have different types of matrices, such as rectangular, square, triangular, symmetric, singular, etc. The image given below is an “m × n” matrix that has “m” rows and “n” columns. Table of Content What is a Diagonal Matrix?A diagonal matrix is a square matrix in which all of the elements except the principal diagonal elements are zeroes. It is both upper and lower triangular, as all the elements except the main diagonal elements are zeros. 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.” ![]() Learn More, Examples of a Diagonal MatrixSome common examples of diagonal matrices of different orders are given below:
Properties of a Diagonal MatrixThe following are the properties of the Singular Matrix:
Learn More, Block Diagonal MatrixThe 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 square 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.
Determinant of a Diagonal MatrixThe determinant of a diagonal matrix is equal to the product of its principal diagonal elements.
Learn, Determinant of a Matrix Inverse of a Diagonal MatrixThe 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.
Learn, Inverse of a Matrix Anti-Diagonal MatrixAn 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.”
Also, Check Solved Examples on Diagonal MatrixExample 1: If [Tex]A = \left[\begin{array}{ccc} -4 & 0 & 0\\ 0 & 11 & 0\\ 0 & 0 & 7 \end{array}\right] [/Tex] , then prove that A = AT. Solution:
Example 2: Find the determinant of the matrix given below. [Tex]D = \left[\begin{array}{ccc} -5 & 0 & 0\\ 0 & 0 & 0\\ 0 & 0 & 14 \end{array}\right] [/Tex] Solution:
Example 3: Find the inverse of the matrix given below. [Tex]B = \left[\begin{array}{cc} 11 & 0\\ 0 & 17 \end{array}\right] [/Tex] Solution:
Example 4: Prove that A + B = B + A, if [Tex]A = \left[\begin{array}{cc} 6 & 0\\ 0 & 7 \end{array}\right] [/Tex] and [Tex]B = \left[\begin{array}{cc} -10 & 0\\ 0 & 13 \end{array}\right] [/Tex]. Solution:
Diagonal Matrix WorksheetProblem 1: Identify whether the following matrix is diagonal: [Tex]\begin{pmatrix} 5 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & 7 \end{pmatrix}[/Tex] Problem 2: Identify whether the following matrix is diagonal: [Tex]\begin{pmatrix} 1 & 2 & 0 \\ 0 & 4 & 0 \\ 0 & 0 & 6 \end{pmatrix}[/Tex] Problem 3: Multiply the following diagonal matrices: [Tex]\begin{pmatrix} 2 & 0 \\ 0 & 3 \end{pmatrix} \times \begin{pmatrix} 4 & 0 \\ 0 & 5 \end{pmatrix} [/Tex] Problem 4: Multiply the following diagonal matrices: [Tex]\begin{pmatrix} 7 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 9 \end{pmatrix} \times \begin{pmatrix} 3 & 0 & 0 \\ 0 & 6 & 0 \\ 0 & 0 & 2 \end{pmatrix} [/Tex] Problem 5: Add the following diagonal matrices: [Tex]\begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix} + \begin{pmatrix} 2 & 0 \\ 0 & 2 \end{pmatrix} [/Tex] Problem 6: Add the following diagonal matrices: [Tex]\begin{pmatrix} 5 & 0 & 0 \\ 0 & 8 & 0 \\ 0 & 0 & 3 \end{pmatrix} + \begin{pmatrix} 7 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 6 \end{pmatrix} [/Tex] Problem 7: Find the inverse of the following diagonal matrix: [Tex]\begin{pmatrix} 3 & 0 \\ 0 & 4 \end{pmatrix} [/Tex] Problem 8: Find the inverse of the following diagonal matrix: [Tex]\begin{pmatrix} 2 & 0 & 0 \\ 0 & 5 & 0 \\ 0 & 0 & 7 \end{pmatrix} [/Tex] Problem 9: Find the determinant of the following diagonal matrix: [Tex]\begin{pmatrix} 4 & 0 \\ 0 & 5 \end{pmatrix} [/Tex] Problem 10: Find the determinant of the following diagonal matrix: [Tex]\begin{pmatrix} 3 & 0 & 0 \\ 0 & 6 & 0 \\ 0 & 0 & 2 \end{pmatrix}[/Tex] SummaryA diagonal matrix is a special type of square matrix where all the elements outside the main diagonal are zero. Diagonal matrices are significant because they are easy to work with in various mathematical operations. For example, the inverse of a diagonal matrix, if all the diagonal elements are non-zero, is simply a diagonal matrix with each diagonal element replaced by its reciprocal. Additionally, multiplying diagonal matrices together or raising them to a power is straightforward, as the operations only affect the diagonal elements. Diagonal matrices also play a key role in matrix diagonalization and are used extensively in eigenvalue problems and linear algebra applications. FAQs on Diagonal MatrixDefine a Diagonal Matrix.
Is an Identity Matrix a Diagonal Matrix?
What is the Determinant of a Diagonal Matrix?
Is a Zero Matrix a Diagonal Matrix?
|
Reffered: https://www.geeksforgeeks.org
Class 12 |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 12 |