Permute the factors of a Kronecker product The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Determinant of the Kronecker Product of Two MatricesJacobian for matrix function involving kronecker productProduct of matrix-valued normal densities and Kronecker productKronecker Product Reformulationkronecker product of three matricesExpanding a Kronecker ProductSimplification for Kronecker product between block matrix and identity matrix (Khatri-Rao product)Efficient Kronecker Product FormulationDerivative of matrix using Kronecker ProductKronecker product of identity and matrix product
Simulating Exploding Dice
Windows 10: How to Lock (not sleep) laptop on lid close?
Can we generate random numbers using irrational numbers like π and e?
how can a perfect fourth interval be considered either consonant or dissonant?
How to read αἱμύλιος or when to aspirate
What would this chord progression be called?
How to determine omitted units in a publication
Can the Right Ascension and Argument of Perigee of a spacecraft's orbit keep varying by themselves with time?
Why doesn't a hydraulic lever violate conservation of energy?
The following signatures were invalid: EXPKEYSIG 1397BC53640DB551
Why are PDP-7-style microprogrammed instructions out of vogue?
Variable with quotation marks "$()"
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
Accepted by European university, rejected by all American ones I applied to? Possible reasons?
Is this wall load bearing? Blueprints and photos attached
What is the padding with red substance inside of steak packaging?
What is the role of 'For' here?
Could an empire control the whole planet with today's comunication methods?
Visa regaring travelling European country
Python - Fishing Simulator
Does Parliament need to approve the new Brexit delay to 31 October 2019?
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
Are spiders unable to hurt humans, especially very small spiders?
Would an alien lifeform be able to achieve space travel if lacking in vision?
Permute the factors of a Kronecker product
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Determinant of the Kronecker Product of Two MatricesJacobian for matrix function involving kronecker productProduct of matrix-valued normal densities and Kronecker productKronecker Product Reformulationkronecker product of three matricesExpanding a Kronecker ProductSimplification for Kronecker product between block matrix and identity matrix (Khatri-Rao product)Efficient Kronecker Product FormulationDerivative of matrix using Kronecker ProductKronecker product of identity and matrix product
$begingroup$
Let two matrices $A$ and $B$ of size $mtimes n$ and $p times q$, respectively.
What is the expression of two matrices $F$ and $G$ such that
$A otimes B = F ( B otimes A ) G$?
matrices kronecker-product
$endgroup$
add a comment |
$begingroup$
Let two matrices $A$ and $B$ of size $mtimes n$ and $p times q$, respectively.
What is the expression of two matrices $F$ and $G$ such that
$A otimes B = F ( B otimes A ) G$?
matrices kronecker-product
$endgroup$
add a comment |
$begingroup$
Let two matrices $A$ and $B$ of size $mtimes n$ and $p times q$, respectively.
What is the expression of two matrices $F$ and $G$ such that
$A otimes B = F ( B otimes A ) G$?
matrices kronecker-product
$endgroup$
Let two matrices $A$ and $B$ of size $mtimes n$ and $p times q$, respectively.
What is the expression of two matrices $F$ and $G$ such that
$A otimes B = F ( B otimes A ) G$?
matrices kronecker-product
matrices kronecker-product
edited Apr 8 at 8:25
Rodrigo de Azevedo
13.2k41962
13.2k41962
asked Apr 7 at 21:12
baptistebaptiste
53
53
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The matrices $F$ and $G$ are called commutation matrices. A commutation matrix $K_m,n$ is the unique permutation matrix that satisfies $K_m,n cdot rm vecX = rm vecX^T$ for any $X$ of size $m times n$, where $rm veccdot$ is the vectorization operator that stacks $X$ into a vector (column by column). These commutation matrices can be used to permute Kronecker products. They satisfy $$K_m,p^T cdot(A otimes B) cdot K_n,q = B otimes A,$$ where $A$ and $B$ are $m times n$ and $ptimes q$. Hence, your $F$ is $K_m,p$ and your $G$ is $K_n,q^T$. You can find a lot more details and properties about these matrices in [MN79, MN95].
[MN95] Magnus, Jan R.; Neudecker, Heinz, Matrix differential calculus with applications in statistics and econometrics, ZBL07044055, 1995.
[MN79] Magnus, Jan R.; Neudecker, H., The commutation matrix: Some properties and applications, Ann. Stat. 7, 381-394 (1979). ZBL0414.62040.
$endgroup$
add a comment |
Your Answer
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%2f3178791%2fpermute-the-factors-of-a-kronecker-product%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$
The matrices $F$ and $G$ are called commutation matrices. A commutation matrix $K_m,n$ is the unique permutation matrix that satisfies $K_m,n cdot rm vecX = rm vecX^T$ for any $X$ of size $m times n$, where $rm veccdot$ is the vectorization operator that stacks $X$ into a vector (column by column). These commutation matrices can be used to permute Kronecker products. They satisfy $$K_m,p^T cdot(A otimes B) cdot K_n,q = B otimes A,$$ where $A$ and $B$ are $m times n$ and $ptimes q$. Hence, your $F$ is $K_m,p$ and your $G$ is $K_n,q^T$. You can find a lot more details and properties about these matrices in [MN79, MN95].
[MN95] Magnus, Jan R.; Neudecker, Heinz, Matrix differential calculus with applications in statistics and econometrics, ZBL07044055, 1995.
[MN79] Magnus, Jan R.; Neudecker, H., The commutation matrix: Some properties and applications, Ann. Stat. 7, 381-394 (1979). ZBL0414.62040.
$endgroup$
add a comment |
$begingroup$
The matrices $F$ and $G$ are called commutation matrices. A commutation matrix $K_m,n$ is the unique permutation matrix that satisfies $K_m,n cdot rm vecX = rm vecX^T$ for any $X$ of size $m times n$, where $rm veccdot$ is the vectorization operator that stacks $X$ into a vector (column by column). These commutation matrices can be used to permute Kronecker products. They satisfy $$K_m,p^T cdot(A otimes B) cdot K_n,q = B otimes A,$$ where $A$ and $B$ are $m times n$ and $ptimes q$. Hence, your $F$ is $K_m,p$ and your $G$ is $K_n,q^T$. You can find a lot more details and properties about these matrices in [MN79, MN95].
[MN95] Magnus, Jan R.; Neudecker, Heinz, Matrix differential calculus with applications in statistics and econometrics, ZBL07044055, 1995.
[MN79] Magnus, Jan R.; Neudecker, H., The commutation matrix: Some properties and applications, Ann. Stat. 7, 381-394 (1979). ZBL0414.62040.
$endgroup$
add a comment |
$begingroup$
The matrices $F$ and $G$ are called commutation matrices. A commutation matrix $K_m,n$ is the unique permutation matrix that satisfies $K_m,n cdot rm vecX = rm vecX^T$ for any $X$ of size $m times n$, where $rm veccdot$ is the vectorization operator that stacks $X$ into a vector (column by column). These commutation matrices can be used to permute Kronecker products. They satisfy $$K_m,p^T cdot(A otimes B) cdot K_n,q = B otimes A,$$ where $A$ and $B$ are $m times n$ and $ptimes q$. Hence, your $F$ is $K_m,p$ and your $G$ is $K_n,q^T$. You can find a lot more details and properties about these matrices in [MN79, MN95].
[MN95] Magnus, Jan R.; Neudecker, Heinz, Matrix differential calculus with applications in statistics and econometrics, ZBL07044055, 1995.
[MN79] Magnus, Jan R.; Neudecker, H., The commutation matrix: Some properties and applications, Ann. Stat. 7, 381-394 (1979). ZBL0414.62040.
$endgroup$
The matrices $F$ and $G$ are called commutation matrices. A commutation matrix $K_m,n$ is the unique permutation matrix that satisfies $K_m,n cdot rm vecX = rm vecX^T$ for any $X$ of size $m times n$, where $rm veccdot$ is the vectorization operator that stacks $X$ into a vector (column by column). These commutation matrices can be used to permute Kronecker products. They satisfy $$K_m,p^T cdot(A otimes B) cdot K_n,q = B otimes A,$$ where $A$ and $B$ are $m times n$ and $ptimes q$. Hence, your $F$ is $K_m,p$ and your $G$ is $K_n,q^T$. You can find a lot more details and properties about these matrices in [MN79, MN95].
[MN95] Magnus, Jan R.; Neudecker, Heinz, Matrix differential calculus with applications in statistics and econometrics, ZBL07044055, 1995.
[MN79] Magnus, Jan R.; Neudecker, H., The commutation matrix: Some properties and applications, Ann. Stat. 7, 381-394 (1979). ZBL0414.62040.
answered Apr 8 at 8:13
FlorianFlorian
1,5762721
1,5762721
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%2f3178791%2fpermute-the-factors-of-a-kronecker-product%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