Inner and Outer Product of 2 rank tensorsWhat does a zero tensor product imply?Is the tensor product of two torsion-free modules always non-zero?Universal Property of Tensor AlgebraTensor Product and Direct Sumcan quaternions be expressed in terms of tensor products?Product of Symmetric and Antisymmetric TensorsFunctor $R^2 otimes -$ for a ring $R$ is left-exact?Deduce that relation must hold for all unitary matricesTrace optimization of a function of a left stochastic matrixQuestion about creating a 3-rank tensor in numpy with python3
How can The Temple of Elementary Evil reliably protect itself against kinetic bombardment?
Makefile strange variable substitution
Why is computing ridge regression with a Cholesky decomposition much quicker than using SVD?
Do f-stop and exposure time perfectly cancel?
Should I tell my boss the work he did was worthless
Is "history" a male-biased word ("his+story")?
Shifting between bemols (flats) and diesis (sharps)in the key signature
meaning and function of 幸 in "则幸分我一杯羹"
What's the "normal" opposite of flautando?
Why does a recursive function stop on random numbers?
Good for you! in Russian
How does NOW work?
What are some noteworthy "mic-drop" moments in math?
Was Luke Skywalker the leader of the Rebel forces on Hoth?
How to detect if C code (which needs 'extern C') is compiled in C++
Signed and unsigned numbers
Database Backup for data and log files
Recommendation letter by significant other if you worked with them professionally?
Latex does not go to next line
Why doesn't this Google Translate ad use the word "Translation" instead of "Translate"?
Is "conspicuously missing" or "conspicuously" the subject of this sentence?
Counting all the hearts
Find longest word in a string: are any of these algorithms good?
Intuition behind counterexample of Euler's sum of powers conjecture
Inner and Outer Product of 2 rank tensors
What does a zero tensor product imply?Is the tensor product of two torsion-free modules always non-zero?Universal Property of Tensor AlgebraTensor Product and Direct Sumcan quaternions be expressed in terms of tensor products?Product of Symmetric and Antisymmetric TensorsFunctor $R^2 otimes -$ for a ring $R$ is left-exact?Deduce that relation must hold for all unitary matricesTrace optimization of a function of a left stochastic matrixQuestion about creating a 3-rank tensor in numpy with python3
$begingroup$
I am trying to figure out whether or not the following identity is true:
$D_klA_ijA_kl=A_klD_klA_ij$
Or what I think is qually:
$D:(Aotimes A)= (A:D)A$
The matrices are both symmetric $A=A^T, B=B^T$.
I tried to "prove" it by simply doing the calculus with 2x2 matrices but I always end up wit another (wrong) result. I would very much appreciate it if you could help me or give me some hints whether this is right or wrong.
tensor-products matrix-calculus
$endgroup$
add a comment |
$begingroup$
I am trying to figure out whether or not the following identity is true:
$D_klA_ijA_kl=A_klD_klA_ij$
Or what I think is qually:
$D:(Aotimes A)= (A:D)A$
The matrices are both symmetric $A=A^T, B=B^T$.
I tried to "prove" it by simply doing the calculus with 2x2 matrices but I always end up wit another (wrong) result. I would very much appreciate it if you could help me or give me some hints whether this is right or wrong.
tensor-products matrix-calculus
$endgroup$
add a comment |
$begingroup$
I am trying to figure out whether or not the following identity is true:
$D_klA_ijA_kl=A_klD_klA_ij$
Or what I think is qually:
$D:(Aotimes A)= (A:D)A$
The matrices are both symmetric $A=A^T, B=B^T$.
I tried to "prove" it by simply doing the calculus with 2x2 matrices but I always end up wit another (wrong) result. I would very much appreciate it if you could help me or give me some hints whether this is right or wrong.
tensor-products matrix-calculus
$endgroup$
I am trying to figure out whether or not the following identity is true:
$D_klA_ijA_kl=A_klD_klA_ij$
Or what I think is qually:
$D:(Aotimes A)= (A:D)A$
The matrices are both symmetric $A=A^T, B=B^T$.
I tried to "prove" it by simply doing the calculus with 2x2 matrices but I always end up wit another (wrong) result. I would very much appreciate it if you could help me or give me some hints whether this is right or wrong.
tensor-products matrix-calculus
tensor-products matrix-calculus
asked Mar 4 at 18:54
Pablo JekenPablo Jeken
1084
1084
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
When employing index notation, you are effectively just summing over repeated indices, so if the resulting matrix is $M$, then
$$ M_ij = sum_k=1^n sum_l=1^n D_klA_ijA_kl= sum_k=1^n sum_l=1^nA_klD_klA_ij = sum_k=1^n sum_l=1^n A_ijD_klA_kl= cdots
$$
The terms being multiplied inside the summation can be taken in any order.
Thus, given definitions for "$otimes$" and "$:$" you can come up with different interpretations to an operation which is effectively just summing up the product of elements in two matrices/tensors in a certain order. All this provided the dimensions of the matrices allow for such an operation.
New contributor
Traws is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$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%2f3135243%2finner-and-outer-product-of-2-rank-tensors%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$
When employing index notation, you are effectively just summing over repeated indices, so if the resulting matrix is $M$, then
$$ M_ij = sum_k=1^n sum_l=1^n D_klA_ijA_kl= sum_k=1^n sum_l=1^nA_klD_klA_ij = sum_k=1^n sum_l=1^n A_ijD_klA_kl= cdots
$$
The terms being multiplied inside the summation can be taken in any order.
Thus, given definitions for "$otimes$" and "$:$" you can come up with different interpretations to an operation which is effectively just summing up the product of elements in two matrices/tensors in a certain order. All this provided the dimensions of the matrices allow for such an operation.
New contributor
Traws is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
When employing index notation, you are effectively just summing over repeated indices, so if the resulting matrix is $M$, then
$$ M_ij = sum_k=1^n sum_l=1^n D_klA_ijA_kl= sum_k=1^n sum_l=1^nA_klD_klA_ij = sum_k=1^n sum_l=1^n A_ijD_klA_kl= cdots
$$
The terms being multiplied inside the summation can be taken in any order.
Thus, given definitions for "$otimes$" and "$:$" you can come up with different interpretations to an operation which is effectively just summing up the product of elements in two matrices/tensors in a certain order. All this provided the dimensions of the matrices allow for such an operation.
New contributor
Traws is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
add a comment |
$begingroup$
When employing index notation, you are effectively just summing over repeated indices, so if the resulting matrix is $M$, then
$$ M_ij = sum_k=1^n sum_l=1^n D_klA_ijA_kl= sum_k=1^n sum_l=1^nA_klD_klA_ij = sum_k=1^n sum_l=1^n A_ijD_klA_kl= cdots
$$
The terms being multiplied inside the summation can be taken in any order.
Thus, given definitions for "$otimes$" and "$:$" you can come up with different interpretations to an operation which is effectively just summing up the product of elements in two matrices/tensors in a certain order. All this provided the dimensions of the matrices allow for such an operation.
New contributor
Traws is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
$endgroup$
When employing index notation, you are effectively just summing over repeated indices, so if the resulting matrix is $M$, then
$$ M_ij = sum_k=1^n sum_l=1^n D_klA_ijA_kl= sum_k=1^n sum_l=1^nA_klD_klA_ij = sum_k=1^n sum_l=1^n A_ijD_klA_kl= cdots
$$
The terms being multiplied inside the summation can be taken in any order.
Thus, given definitions for "$otimes$" and "$:$" you can come up with different interpretations to an operation which is effectively just summing up the product of elements in two matrices/tensors in a certain order. All this provided the dimensions of the matrices allow for such an operation.
New contributor
Traws is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Traws is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 2 days ago
TrawsTraws
6112
6112
New contributor
Traws is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Traws is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Traws is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
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%2f3135243%2finner-and-outer-product-of-2-rank-tensors%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