Kronecker delta: Difference between revisions
imported>Richard Pinch m (typo) |
mNo edit summary |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
In [[algebra]], the '''Kronecker delta''' is a notation <math>\delta_{ij}</math> for a quantity depending on two subscripts ''i'' and ''j'' which is equal to one when ''i'' and ''j'' are equal and zero when they are unequal. | {{subpages}} | ||
In [[algebra]], the '''Kronecker delta''' is a notation <math>\delta_{ij}</math> for a quantity depending on two subscripts ''i'' and ''j'' which is equal to one when ''i'' and ''j'' are equal and zero when they are unequal: | |||
:<math> | |||
\delta_{ij} = | |||
\begin{cases} | |||
1 &\quad\mathrm{if} \quad i = j \\ | |||
0 &\quad\mathrm{if} \quad i \ne j. | |||
\end{cases} | |||
</math> | |||
If the subscripts are taken to vary from 1 to ''n'' then δ gives the entries of the ''n''-by-''n'' [[identity matrix]]. The invariance of this matrix under [[orthogonal matrix|orthogonal]] change of coordinate makes δ a rank two [[tensor]]. | |||
Kronecker deltas appear frequently in summations where they act as a "filter". To clarify this we consider a simple example | |||
:<math> | |||
\sum_{i=1}^6 S_i \delta_{i,4} = S_1 \sdot0 + S_2 \sdot0 +S_3 \sdot0 +S_4 \sdot1 +S_5 \sdot0 +S_6 \sdot0 = S_4, | |||
</math> | |||
that is, the element ''S''<sub>4</sub> is "sifted out" of the summation by δ<sub>''i'',4</sub>. | |||
In general, (''i'' and ''a'' integers) | |||
:<math> | |||
\sum_{i=-\infty}^{\infty} S_{i}\delta_{ia} = S_a,\qquad i,a \in \mathbb{Z}. | |||
</math> | |||
The Kronecker delta is named after the German mathematician [[Leopold Kronecker]] (1823 – 1891). See [[Dirac delta function]] for a generalization of the Kronecker delta to real ''i'' and ''j''.[[Category:Suggestion Bot Tag]] |
Latest revision as of 06:00, 9 September 2024
In algebra, the Kronecker delta is a notation for a quantity depending on two subscripts i and j which is equal to one when i and j are equal and zero when they are unequal:
If the subscripts are taken to vary from 1 to n then δ gives the entries of the n-by-n identity matrix. The invariance of this matrix under orthogonal change of coordinate makes δ a rank two tensor.
Kronecker deltas appear frequently in summations where they act as a "filter". To clarify this we consider a simple example
that is, the element S4 is "sifted out" of the summation by δi,4.
In general, (i and a integers)
The Kronecker delta is named after the German mathematician Leopold Kronecker (1823 – 1891). See Dirac delta function for a generalization of the Kronecker delta to real i and j.