Diagonal Matrix

A square matrix is known as a diagonal matrix when all elements outside the main diagonal are zero.
an example of a diagonal matrix
In other words, if \( i \neq j \), then \( a_{ij} = 0 \).

    Example

    For example, consider a diagonal matrix of order 3, which has three rows and three columns.

    As shown, all elements above and below the main diagonal are zero.

    an example of a diagonal matrix

    Note: Elements on the main diagonal may be either zero or non-zero.

    Therefore, a diagonal matrix can also be considered both a lower and an upper triangular matrix.

    a diagonal matrix as both lower and upper triangular

    In mathematics, the set of diagonal matrices of order \( n \) with real-number entries is denoted by \( D \), where \( n \) indicates the matrix order and \( R \) represents real coefficients.

    set of diagonal matrices

    In summary, diagonal matrices are fundamental in linear algebra, with applications spanning various branches of mathematics and science.

     
     

    Please feel free to point out any errors or typos, or share suggestions to improve these notes. English isn't my first language, so if you notice any mistakes, let me know, and I'll be sure to fix them.

    FacebookTwitterLinkedinLinkedin
    knowledge base

    Matrices (linear algebra)