Question about elementary row operations with block matrices The Next CEO of Stack OverflowSylvester rank inequality: $operatornamerank A + operatornamerankB leq operatornamerank AB + n$elementary matrices and row operationsOrder of operations of multiple Matrix Elementary Row OperationsElementary Row MatricesFind the determinant by using elementary row operationsProof of elementary row operations for matrices?Performing elementary row operations on matricesAre elementary matrices the matrix representations of corresponding elementary row operations?Writing a matrix as a product of elementary matrices.Elementary operations on matricesElementary Matrix and Row Operations
WOW air has ceased operation, can I get my tickets refunded?
Horror movie/show or scene where a horse creature opens its mouth really wide and devours a man in a stables
Robert Sheckley short story about vacation spots being overwhelmed
MAZDA 3 2006 (UK) - poor acceleration then takes off at 3250 revs
How to start emacs in "nothing" mode (`fundamental-mode`)
How to make a software documentation "officially" citable?
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
Why here is plural "We went to the movies last night."
Visit to the USA with ESTA approved before trip to Iran
Natural language into sentence logic
How can I get through very long and very dry, but also very useful technical documents when learning a new tool?
What makes a siege story/plot interesting?
How do I get the green key off the shelf in the Dobby level of Lego Harry Potter 2?
Failed to fetch jessie backports repository
Return the Closest Prime Number
What is the difference between "behavior" and "behaviour"?
What does "Its cash flow is deeply negative" mean?
How to get regions to plot as graphics
What's the point of interval inversion?
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
Are there languages with no euphemisms?
Opposite of a diet
Can a single photon have an energy density?
How to write the block matrix in LaTex?
Question about elementary row operations with block matrices
The Next CEO of Stack OverflowSylvester rank inequality: $operatornamerank A + operatornamerankB leq operatornamerank AB + n$elementary matrices and row operationsOrder of operations of multiple Matrix Elementary Row OperationsElementary Row MatricesFind the determinant by using elementary row operationsProof of elementary row operations for matrices?Performing elementary row operations on matricesAre elementary matrices the matrix representations of corresponding elementary row operations?Writing a matrix as a product of elementary matrices.Elementary operations on matricesElementary Matrix and Row Operations
$begingroup$
Given two $n times n$ matrices $A$ and $B$, form a new block matrix
$$P := beginbmatrixI_n&B\-A&0endbmatrix$$
Then by using only elementary row operations, show that $P$ can be transformed into
$$P' := beginbmatrixI_n&B\0&ABendbmatrix $$
The solution to this problem is:
$$P = beginbmatrixI_n&B\-A&0endbmatrix sim beginbmatrixI_n&B\-A + AI_n &0 + ABendbmatrix sim beginbmatrixI_n&B\0&ABendbmatrix$$
I don't understand this solution. Why can $A$ be multiplied from the left on the first half of the matrix and then be added to the second half of the matrix to form a sequence of elementary row operations?
linear-algebra matrices block-matrices
$endgroup$
add a comment |
$begingroup$
Given two $n times n$ matrices $A$ and $B$, form a new block matrix
$$P := beginbmatrixI_n&B\-A&0endbmatrix$$
Then by using only elementary row operations, show that $P$ can be transformed into
$$P' := beginbmatrixI_n&B\0&ABendbmatrix $$
The solution to this problem is:
$$P = beginbmatrixI_n&B\-A&0endbmatrix sim beginbmatrixI_n&B\-A + AI_n &0 + ABendbmatrix sim beginbmatrixI_n&B\0&ABendbmatrix$$
I don't understand this solution. Why can $A$ be multiplied from the left on the first half of the matrix and then be added to the second half of the matrix to form a sequence of elementary row operations?
linear-algebra matrices block-matrices
$endgroup$
add a comment |
$begingroup$
Given two $n times n$ matrices $A$ and $B$, form a new block matrix
$$P := beginbmatrixI_n&B\-A&0endbmatrix$$
Then by using only elementary row operations, show that $P$ can be transformed into
$$P' := beginbmatrixI_n&B\0&ABendbmatrix $$
The solution to this problem is:
$$P = beginbmatrixI_n&B\-A&0endbmatrix sim beginbmatrixI_n&B\-A + AI_n &0 + ABendbmatrix sim beginbmatrixI_n&B\0&ABendbmatrix$$
I don't understand this solution. Why can $A$ be multiplied from the left on the first half of the matrix and then be added to the second half of the matrix to form a sequence of elementary row operations?
linear-algebra matrices block-matrices
$endgroup$
Given two $n times n$ matrices $A$ and $B$, form a new block matrix
$$P := beginbmatrixI_n&B\-A&0endbmatrix$$
Then by using only elementary row operations, show that $P$ can be transformed into
$$P' := beginbmatrixI_n&B\0&ABendbmatrix $$
The solution to this problem is:
$$P = beginbmatrixI_n&B\-A&0endbmatrix sim beginbmatrixI_n&B\-A + AI_n &0 + ABendbmatrix sim beginbmatrixI_n&B\0&ABendbmatrix$$
I don't understand this solution. Why can $A$ be multiplied from the left on the first half of the matrix and then be added to the second half of the matrix to form a sequence of elementary row operations?
linear-algebra matrices block-matrices
linear-algebra matrices block-matrices
asked Feb 7 at 1:39
user642338user642338
91
91
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Let
$$
beginbmatrixR_1 \ R_2endbmatrix = beginbmatrixI_n&B\-A&0endbmatrix
$$
Then
$$
beginbmatrixR_1 \ R_2endbmatrix undersettextRowOpmapsto beginbmatrixR_1 \ R_2 + A R_1endbmatrix
implies
beginbmatrixI_n&B\-A&0endbmatrix
undersettextRowOpmapsto
beginbmatrixI_n&B\-A+AI_n& 0+ABendbmatrix
=
beginbmatrixI_n&B\0& ABendbmatrix
$$
Does this make it any clear?
$endgroup$
2
$begingroup$
No. Why is $$beginbmatrixR_1 \ R_2endbmatrix undersettextRowOpmapsto beginbmatrixR_1 \ R_2 + A R_1endbmatrix$$ a row operation?
$endgroup$
– user642338
Feb 7 at 6:52
add a comment |
$begingroup$
I guess you're trying to prove Sylvester rank inequality.
This works just like the elementary row operations. We can do this with block matrices:
$$
M = beginpmatrixA&B\C&Dendpmatrix sim beginpmatrixA+K,C&B+K,D\C&Dendpmatrix
$$
What we are doing here behind the scenes is multiplying the matrix by an elementary matrix $T$:
$$
T = beginpmatrixI&K\0&Iendpmatrix
$$
So we get:
$$
TM =
beginpmatrixI&K\0&Iendpmatrix beginpmatrixA&B\C&Dendpmatrix = beginpmatrixA+K,C&B+K,D\C&Dendpmatrix
$$
As you can see, $T$ has full rank and therefore invertible, which means it doesn't change rank of the matrix:
$$operatornamerkTM = operatornamerkM$$
$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%2f3103316%2fquestion-about-elementary-row-operations-with-block-matrices%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Let
$$
beginbmatrixR_1 \ R_2endbmatrix = beginbmatrixI_n&B\-A&0endbmatrix
$$
Then
$$
beginbmatrixR_1 \ R_2endbmatrix undersettextRowOpmapsto beginbmatrixR_1 \ R_2 + A R_1endbmatrix
implies
beginbmatrixI_n&B\-A&0endbmatrix
undersettextRowOpmapsto
beginbmatrixI_n&B\-A+AI_n& 0+ABendbmatrix
=
beginbmatrixI_n&B\0& ABendbmatrix
$$
Does this make it any clear?
$endgroup$
2
$begingroup$
No. Why is $$beginbmatrixR_1 \ R_2endbmatrix undersettextRowOpmapsto beginbmatrixR_1 \ R_2 + A R_1endbmatrix$$ a row operation?
$endgroup$
– user642338
Feb 7 at 6:52
add a comment |
$begingroup$
Let
$$
beginbmatrixR_1 \ R_2endbmatrix = beginbmatrixI_n&B\-A&0endbmatrix
$$
Then
$$
beginbmatrixR_1 \ R_2endbmatrix undersettextRowOpmapsto beginbmatrixR_1 \ R_2 + A R_1endbmatrix
implies
beginbmatrixI_n&B\-A&0endbmatrix
undersettextRowOpmapsto
beginbmatrixI_n&B\-A+AI_n& 0+ABendbmatrix
=
beginbmatrixI_n&B\0& ABendbmatrix
$$
Does this make it any clear?
$endgroup$
2
$begingroup$
No. Why is $$beginbmatrixR_1 \ R_2endbmatrix undersettextRowOpmapsto beginbmatrixR_1 \ R_2 + A R_1endbmatrix$$ a row operation?
$endgroup$
– user642338
Feb 7 at 6:52
add a comment |
$begingroup$
Let
$$
beginbmatrixR_1 \ R_2endbmatrix = beginbmatrixI_n&B\-A&0endbmatrix
$$
Then
$$
beginbmatrixR_1 \ R_2endbmatrix undersettextRowOpmapsto beginbmatrixR_1 \ R_2 + A R_1endbmatrix
implies
beginbmatrixI_n&B\-A&0endbmatrix
undersettextRowOpmapsto
beginbmatrixI_n&B\-A+AI_n& 0+ABendbmatrix
=
beginbmatrixI_n&B\0& ABendbmatrix
$$
Does this make it any clear?
$endgroup$
Let
$$
beginbmatrixR_1 \ R_2endbmatrix = beginbmatrixI_n&B\-A&0endbmatrix
$$
Then
$$
beginbmatrixR_1 \ R_2endbmatrix undersettextRowOpmapsto beginbmatrixR_1 \ R_2 + A R_1endbmatrix
implies
beginbmatrixI_n&B\-A&0endbmatrix
undersettextRowOpmapsto
beginbmatrixI_n&B\-A+AI_n& 0+ABendbmatrix
=
beginbmatrixI_n&B\0& ABendbmatrix
$$
Does this make it any clear?
answered Feb 7 at 5:02
zimbra314zimbra314
630312
630312
2
$begingroup$
No. Why is $$beginbmatrixR_1 \ R_2endbmatrix undersettextRowOpmapsto beginbmatrixR_1 \ R_2 + A R_1endbmatrix$$ a row operation?
$endgroup$
– user642338
Feb 7 at 6:52
add a comment |
2
$begingroup$
No. Why is $$beginbmatrixR_1 \ R_2endbmatrix undersettextRowOpmapsto beginbmatrixR_1 \ R_2 + A R_1endbmatrix$$ a row operation?
$endgroup$
– user642338
Feb 7 at 6:52
2
2
$begingroup$
No. Why is $$beginbmatrixR_1 \ R_2endbmatrix undersettextRowOpmapsto beginbmatrixR_1 \ R_2 + A R_1endbmatrix$$ a row operation?
$endgroup$
– user642338
Feb 7 at 6:52
$begingroup$
No. Why is $$beginbmatrixR_1 \ R_2endbmatrix undersettextRowOpmapsto beginbmatrixR_1 \ R_2 + A R_1endbmatrix$$ a row operation?
$endgroup$
– user642338
Feb 7 at 6:52
add a comment |
$begingroup$
I guess you're trying to prove Sylvester rank inequality.
This works just like the elementary row operations. We can do this with block matrices:
$$
M = beginpmatrixA&B\C&Dendpmatrix sim beginpmatrixA+K,C&B+K,D\C&Dendpmatrix
$$
What we are doing here behind the scenes is multiplying the matrix by an elementary matrix $T$:
$$
T = beginpmatrixI&K\0&Iendpmatrix
$$
So we get:
$$
TM =
beginpmatrixI&K\0&Iendpmatrix beginpmatrixA&B\C&Dendpmatrix = beginpmatrixA+K,C&B+K,D\C&Dendpmatrix
$$
As you can see, $T$ has full rank and therefore invertible, which means it doesn't change rank of the matrix:
$$operatornamerkTM = operatornamerkM$$
$endgroup$
add a comment |
$begingroup$
I guess you're trying to prove Sylvester rank inequality.
This works just like the elementary row operations. We can do this with block matrices:
$$
M = beginpmatrixA&B\C&Dendpmatrix sim beginpmatrixA+K,C&B+K,D\C&Dendpmatrix
$$
What we are doing here behind the scenes is multiplying the matrix by an elementary matrix $T$:
$$
T = beginpmatrixI&K\0&Iendpmatrix
$$
So we get:
$$
TM =
beginpmatrixI&K\0&Iendpmatrix beginpmatrixA&B\C&Dendpmatrix = beginpmatrixA+K,C&B+K,D\C&Dendpmatrix
$$
As you can see, $T$ has full rank and therefore invertible, which means it doesn't change rank of the matrix:
$$operatornamerkTM = operatornamerkM$$
$endgroup$
add a comment |
$begingroup$
I guess you're trying to prove Sylvester rank inequality.
This works just like the elementary row operations. We can do this with block matrices:
$$
M = beginpmatrixA&B\C&Dendpmatrix sim beginpmatrixA+K,C&B+K,D\C&Dendpmatrix
$$
What we are doing here behind the scenes is multiplying the matrix by an elementary matrix $T$:
$$
T = beginpmatrixI&K\0&Iendpmatrix
$$
So we get:
$$
TM =
beginpmatrixI&K\0&Iendpmatrix beginpmatrixA&B\C&Dendpmatrix = beginpmatrixA+K,C&B+K,D\C&Dendpmatrix
$$
As you can see, $T$ has full rank and therefore invertible, which means it doesn't change rank of the matrix:
$$operatornamerkTM = operatornamerkM$$
$endgroup$
I guess you're trying to prove Sylvester rank inequality.
This works just like the elementary row operations. We can do this with block matrices:
$$
M = beginpmatrixA&B\C&Dendpmatrix sim beginpmatrixA+K,C&B+K,D\C&Dendpmatrix
$$
What we are doing here behind the scenes is multiplying the matrix by an elementary matrix $T$:
$$
T = beginpmatrixI&K\0&Iendpmatrix
$$
So we get:
$$
TM =
beginpmatrixI&K\0&Iendpmatrix beginpmatrixA&B\C&Dendpmatrix = beginpmatrixA+K,C&B+K,D\C&Dendpmatrix
$$
As you can see, $T$ has full rank and therefore invertible, which means it doesn't change rank of the matrix:
$$operatornamerkTM = operatornamerkM$$
answered Mar 18 at 13:13
koddokoddo
1164
1164
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%2f3103316%2fquestion-about-elementary-row-operations-with-block-matrices%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