Permutation of an element
$begingroup$
An array $mathbb T$ has elements $T_{ijkl}$ where $i,j,k,l=1,2,3,4$. It is given that
$$T_{ijkl}=T_{jikl}=T_{ijlk}=-T_{klij}$$
for all values of $i,j,k,l$. The number of independent components in this array is
I don't know how to solve this question, please help. I tried thinking about all the permutation of this element but can't figure out how to think about the condition given here.
Sorry for my bad english, this is my first question.
permutations
$endgroup$
add a comment |
$begingroup$
An array $mathbb T$ has elements $T_{ijkl}$ where $i,j,k,l=1,2,3,4$. It is given that
$$T_{ijkl}=T_{jikl}=T_{ijlk}=-T_{klij}$$
for all values of $i,j,k,l$. The number of independent components in this array is
I don't know how to solve this question, please help. I tried thinking about all the permutation of this element but can't figure out how to think about the condition given here.
Sorry for my bad english, this is my first question.
permutations
$endgroup$
add a comment |
$begingroup$
An array $mathbb T$ has elements $T_{ijkl}$ where $i,j,k,l=1,2,3,4$. It is given that
$$T_{ijkl}=T_{jikl}=T_{ijlk}=-T_{klij}$$
for all values of $i,j,k,l$. The number of independent components in this array is
I don't know how to solve this question, please help. I tried thinking about all the permutation of this element but can't figure out how to think about the condition given here.
Sorry for my bad english, this is my first question.
permutations
$endgroup$
An array $mathbb T$ has elements $T_{ijkl}$ where $i,j,k,l=1,2,3,4$. It is given that
$$T_{ijkl}=T_{jikl}=T_{ijlk}=-T_{klij}$$
for all values of $i,j,k,l$. The number of independent components in this array is
I don't know how to solve this question, please help. I tried thinking about all the permutation of this element but can't figure out how to think about the condition given here.
Sorry for my bad english, this is my first question.
permutations
permutations
edited Jan 17 at 5:06
Daniel Mathias
1,30518
1,30518
asked Jan 17 at 4:13
Harshit TiwariHarshit Tiwari
32
32
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
You are given that your tensor $T_{ijkl}$ is symmetric on first pair of indices, on last pair of indices and antisymmetric on pair switch.
If tensor is symmetric on pair of indices, the order in this pair doesn't matter, so we can count them as a set. Set of 2 indices
$$
{i,j} ={1,1}, {1,2}, {2,2}, {1,3},ldots{4,4}
$$
in total $k={nchoose 2}+n={4choose 2}+4=10$ elements (we sum the number of pairs with different element with the number of pairs where elements are equal).
If there wasn't a last condition on $T_{ijkl}=-T_{klij}$, then the total number of independent elements would be $10times10=100$. However, because of the condition, we need to subtract $k=10$ elements, since for each ${i,j}={k,l}$, $T_{ijkl}=T_{klij}=0$, and then divide by 2. So the total number of independent elements is $(10^2-10)/2=45$
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3076585%2fpermutation-of-an-element%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
You are given that your tensor $T_{ijkl}$ is symmetric on first pair of indices, on last pair of indices and antisymmetric on pair switch.
If tensor is symmetric on pair of indices, the order in this pair doesn't matter, so we can count them as a set. Set of 2 indices
$$
{i,j} ={1,1}, {1,2}, {2,2}, {1,3},ldots{4,4}
$$
in total $k={nchoose 2}+n={4choose 2}+4=10$ elements (we sum the number of pairs with different element with the number of pairs where elements are equal).
If there wasn't a last condition on $T_{ijkl}=-T_{klij}$, then the total number of independent elements would be $10times10=100$. However, because of the condition, we need to subtract $k=10$ elements, since for each ${i,j}={k,l}$, $T_{ijkl}=T_{klij}=0$, and then divide by 2. So the total number of independent elements is $(10^2-10)/2=45$
$endgroup$
add a comment |
$begingroup$
You are given that your tensor $T_{ijkl}$ is symmetric on first pair of indices, on last pair of indices and antisymmetric on pair switch.
If tensor is symmetric on pair of indices, the order in this pair doesn't matter, so we can count them as a set. Set of 2 indices
$$
{i,j} ={1,1}, {1,2}, {2,2}, {1,3},ldots{4,4}
$$
in total $k={nchoose 2}+n={4choose 2}+4=10$ elements (we sum the number of pairs with different element with the number of pairs where elements are equal).
If there wasn't a last condition on $T_{ijkl}=-T_{klij}$, then the total number of independent elements would be $10times10=100$. However, because of the condition, we need to subtract $k=10$ elements, since for each ${i,j}={k,l}$, $T_{ijkl}=T_{klij}=0$, and then divide by 2. So the total number of independent elements is $(10^2-10)/2=45$
$endgroup$
add a comment |
$begingroup$
You are given that your tensor $T_{ijkl}$ is symmetric on first pair of indices, on last pair of indices and antisymmetric on pair switch.
If tensor is symmetric on pair of indices, the order in this pair doesn't matter, so we can count them as a set. Set of 2 indices
$$
{i,j} ={1,1}, {1,2}, {2,2}, {1,3},ldots{4,4}
$$
in total $k={nchoose 2}+n={4choose 2}+4=10$ elements (we sum the number of pairs with different element with the number of pairs where elements are equal).
If there wasn't a last condition on $T_{ijkl}=-T_{klij}$, then the total number of independent elements would be $10times10=100$. However, because of the condition, we need to subtract $k=10$ elements, since for each ${i,j}={k,l}$, $T_{ijkl}=T_{klij}=0$, and then divide by 2. So the total number of independent elements is $(10^2-10)/2=45$
$endgroup$
You are given that your tensor $T_{ijkl}$ is symmetric on first pair of indices, on last pair of indices and antisymmetric on pair switch.
If tensor is symmetric on pair of indices, the order in this pair doesn't matter, so we can count them as a set. Set of 2 indices
$$
{i,j} ={1,1}, {1,2}, {2,2}, {1,3},ldots{4,4}
$$
in total $k={nchoose 2}+n={4choose 2}+4=10$ elements (we sum the number of pairs with different element with the number of pairs where elements are equal).
If there wasn't a last condition on $T_{ijkl}=-T_{klij}$, then the total number of independent elements would be $10times10=100$. However, because of the condition, we need to subtract $k=10$ elements, since for each ${i,j}={k,l}$, $T_{ijkl}=T_{klij}=0$, and then divide by 2. So the total number of independent elements is $(10^2-10)/2=45$
answered Jan 17 at 14:19
Vasily MitchVasily Mitch
2,3141311
2,3141311
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3076585%2fpermutation-of-an-element%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown