Main diagonal: Difference between revisions

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
imported>No.cilepogača
mNo edit summary
 
Square matrices: {{visible anchor}}
 
Line 42: Line 42:
The ''off-diagonal'' entries are those not on the main diagonal.  A ''[[diagonal matrix]]'' is one whose off-diagonal entries are all zero.<ref>{{harvtxt|Herstein|1964|p=239}}</ref><ref>{{harvtxt|Nering|1970|p=38}}</ref>
The ''off-diagonal'' entries are those not on the main diagonal.  A ''[[diagonal matrix]]'' is one whose off-diagonal entries are all zero.<ref>{{harvtxt|Herstein|1964|p=239}}</ref><ref>{{harvtxt|Nering|1970|p=38}}</ref>


A ''superdiagonal'' entry is one that is directly above and to the right of the main diagonal.<ref>{{harvtxt|Bronson|1970|pp=203,205}}</ref><ref>{{harvtxt|Herstein|1964|p=239}}</ref> Just as diagonal entries are those <math>A_{ij}</math> with <math>j=i</math>, the superdiagonal entries are those with <math>j = i+1</math>.  For example, the non-zero entries of the following matrix all lie in the superdiagonal:
A '''{{visible anchor|superdiagonal}}''' entry is one that is directly above and to the right of the main diagonal.<ref>{{harvtxt|Bronson|1970|pp=203,205}}</ref><ref>{{harvtxt|Herstein|1964|p=239}}</ref> Just as diagonal entries are those <math>A_{ij}</math> with <math>j=i</math>, the superdiagonal entries are those with <math>j = i+1</math>.  For example, the non-zero entries of the following matrix all lie in the superdiagonal:
:<math>\begin{pmatrix}
:<math>\begin{pmatrix}
  0 & 2 & 0 \\
  0 & 2 & 0 \\
Line 48: Line 48:
  0 & 0 & 0
  0 & 0 & 0
\end{pmatrix}</math>
\end{pmatrix}</math>
Likewise, a ''subdiagonal'' entry is one that is directly below and to the left of the main diagonal, that is, an entry <math>A_{ij}</math> with <math>j = i - 1</math>.<ref>{{harvtxt|Cullen|1966|p=114}}</ref>  General matrix diagonals can be specified by an index <math>k</math> measured relative to the main diagonal: the main diagonal has <math>k = 0</math>; the superdiagonal has <math>k = 1</math>; the subdiagonal has <math>k = -1</math>; and in general, the <math>k</math>-diagonal consists of the entries <math>A_{ij}</math> with <math>j = i+k</math>.
Likewise, a '''{{visible anchor|subdiagonal}}''' entry is one that is directly below and to the left of the main diagonal, that is, an entry <math>A_{ij}</math> with <math>j = i - 1</math>.<ref>{{harvtxt|Cullen|1966|p=114}}</ref>  General matrix diagonals can be specified by an index <math>k</math> measured relative to the main diagonal: the main diagonal has <math>k = 0</math>; the superdiagonal has <math>k = 1</math>; the subdiagonal has <math>k = -1</math>; and in general, the <math>k</math>-diagonal consists of the entries <math>A_{ij}</math> with <math>j = i+k</math>.


A [[Band matrix|banded matrix]] is one for which its non-zero elements are restricted to a diagonal band. A [[tridiagonal matrix]] has only the main diagonal, superdiagonal, and subdiagonal entries as non-zero.
A [[Band matrix|banded matrix]] is one for which its non-zero elements are restricted to a diagonal band. A [[tridiagonal matrix]] has only the main diagonal, superdiagonal, and subdiagonal entries as non-zero.

Latest revision as of 06:47, 14 June 2025

Template:Short description

In linear algebra, the main diagonal (sometimes principal diagonal, primary diagonal, leading diagonal, major diagonal, or good diagonal) of a matrix A is the list of entries ai,j where i=j. All off-diagonal elements are zero in a diagonal matrix. The following four matrices have their main diagonals indicated by red ones:

[100010001][100001000010][100010001000][1000010000100001]

Square matrices

For a square matrix, the diagonal (or main diagonal or principal diagonal) is the diagonal line of entries running from the top-left corner to the bottom-right corner.[1][2][3] For a matrix A with row index specified by i and column index specified by j, these would be entries Aij with i=j. For example, the identity matrix can be defined as having entries of 1 on the main diagonal and zeroes elsewhere:

(100010001)

The trace of a matrix is the sum of the diagonal elements.

The top-right to bottom-left diagonal is sometimes described as the minor diagonal or antidiagonal.

The off-diagonal entries are those not on the main diagonal. A diagonal matrix is one whose off-diagonal entries are all zero.[4][5]

A Template:Visible anchor entry is one that is directly above and to the right of the main diagonal.[6][7] Just as diagonal entries are those Aij with j=i, the superdiagonal entries are those with j=i+1. For example, the non-zero entries of the following matrix all lie in the superdiagonal:

(020003000)

Likewise, a Template:Visible anchor entry is one that is directly below and to the left of the main diagonal, that is, an entry Aij with j=i1.[8] General matrix diagonals can be specified by an index k measured relative to the main diagonal: the main diagonal has k=0; the superdiagonal has k=1; the subdiagonal has k=1; and in general, the k-diagonal consists of the entries Aij with j=i+k.

A banded matrix is one for which its non-zero elements are restricted to a diagonal band. A tridiagonal matrix has only the main diagonal, superdiagonal, and subdiagonal entries as non-zero.

Antidiagonal

Script error: No such module "Labelled list hatnote".

The antidiagonal (sometimes counter diagonal, secondary diagonal (*), trailing diagonal, minor diagonal, off diagonal, or bad diagonal) of an order N square matrix B is the collection of entries bi,j such that i+j=N+1 for all 1i,jN. That is, it runs from the top right corner to the bottom left corner.

[001010100]

(*) Secondary (as well as trailing, minor and off) diagonals very often also mean the (a.k.a. k-th) diagonals parallel to the main or principal diagonals, i.e., Ai,i±k for some nonzero k =1, 2, 3, ... More generally and universally, the off diagonal elements of a matrix are all elements not on the main diagonal, i.e., with distinct indices i ≠ j.

See also

Notes

Template:Reflist

References

  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "citation/CS1".
  • Script error: No such module "Template wrapper".


Template:Matrix-stub