how to decompose matrix like this?Matrix decomposition definitionAbout inverse matrixesMatrix decomposition definitionSolving Systems of linear equations between a square matrix and a rectangular matrix with block decompositionWriting a matrix as a product of elementary matrices.What Is This Matrix Operation Called And What Is It Used For?How should the L matrix in LU decomposition be padded when m > n?Name of orthogonal/unitary matrix decomposition?spectral theorem - why does it only apply to a symmetric matrix?Decomposition of a diagonal matrixHow many possible factorizations are there for a square matrix, and how can we know?
Why do I get two different answers for this counting problem?
Fully-Firstable Anagram Sets
How can I make my BBEG immortal short of making them a Lich or Vampire?
How do conventional missiles fly?
1960's book about a plague that kills all white people
Twin primes whose sum is a cube
Is it legal for company to use my work email to pretend I still work there?
How to model explosives?
Python: return float 1.0 as int 1 but float 1.5 as float 1.5
Has there ever been an airliner design involving reducing generator load by installing solar panels?
Can one be a co-translator of a book, if he does not know the language that the book is translated into?
What exploit are these user agents trying to use?
What does it mean to describe someone as a butt steak?
Infinite Abelian subgroup of infinite non Abelian group example
Is it unprofessional to ask if a job posting on GlassDoor is real?
I'm flying to France today and my passport expires in less than 2 months
How is it possible to have an ability score that is less than 3?
Is it inappropriate for a student to attend their mentor's dissertation defense?
Is "remove commented out code" correct English?
SSH "lag" in LAN on some machines, mixed distros
Brothers & sisters
What is the word for reserving something for yourself before others do?
Western buddy movie with a supernatural twist where a woman turns into an eagle at the end
Facing a paradox: Earnshaw's theorem in one dimension
how to decompose matrix like this?
Matrix decomposition definitionAbout inverse matrixesMatrix decomposition definitionSolving Systems of linear equations between a square matrix and a rectangular matrix with block decompositionWriting a matrix as a product of elementary matrices.What Is This Matrix Operation Called And What Is It Used For?How should the L matrix in LU decomposition be padded when m > n?Name of orthogonal/unitary matrix decomposition?spectral theorem - why does it only apply to a symmetric matrix?Decomposition of a diagonal matrixHow many possible factorizations are there for a square matrix, and how can we know?
$begingroup$
I want to have two matrixes of $ A $ and $B$ of a certain size, multiply them together $C = AB$, do some operations on $C$ to make $C_2$ and then decompose the matrix into to matrices of the same size as $A$ and $B$ so that $A_2B_2 = C_2$.
Which decomposition function can I use to achieve this?
EDIT: This is not a duplicate because the thread linked in the comments using LU decomposition says nothing about L and U being the same dimensions as the original matrix
matrices matrix-decomposition
$endgroup$
add a comment |
$begingroup$
I want to have two matrixes of $ A $ and $B$ of a certain size, multiply them together $C = AB$, do some operations on $C$ to make $C_2$ and then decompose the matrix into to matrices of the same size as $A$ and $B$ so that $A_2B_2 = C_2$.
Which decomposition function can I use to achieve this?
EDIT: This is not a duplicate because the thread linked in the comments using LU decomposition says nothing about L and U being the same dimensions as the original matrix
matrices matrix-decomposition
$endgroup$
$begingroup$
See this website: math.stackexchange.com/questions/783222/…
$endgroup$
– BadAtGeometry
Mar 29 at 3:14
$begingroup$
Possible duplicate of Matrix decomposition definition
$endgroup$
– BadAtGeometry
Mar 29 at 3:15
$begingroup$
@BadAtGeometry No, it's not the same question at all. The other question is about terminology, and makes no mention about the property being asked about in the current question.
$endgroup$
– M. Vinay
Mar 29 at 3:17
add a comment |
$begingroup$
I want to have two matrixes of $ A $ and $B$ of a certain size, multiply them together $C = AB$, do some operations on $C$ to make $C_2$ and then decompose the matrix into to matrices of the same size as $A$ and $B$ so that $A_2B_2 = C_2$.
Which decomposition function can I use to achieve this?
EDIT: This is not a duplicate because the thread linked in the comments using LU decomposition says nothing about L and U being the same dimensions as the original matrix
matrices matrix-decomposition
$endgroup$
I want to have two matrixes of $ A $ and $B$ of a certain size, multiply them together $C = AB$, do some operations on $C$ to make $C_2$ and then decompose the matrix into to matrices of the same size as $A$ and $B$ so that $A_2B_2 = C_2$.
Which decomposition function can I use to achieve this?
EDIT: This is not a duplicate because the thread linked in the comments using LU decomposition says nothing about L and U being the same dimensions as the original matrix
matrices matrix-decomposition
matrices matrix-decomposition
edited Mar 29 at 3:34
deltaskelta
asked Mar 29 at 3:09
deltaskeltadeltaskelta
1194
1194
$begingroup$
See this website: math.stackexchange.com/questions/783222/…
$endgroup$
– BadAtGeometry
Mar 29 at 3:14
$begingroup$
Possible duplicate of Matrix decomposition definition
$endgroup$
– BadAtGeometry
Mar 29 at 3:15
$begingroup$
@BadAtGeometry No, it's not the same question at all. The other question is about terminology, and makes no mention about the property being asked about in the current question.
$endgroup$
– M. Vinay
Mar 29 at 3:17
add a comment |
$begingroup$
See this website: math.stackexchange.com/questions/783222/…
$endgroup$
– BadAtGeometry
Mar 29 at 3:14
$begingroup$
Possible duplicate of Matrix decomposition definition
$endgroup$
– BadAtGeometry
Mar 29 at 3:15
$begingroup$
@BadAtGeometry No, it's not the same question at all. The other question is about terminology, and makes no mention about the property being asked about in the current question.
$endgroup$
– M. Vinay
Mar 29 at 3:17
$begingroup$
See this website: math.stackexchange.com/questions/783222/…
$endgroup$
– BadAtGeometry
Mar 29 at 3:14
$begingroup$
See this website: math.stackexchange.com/questions/783222/…
$endgroup$
– BadAtGeometry
Mar 29 at 3:14
$begingroup$
Possible duplicate of Matrix decomposition definition
$endgroup$
– BadAtGeometry
Mar 29 at 3:15
$begingroup$
Possible duplicate of Matrix decomposition definition
$endgroup$
– BadAtGeometry
Mar 29 at 3:15
$begingroup$
@BadAtGeometry No, it's not the same question at all. The other question is about terminology, and makes no mention about the property being asked about in the current question.
$endgroup$
– M. Vinay
Mar 29 at 3:17
$begingroup$
@BadAtGeometry No, it's not the same question at all. The other question is about terminology, and makes no mention about the property being asked about in the current question.
$endgroup$
– M. Vinay
Mar 29 at 3:17
add a comment |
0
active
oldest
votes
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%2f3166693%2fhow-to-decompose-matrix-like-this%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3166693%2fhow-to-decompose-matrix-like-this%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
$begingroup$
See this website: math.stackexchange.com/questions/783222/…
$endgroup$
– BadAtGeometry
Mar 29 at 3:14
$begingroup$
Possible duplicate of Matrix decomposition definition
$endgroup$
– BadAtGeometry
Mar 29 at 3:15
$begingroup$
@BadAtGeometry No, it's not the same question at all. The other question is about terminology, and makes no mention about the property being asked about in the current question.
$endgroup$
– M. Vinay
Mar 29 at 3:17