Find rank of AB, given that A has linearly independent columns and B has rank 2
$begingroup$
I'm trying to prove to myself that given...
- Matrix A, which has linearly independent columns, and at least 2 columns...
- Matrix B, which has rank of 2
Their product, AB, will have rank of 2. I believe this is because...
- Matrix B has two linearly independent columns.
- Each column of AB will be a combination of the columns of A
- When multiplying matrix A by matrix B, each of the two independent columns of B will create a unique combination of the columns in A.
Is this true? If so, can this be made more rigorous? Thanks for the help in advance!
linear-algebra matrices matrix-rank
$endgroup$
add a comment |
$begingroup$
I'm trying to prove to myself that given...
- Matrix A, which has linearly independent columns, and at least 2 columns...
- Matrix B, which has rank of 2
Their product, AB, will have rank of 2. I believe this is because...
- Matrix B has two linearly independent columns.
- Each column of AB will be a combination of the columns of A
- When multiplying matrix A by matrix B, each of the two independent columns of B will create a unique combination of the columns in A.
Is this true? If so, can this be made more rigorous? Thanks for the help in advance!
linear-algebra matrices matrix-rank
$endgroup$
$begingroup$
Your conclusion is correct, but I don't quite follow your line of reasoning
$endgroup$
– Omnomnomnom
Jan 21 at 0:29
$begingroup$
@MattSamuel good point! Edited the question accordingly
$endgroup$
– user2621707
Jan 21 at 0:29
$begingroup$
@Omnomnomnom Let me try one more time: - Each column of AB is simply a combinations of the columns of A. This is because multiplying a matrix by a vector is equivalent to taking a linear combination of the columns of A. - There are two linearly independent columns in B. When we multiply A by these columns, we end up with two vectors which are linearly independent to each other. Does this make sense? This is the part I'm trying to prove to myself.
$endgroup$
– user2621707
Jan 21 at 0:36
add a comment |
$begingroup$
I'm trying to prove to myself that given...
- Matrix A, which has linearly independent columns, and at least 2 columns...
- Matrix B, which has rank of 2
Their product, AB, will have rank of 2. I believe this is because...
- Matrix B has two linearly independent columns.
- Each column of AB will be a combination of the columns of A
- When multiplying matrix A by matrix B, each of the two independent columns of B will create a unique combination of the columns in A.
Is this true? If so, can this be made more rigorous? Thanks for the help in advance!
linear-algebra matrices matrix-rank
$endgroup$
I'm trying to prove to myself that given...
- Matrix A, which has linearly independent columns, and at least 2 columns...
- Matrix B, which has rank of 2
Their product, AB, will have rank of 2. I believe this is because...
- Matrix B has two linearly independent columns.
- Each column of AB will be a combination of the columns of A
- When multiplying matrix A by matrix B, each of the two independent columns of B will create a unique combination of the columns in A.
Is this true? If so, can this be made more rigorous? Thanks for the help in advance!
linear-algebra matrices matrix-rank
linear-algebra matrices matrix-rank
edited Jan 21 at 0:30
user2621707
asked Jan 21 at 0:03
user2621707user2621707
184
184
$begingroup$
Your conclusion is correct, but I don't quite follow your line of reasoning
$endgroup$
– Omnomnomnom
Jan 21 at 0:29
$begingroup$
@MattSamuel good point! Edited the question accordingly
$endgroup$
– user2621707
Jan 21 at 0:29
$begingroup$
@Omnomnomnom Let me try one more time: - Each column of AB is simply a combinations of the columns of A. This is because multiplying a matrix by a vector is equivalent to taking a linear combination of the columns of A. - There are two linearly independent columns in B. When we multiply A by these columns, we end up with two vectors which are linearly independent to each other. Does this make sense? This is the part I'm trying to prove to myself.
$endgroup$
– user2621707
Jan 21 at 0:36
add a comment |
$begingroup$
Your conclusion is correct, but I don't quite follow your line of reasoning
$endgroup$
– Omnomnomnom
Jan 21 at 0:29
$begingroup$
@MattSamuel good point! Edited the question accordingly
$endgroup$
– user2621707
Jan 21 at 0:29
$begingroup$
@Omnomnomnom Let me try one more time: - Each column of AB is simply a combinations of the columns of A. This is because multiplying a matrix by a vector is equivalent to taking a linear combination of the columns of A. - There are two linearly independent columns in B. When we multiply A by these columns, we end up with two vectors which are linearly independent to each other. Does this make sense? This is the part I'm trying to prove to myself.
$endgroup$
– user2621707
Jan 21 at 0:36
$begingroup$
Your conclusion is correct, but I don't quite follow your line of reasoning
$endgroup$
– Omnomnomnom
Jan 21 at 0:29
$begingroup$
Your conclusion is correct, but I don't quite follow your line of reasoning
$endgroup$
– Omnomnomnom
Jan 21 at 0:29
$begingroup$
@MattSamuel good point! Edited the question accordingly
$endgroup$
– user2621707
Jan 21 at 0:29
$begingroup$
@MattSamuel good point! Edited the question accordingly
$endgroup$
– user2621707
Jan 21 at 0:29
$begingroup$
@Omnomnomnom Let me try one more time: - Each column of AB is simply a combinations of the columns of A. This is because multiplying a matrix by a vector is equivalent to taking a linear combination of the columns of A. - There are two linearly independent columns in B. When we multiply A by these columns, we end up with two vectors which are linearly independent to each other. Does this make sense? This is the part I'm trying to prove to myself.
$endgroup$
– user2621707
Jan 21 at 0:36
$begingroup$
@Omnomnomnom Let me try one more time: - Each column of AB is simply a combinations of the columns of A. This is because multiplying a matrix by a vector is equivalent to taking a linear combination of the columns of A. - There are two linearly independent columns in B. When we multiply A by these columns, we end up with two vectors which are linearly independent to each other. Does this make sense? This is the part I'm trying to prove to myself.
$endgroup$
– user2621707
Jan 21 at 0:36
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Yes, it can be made more rigorous/clear, here's how I would do it. Note that it does require thinking about the linear transformations represented by the matrices. I will use abuse notation slightly and use $A$ and $B$ to refer to both the matrices and the linear transformations they represent.
- $newcommandim{operatorname{im}}dim im B = 2$
- $im AB = A(im B)$
$A$ is injective (since the columns are linearly independent), so $$newcommandrk{operatorname{rank}}rk(AB)=dim im AB = dim A(im B) = dimim B = rk(B) = 2$$
Note that this says more generally that if $A$ has linearly independent columns, then $rk(AB)=rk(B)$. Also, I tried to keep the proof as close to what you wrote as possible, to make it clear how it rigorizes what you wrote, but it's probably not the most clear formulation of the proof.
$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%2f3081300%2ffind-rank-of-ab-given-that-a-has-linearly-independent-columns-and-b-has-rank-2%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$
Yes, it can be made more rigorous/clear, here's how I would do it. Note that it does require thinking about the linear transformations represented by the matrices. I will use abuse notation slightly and use $A$ and $B$ to refer to both the matrices and the linear transformations they represent.
- $newcommandim{operatorname{im}}dim im B = 2$
- $im AB = A(im B)$
$A$ is injective (since the columns are linearly independent), so $$newcommandrk{operatorname{rank}}rk(AB)=dim im AB = dim A(im B) = dimim B = rk(B) = 2$$
Note that this says more generally that if $A$ has linearly independent columns, then $rk(AB)=rk(B)$. Also, I tried to keep the proof as close to what you wrote as possible, to make it clear how it rigorizes what you wrote, but it's probably not the most clear formulation of the proof.
$endgroup$
add a comment |
$begingroup$
Yes, it can be made more rigorous/clear, here's how I would do it. Note that it does require thinking about the linear transformations represented by the matrices. I will use abuse notation slightly and use $A$ and $B$ to refer to both the matrices and the linear transformations they represent.
- $newcommandim{operatorname{im}}dim im B = 2$
- $im AB = A(im B)$
$A$ is injective (since the columns are linearly independent), so $$newcommandrk{operatorname{rank}}rk(AB)=dim im AB = dim A(im B) = dimim B = rk(B) = 2$$
Note that this says more generally that if $A$ has linearly independent columns, then $rk(AB)=rk(B)$. Also, I tried to keep the proof as close to what you wrote as possible, to make it clear how it rigorizes what you wrote, but it's probably not the most clear formulation of the proof.
$endgroup$
add a comment |
$begingroup$
Yes, it can be made more rigorous/clear, here's how I would do it. Note that it does require thinking about the linear transformations represented by the matrices. I will use abuse notation slightly and use $A$ and $B$ to refer to both the matrices and the linear transformations they represent.
- $newcommandim{operatorname{im}}dim im B = 2$
- $im AB = A(im B)$
$A$ is injective (since the columns are linearly independent), so $$newcommandrk{operatorname{rank}}rk(AB)=dim im AB = dim A(im B) = dimim B = rk(B) = 2$$
Note that this says more generally that if $A$ has linearly independent columns, then $rk(AB)=rk(B)$. Also, I tried to keep the proof as close to what you wrote as possible, to make it clear how it rigorizes what you wrote, but it's probably not the most clear formulation of the proof.
$endgroup$
Yes, it can be made more rigorous/clear, here's how I would do it. Note that it does require thinking about the linear transformations represented by the matrices. I will use abuse notation slightly and use $A$ and $B$ to refer to both the matrices and the linear transformations they represent.
- $newcommandim{operatorname{im}}dim im B = 2$
- $im AB = A(im B)$
$A$ is injective (since the columns are linearly independent), so $$newcommandrk{operatorname{rank}}rk(AB)=dim im AB = dim A(im B) = dimim B = rk(B) = 2$$
Note that this says more generally that if $A$ has linearly independent columns, then $rk(AB)=rk(B)$. Also, I tried to keep the proof as close to what you wrote as possible, to make it clear how it rigorizes what you wrote, but it's probably not the most clear formulation of the proof.
answered Jan 21 at 0:39
jgonjgon
14.6k22042
14.6k22042
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%2f3081300%2ffind-rank-of-ab-given-that-a-has-linearly-independent-columns-and-b-has-rank-2%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$
Your conclusion is correct, but I don't quite follow your line of reasoning
$endgroup$
– Omnomnomnom
Jan 21 at 0:29
$begingroup$
@MattSamuel good point! Edited the question accordingly
$endgroup$
– user2621707
Jan 21 at 0:29
$begingroup$
@Omnomnomnom Let me try one more time: - Each column of AB is simply a combinations of the columns of A. This is because multiplying a matrix by a vector is equivalent to taking a linear combination of the columns of A. - There are two linearly independent columns in B. When we multiply A by these columns, we end up with two vectors which are linearly independent to each other. Does this make sense? This is the part I'm trying to prove to myself.
$endgroup$
– user2621707
Jan 21 at 0:36