Elimination Matrix Specific entry question The Next CEO of Stack OverflowHow is row...
Why specifically branches as firewood on the Altar?
Recycling old answers
How to avoid supervisors with prejudiced views?
When you upcast Blindness/Deafness, do all targets suffer the same effect?
What steps are necessary to read a Modern SSD in Medieval Europe?
RigExpert AA-35 - Interpreting The Information
How many extra stops do monopods offer for tele photographs?
A Man With a Stainless Steel Endoskeleton (like The Terminator) Fighting Cloaked Aliens Only He Can See
Is French Guiana a (hard) EU border?
Why is information "lost" when it got into a black hole?
How to invert MapIndexed on a ragged structure? How to construct a tree from rules?
Example of a Mathematician/Physicist whose Other Publications during their PhD eclipsed their PhD Thesis
Would a completely good Muggle be able to use a wand?
Necessary condition on homology group for a set to be contractible
Why does standard notation not preserve intervals (visually)
Legal workarounds for testamentary trust perceived as unfair
Do I need to write [sic] when a number is less than 10 but isn't written out?
Prepend last line of stdin to entire stdin
Using Rolle's theorem to show an equation has only one real root
How to write a definition with variants?
Is wanting to ask what to write an indication that you need to change your story?
Calculator final project in Python
Is it ever safe to open a suspicious HTML file (e.g. email attachment)?
Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?
Elimination Matrix Specific entry question
The Next CEO of Stack OverflowHow is row elimination getting rid of this entry?Rotation Matrix inverse using Gauss-Jordan eliminationMirror Matrix MultiplicationSimple Eigenvalue finding question (by gauss elimination)Premultiplication by an elimination matrixHow to determine the transition matrices when doing Gaussian elimination?How to find the $LU$ factorization of a matrix $A$ when elimination breaks downGuassian Elimination with matricesOrthogonal matrix with single $0$ entryElementary Matrix Multiplication and Gauss Elimination
$begingroup$
Given a $3 times 3$ array $$
A =begin{bmatrix} 1 & 2 &1 \ 3 & 8 & 1 \ 0 &4 &1 end{bmatrix},
$$
My understanding is that that I subtract $3$ times row one from row two to eliminate entry $a_{21}$. Therefore $E_{21}$ should be
$$
E_{21} = begin{bmatrix} 1 & 1 & 1 \ mathbf{0} & 2 & -2 \ 0 & 4 & 1end{bmatrix}
$$
I see in my notes that elimination by multiplication yields $$
E_{21} = begin{bmatrix} 1 & 0 & 0 \ mathbf{-3} & 1 & 1 \ 0 & 0 & 1end{bmatrix}
$$.
I would like to understand the intuition behind the entries in the multiplication matrix. I am able to follow how one would find the entries for $E_{21}$ using the subtraction method (I highlighted $0$ to illustrate that I understand where that comes from, but I am supposed to use the multiplication method and I do not understand how one reaches these entries. Specifically the highlighted $-3$. Can someone please explain to me how to use the multiplication method to eliminate entries in a matrix?
matrices gaussian-elimination
$endgroup$
add a comment |
$begingroup$
Given a $3 times 3$ array $$
A =begin{bmatrix} 1 & 2 &1 \ 3 & 8 & 1 \ 0 &4 &1 end{bmatrix},
$$
My understanding is that that I subtract $3$ times row one from row two to eliminate entry $a_{21}$. Therefore $E_{21}$ should be
$$
E_{21} = begin{bmatrix} 1 & 1 & 1 \ mathbf{0} & 2 & -2 \ 0 & 4 & 1end{bmatrix}
$$
I see in my notes that elimination by multiplication yields $$
E_{21} = begin{bmatrix} 1 & 0 & 0 \ mathbf{-3} & 1 & 1 \ 0 & 0 & 1end{bmatrix}
$$.
I would like to understand the intuition behind the entries in the multiplication matrix. I am able to follow how one would find the entries for $E_{21}$ using the subtraction method (I highlighted $0$ to illustrate that I understand where that comes from, but I am supposed to use the multiplication method and I do not understand how one reaches these entries. Specifically the highlighted $-3$. Can someone please explain to me how to use the multiplication method to eliminate entries in a matrix?
matrices gaussian-elimination
$endgroup$
1
$begingroup$
If I understand you question correctly, you may find this article helpful. Would you mind explaining what a "multiplication matrix" is, and what the "subtraction" and "multiplications" methods to which you refer are? Is each $E_{ij}$ supposed to be an elimination matrix, or a row-equivalent matrix produced at some point during elimination? Your work seems to suggest the latter, while your notes suggest the former (both with some errors).
$endgroup$
– Brian
Mar 17 at 16:32
$begingroup$
You will also note that this very example appear in the article I linked in my previous comment.
$endgroup$
– Brian
Mar 17 at 16:35
$begingroup$
Of course, I meant to say that I am looking to find the left operand multiplied by original Matrix A that is equal to the elimination matrix E(2,1). And then, I am to eliminate entry (3,2)--which should be a "4" in my elimination matrix (2,1). I am struggling with this second step of elimination by matrix multiplication where one needs to fill in the entries for that left hand operand when setting the systems equal to the elimination matrix
$endgroup$
– Adam
Mar 17 at 17:45
add a comment |
$begingroup$
Given a $3 times 3$ array $$
A =begin{bmatrix} 1 & 2 &1 \ 3 & 8 & 1 \ 0 &4 &1 end{bmatrix},
$$
My understanding is that that I subtract $3$ times row one from row two to eliminate entry $a_{21}$. Therefore $E_{21}$ should be
$$
E_{21} = begin{bmatrix} 1 & 1 & 1 \ mathbf{0} & 2 & -2 \ 0 & 4 & 1end{bmatrix}
$$
I see in my notes that elimination by multiplication yields $$
E_{21} = begin{bmatrix} 1 & 0 & 0 \ mathbf{-3} & 1 & 1 \ 0 & 0 & 1end{bmatrix}
$$.
I would like to understand the intuition behind the entries in the multiplication matrix. I am able to follow how one would find the entries for $E_{21}$ using the subtraction method (I highlighted $0$ to illustrate that I understand where that comes from, but I am supposed to use the multiplication method and I do not understand how one reaches these entries. Specifically the highlighted $-3$. Can someone please explain to me how to use the multiplication method to eliminate entries in a matrix?
matrices gaussian-elimination
$endgroup$
Given a $3 times 3$ array $$
A =begin{bmatrix} 1 & 2 &1 \ 3 & 8 & 1 \ 0 &4 &1 end{bmatrix},
$$
My understanding is that that I subtract $3$ times row one from row two to eliminate entry $a_{21}$. Therefore $E_{21}$ should be
$$
E_{21} = begin{bmatrix} 1 & 1 & 1 \ mathbf{0} & 2 & -2 \ 0 & 4 & 1end{bmatrix}
$$
I see in my notes that elimination by multiplication yields $$
E_{21} = begin{bmatrix} 1 & 0 & 0 \ mathbf{-3} & 1 & 1 \ 0 & 0 & 1end{bmatrix}
$$.
I would like to understand the intuition behind the entries in the multiplication matrix. I am able to follow how one would find the entries for $E_{21}$ using the subtraction method (I highlighted $0$ to illustrate that I understand where that comes from, but I am supposed to use the multiplication method and I do not understand how one reaches these entries. Specifically the highlighted $-3$. Can someone please explain to me how to use the multiplication method to eliminate entries in a matrix?
matrices gaussian-elimination
matrices gaussian-elimination
edited Mar 17 at 16:35
Brian
1,208116
1,208116
asked Mar 17 at 8:19
AdamAdam
345
345
1
$begingroup$
If I understand you question correctly, you may find this article helpful. Would you mind explaining what a "multiplication matrix" is, and what the "subtraction" and "multiplications" methods to which you refer are? Is each $E_{ij}$ supposed to be an elimination matrix, or a row-equivalent matrix produced at some point during elimination? Your work seems to suggest the latter, while your notes suggest the former (both with some errors).
$endgroup$
– Brian
Mar 17 at 16:32
$begingroup$
You will also note that this very example appear in the article I linked in my previous comment.
$endgroup$
– Brian
Mar 17 at 16:35
$begingroup$
Of course, I meant to say that I am looking to find the left operand multiplied by original Matrix A that is equal to the elimination matrix E(2,1). And then, I am to eliminate entry (3,2)--which should be a "4" in my elimination matrix (2,1). I am struggling with this second step of elimination by matrix multiplication where one needs to fill in the entries for that left hand operand when setting the systems equal to the elimination matrix
$endgroup$
– Adam
Mar 17 at 17:45
add a comment |
1
$begingroup$
If I understand you question correctly, you may find this article helpful. Would you mind explaining what a "multiplication matrix" is, and what the "subtraction" and "multiplications" methods to which you refer are? Is each $E_{ij}$ supposed to be an elimination matrix, or a row-equivalent matrix produced at some point during elimination? Your work seems to suggest the latter, while your notes suggest the former (both with some errors).
$endgroup$
– Brian
Mar 17 at 16:32
$begingroup$
You will also note that this very example appear in the article I linked in my previous comment.
$endgroup$
– Brian
Mar 17 at 16:35
$begingroup$
Of course, I meant to say that I am looking to find the left operand multiplied by original Matrix A that is equal to the elimination matrix E(2,1). And then, I am to eliminate entry (3,2)--which should be a "4" in my elimination matrix (2,1). I am struggling with this second step of elimination by matrix multiplication where one needs to fill in the entries for that left hand operand when setting the systems equal to the elimination matrix
$endgroup$
– Adam
Mar 17 at 17:45
1
1
$begingroup$
If I understand you question correctly, you may find this article helpful. Would you mind explaining what a "multiplication matrix" is, and what the "subtraction" and "multiplications" methods to which you refer are? Is each $E_{ij}$ supposed to be an elimination matrix, or a row-equivalent matrix produced at some point during elimination? Your work seems to suggest the latter, while your notes suggest the former (both with some errors).
$endgroup$
– Brian
Mar 17 at 16:32
$begingroup$
If I understand you question correctly, you may find this article helpful. Would you mind explaining what a "multiplication matrix" is, and what the "subtraction" and "multiplications" methods to which you refer are? Is each $E_{ij}$ supposed to be an elimination matrix, or a row-equivalent matrix produced at some point during elimination? Your work seems to suggest the latter, while your notes suggest the former (both with some errors).
$endgroup$
– Brian
Mar 17 at 16:32
$begingroup$
You will also note that this very example appear in the article I linked in my previous comment.
$endgroup$
– Brian
Mar 17 at 16:35
$begingroup$
You will also note that this very example appear in the article I linked in my previous comment.
$endgroup$
– Brian
Mar 17 at 16:35
$begingroup$
Of course, I meant to say that I am looking to find the left operand multiplied by original Matrix A that is equal to the elimination matrix E(2,1). And then, I am to eliminate entry (3,2)--which should be a "4" in my elimination matrix (2,1). I am struggling with this second step of elimination by matrix multiplication where one needs to fill in the entries for that left hand operand when setting the systems equal to the elimination matrix
$endgroup$
– Adam
Mar 17 at 17:45
$begingroup$
Of course, I meant to say that I am looking to find the left operand multiplied by original Matrix A that is equal to the elimination matrix E(2,1). And then, I am to eliminate entry (3,2)--which should be a "4" in my elimination matrix (2,1). I am struggling with this second step of elimination by matrix multiplication where one needs to fill in the entries for that left hand operand when setting the systems equal to the elimination matrix
$endgroup$
– Adam
Mar 17 at 17:45
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%2f3151266%2felimination-matrix-specific-entry-question%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%2f3151266%2felimination-matrix-specific-entry-question%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
1
$begingroup$
If I understand you question correctly, you may find this article helpful. Would you mind explaining what a "multiplication matrix" is, and what the "subtraction" and "multiplications" methods to which you refer are? Is each $E_{ij}$ supposed to be an elimination matrix, or a row-equivalent matrix produced at some point during elimination? Your work seems to suggest the latter, while your notes suggest the former (both with some errors).
$endgroup$
– Brian
Mar 17 at 16:32
$begingroup$
You will also note that this very example appear in the article I linked in my previous comment.
$endgroup$
– Brian
Mar 17 at 16:35
$begingroup$
Of course, I meant to say that I am looking to find the left operand multiplied by original Matrix A that is equal to the elimination matrix E(2,1). And then, I am to eliminate entry (3,2)--which should be a "4" in my elimination matrix (2,1). I am struggling with this second step of elimination by matrix multiplication where one needs to fill in the entries for that left hand operand when setting the systems equal to the elimination matrix
$endgroup$
– Adam
Mar 17 at 17:45