Is the following true that if I have a symmetric 4-th order tensor $A_{ijkl}$? $$ A_{ijkl}=A_{klij}\\ A_{ijkl}(\delta_{mk}+\delta_{ml}-\delta_{mi}-\delta_{mj})= \\ A_{ijml}+A_{ijkm}-A_{mjkl}-A_{imkl}=0 $$ Thanks in advance!
Is this true for a symmetric tensor?
0
$\begingroup$
summation
tensors
-
3What does $A_{ijkl}$ mean ? A matrix is usually indexed by two indices, not four. – 2017-01-10
-
0Included what $A_{ijkl}$ is. – 2017-01-10
-
1$A_{ijkl}$ is not a matrix but a 4-th order tensor. – 2017-01-10
-
0Yes that is a more correct description of what $A_{ijkl}$ is. – 2017-01-10
-
0What does $\delta$ mean? How the multplication $A_{ijkl}\delta_{mk}= A_{ijml}$ is defined? – 2017-01-10
-
0$\delta$ is the Kronecker delta $\delta_{mk}=1$ if $m=k$, zero otherwise. – 2017-01-10
-
1Yes, it is correct. The rule is simply swap out the common index that appears on the kronecker delta and the contracted term with the other index on the Kroncecker delta. – 2017-01-10
1 Answers
1
Yes, it is correct. The rule is to simply swap out the common index that appears on the Kronecker delta and the contracted term with the other index on the Kronecker delta.
Eg. your first term $$ A_{ijkl}\delta_{mk} = A_{ijml} $$ The reason is that (assuming $k$ to run from 1 to 3,)
$$ A_{ijkl}\delta_{mk} = A_{ij1l}\delta_{m1} + A_{ij2l}\delta_{m2} + A_{ij3l}\delta_{m3} $$ Now only one of the three $\delta_{m}$ terms can be non 0. For example if $m=2$, $$ A_{ijkl}\delta_{2k} = A_{ij2l}\delta_{22} = A_{ij2l} $$ and so on.
So what sits in place of the contracted index k in $A_{ijkl}$ is precisely m.