Questions tagged [kronecker-delta]

For questions about the Kronecker-delta, which is a function of two variables (usually non-negative integers).

In mathematics, the Kronecker delta is a function of two variables

$$\delta _{{ij}}={\begin{cases}0&{\text{if }}i\neq j,\\1&{\text{if }}i=j.\end{cases}}$$

In , the values of Kronecker delta $(\delta_{ij})_{i,j = 1,\dots,n}$ form an $n \times n$ identity matrix $I$.

It satisfies the shifting property $$\sum_{i=-\infty}^\infty a_i \delta_{ij} =a_j, \quad j \in \Bbb{Z}.$$

It has the contour integral representation $$\delta_{mn}=\frac{1}{2\pi}\oint_{|z|=1} z^{m-n-1} \, {\rm d}z, \quad m,n \in \Bbb{Z}.$$

It has an representation $$\delta _{nm}={\frac {1}{N}}\sum _{k=1}^{N}e^{2\pi i{\frac {k}{N}}(n-m)}, \quad m,n \in \Bbb{Z},$$ which can be proved by the formula for the finite .

Source:

  1. Wikipedia
  2. Wolfram MathWorld
141 questions
5
votes
3 answers

Kronecker's delta complex sum form

I hope you're all doing well. I'm trying to prove the following identity: $$\frac{1}{N} \sum_{j=1}^{N} e^ {\frac{2i\pi(n-n')j}{N}} = \delta_{nn'}$$ but I'm having some troubles. This is what I tried: We know that for a finite geometric series, the…
1
vote
2 answers

Symmetries of the multiplication of Kronecker delta and Levi-Civita symbol?

I was pondering on the symmetries that \begin{equation} \epsilon_{ijk}\delta_{\ell m} \end{equation} might have upon interchanging indices of the Kronecher delta and Levi-Civita symbol, e.g. the interchange of $i$ and $m$ or $\ell$. Following this…
Bjaam
  • 77
1
vote
1 answer

What should be the output of a double sumation over Kronecker delta?

$$\left(\sum_{i=1}^3 \sum_{j=1}^3 \delta_{ij}\right)\left(\sum_{m=1}^3 \sum_{n=1}^3 \delta_{mn}\right)$$ eq. 1. Should be: I am just confused because I am getting $3 \times 3$. I was reading a book. It it stated that $$\left(\sum_{i=1}^3…
1
vote
2 answers

Delta function $\delta_{n,m}$ with two variables $n, m$

I am trying to understand the equations below. What seems to be confusing me is the use of two variables $n, m$ in the delta function: $\delta_{n,m}$. I understand that d_n would just be the spoke at x=n, but I have no idea how to use m. I hope the…
moinudin
  • 129
1
vote
0 answers

Regarding a property of the Kronecker Delta

I would like to know how this property of the Kronecker delta works. How exactly is $\delta_{a1}\delta_{1c} + \delta_{a2}\delta_{2c} + \delta_{a3}\delta_{3c} = \delta_{ac}$? Two deltas reduced to one
1
vote
1 answer

Multiplying shifts of Kronecker Delta

Can someone please explain to me these two equations? $$\delta_{n}\delta_{n-2k}=\delta_{n}$$ and why $$\delta_{n-1}\delta_{n-2k}=0$$ and why $$\delta_{n}\delta_{n-2k-1}=0$$ Any help would be appreciated! Thanks guys
A. Garrod
  • 33
  • 2
0
votes
1 answer

Can I exchange the indices in this particular product of Kronecker delta's?

Is the following true? (We are not using Einstein summation notation here) $$\delta_{mk} \delta_{nk} = \delta_{mn} \delta_{km}$$
Tom
  • 511
0
votes
1 answer

Evaluate this Kronecker Delta multiplication

I need to evaluate this multiplication of kronecker deltas $$\delta_{ij}\delta_{km}\delta_{jk}\delta_{im}$$ seems to be a very simple exercise, but my question is: Can I change the order of the deltas to reduce the terms? I mean to use this…
0
votes
0 answers

Alternating Tensor and the Kronecker delta

I've been asked to prove that: $\epsilon_{ijk}$$\epsilon_{kqr}$ = $\delta_{iq}$$\delta_{jr}$ - $\delta_{ir}$$\delta_{jq}$ We start with: $\epsilon_{ijk}$$\epsilon_{kqr}$ = $\delta_{ip}$($\delta_{jq}$$\delta_{kr}$ - $\delta_{jr}$$\delta_{kq}$) +…
0
votes
1 answer

Kronecker Delta help

Find the value of $\delta_{ii}\delta_{jk}\delta_{jk}$. Apparently this is $9$, but I can't see why: $\delta_{ii} = 3$ (as in this case this is defined in $\mathbb{R}^3$) $\delta_{jk}\delta_{jk} = \delta_{jk}$ $\delta_{ii}\delta_{jk} =…
0
votes
1 answer

Alternative expressions for Kronecker delta like function

I wish to generate a Kronecker delta like function, δ(x−a) = 1 at x=a (or something similar) and = 0 elsewhere. But the problem is I have to do this using a combination of sin, cos, tan (and/or inverses), exponential and log. To be more specific, I…
Aman_X
  • 1
0
votes
1 answer

Does the relationship beteeen the Levi-Civita symbol and the Kronecker Delta hold for more than two products?

I know the following relationship between Levi-Civita and the Kronecker Delta, $\text{sgn}_{ijk} ~ \text{sgn}_{imn}= \delta_{jm}\delta_{kn}-\delta_{jn}\delta_{km}. ~~~$But i don not know about such a relation between more than two products. Do such…
user681044