When does $AB$ have linearly independent columns, if $A$ and $B$ are non-square matrices?
$begingroup$
If
$A$ is $m times n$ ($m<n$), and its rows are independent
$B$ is $n times p$ ($p<n$), and its columns are independent
We also know $mge n$.
does $AB$ have linearly independent columns?
Or what additional requirements are needed for $AB$ to have linearly independent columns?
linear-algebra determinant matrix-rank
$endgroup$
add a comment |
$begingroup$
If
$A$ is $m times n$ ($m<n$), and its rows are independent
$B$ is $n times p$ ($p<n$), and its columns are independent
We also know $mge n$.
does $AB$ have linearly independent columns?
Or what additional requirements are needed for $AB$ to have linearly independent columns?
linear-algebra determinant matrix-rank
$endgroup$
add a comment |
$begingroup$
If
$A$ is $m times n$ ($m<n$), and its rows are independent
$B$ is $n times p$ ($p<n$), and its columns are independent
We also know $mge n$.
does $AB$ have linearly independent columns?
Or what additional requirements are needed for $AB$ to have linearly independent columns?
linear-algebra determinant matrix-rank
$endgroup$
If
$A$ is $m times n$ ($m<n$), and its rows are independent
$B$ is $n times p$ ($p<n$), and its columns are independent
We also know $mge n$.
does $AB$ have linearly independent columns?
Or what additional requirements are needed for $AB$ to have linearly independent columns?
linear-algebra determinant matrix-rank
linear-algebra determinant matrix-rank
edited Dec 7 '18 at 4:26
Oliver Chang
asked Dec 7 '18 at 4:06
Oliver ChangOliver Chang
83
83
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
Since $A$ has rank $m$ and $B$ has rank $p$, $AB$ has rank at most $min(m,p)$.
$AB$ is $mtimes p$, so it could have linearly independent columns if $m ge p$,
but not if $m < p$.
$endgroup$
1
$begingroup$
So it is possible that AB has linearly independent columns if $mge p$, but not always?
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:22
$begingroup$
For an example with $m=p=2$ and $n=3$, try $A = pmatrix{1 & 0 & 0cr 0 & 1 & 0cr}$, $B = pmatrix{0 & 0cr 1 & 0cr 0 & 1cr}$.
$endgroup$
– Robert Israel
Dec 7 '18 at 13:46
add a comment |
$begingroup$
For this we need $AB $ to have rank $p $ (since $p$ columns). All we are garanteed however is that the rank of $AB$ is less orequal to the minimum of ${m,n,p}$. So this will fail for example when $m <p$.
$endgroup$
$begingroup$
what if we also know $m ge p$
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:26
$begingroup$
@Oliver Chang The columns should not necessarily be independent. I'd try to find an example.
$endgroup$
– AnyAD
Dec 7 '18 at 4:32
1
$begingroup$
I guess it's actually quite easy to make the rows of A orthogonal to columns of B, if n is large.
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:57
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%2f3029446%2fwhen-does-ab-have-linearly-independent-columns-if-a-and-b-are-non-square%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$
Since $A$ has rank $m$ and $B$ has rank $p$, $AB$ has rank at most $min(m,p)$.
$AB$ is $mtimes p$, so it could have linearly independent columns if $m ge p$,
but not if $m < p$.
$endgroup$
1
$begingroup$
So it is possible that AB has linearly independent columns if $mge p$, but not always?
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:22
$begingroup$
For an example with $m=p=2$ and $n=3$, try $A = pmatrix{1 & 0 & 0cr 0 & 1 & 0cr}$, $B = pmatrix{0 & 0cr 1 & 0cr 0 & 1cr}$.
$endgroup$
– Robert Israel
Dec 7 '18 at 13:46
add a comment |
$begingroup$
Since $A$ has rank $m$ and $B$ has rank $p$, $AB$ has rank at most $min(m,p)$.
$AB$ is $mtimes p$, so it could have linearly independent columns if $m ge p$,
but not if $m < p$.
$endgroup$
1
$begingroup$
So it is possible that AB has linearly independent columns if $mge p$, but not always?
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:22
$begingroup$
For an example with $m=p=2$ and $n=3$, try $A = pmatrix{1 & 0 & 0cr 0 & 1 & 0cr}$, $B = pmatrix{0 & 0cr 1 & 0cr 0 & 1cr}$.
$endgroup$
– Robert Israel
Dec 7 '18 at 13:46
add a comment |
$begingroup$
Since $A$ has rank $m$ and $B$ has rank $p$, $AB$ has rank at most $min(m,p)$.
$AB$ is $mtimes p$, so it could have linearly independent columns if $m ge p$,
but not if $m < p$.
$endgroup$
Since $A$ has rank $m$ and $B$ has rank $p$, $AB$ has rank at most $min(m,p)$.
$AB$ is $mtimes p$, so it could have linearly independent columns if $m ge p$,
but not if $m < p$.
answered Dec 7 '18 at 4:20
Robert IsraelRobert Israel
326k23215469
326k23215469
1
$begingroup$
So it is possible that AB has linearly independent columns if $mge p$, but not always?
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:22
$begingroup$
For an example with $m=p=2$ and $n=3$, try $A = pmatrix{1 & 0 & 0cr 0 & 1 & 0cr}$, $B = pmatrix{0 & 0cr 1 & 0cr 0 & 1cr}$.
$endgroup$
– Robert Israel
Dec 7 '18 at 13:46
add a comment |
1
$begingroup$
So it is possible that AB has linearly independent columns if $mge p$, but not always?
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:22
$begingroup$
For an example with $m=p=2$ and $n=3$, try $A = pmatrix{1 & 0 & 0cr 0 & 1 & 0cr}$, $B = pmatrix{0 & 0cr 1 & 0cr 0 & 1cr}$.
$endgroup$
– Robert Israel
Dec 7 '18 at 13:46
1
1
$begingroup$
So it is possible that AB has linearly independent columns if $mge p$, but not always?
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:22
$begingroup$
So it is possible that AB has linearly independent columns if $mge p$, but not always?
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:22
$begingroup$
For an example with $m=p=2$ and $n=3$, try $A = pmatrix{1 & 0 & 0cr 0 & 1 & 0cr}$, $B = pmatrix{0 & 0cr 1 & 0cr 0 & 1cr}$.
$endgroup$
– Robert Israel
Dec 7 '18 at 13:46
$begingroup$
For an example with $m=p=2$ and $n=3$, try $A = pmatrix{1 & 0 & 0cr 0 & 1 & 0cr}$, $B = pmatrix{0 & 0cr 1 & 0cr 0 & 1cr}$.
$endgroup$
– Robert Israel
Dec 7 '18 at 13:46
add a comment |
$begingroup$
For this we need $AB $ to have rank $p $ (since $p$ columns). All we are garanteed however is that the rank of $AB$ is less orequal to the minimum of ${m,n,p}$. So this will fail for example when $m <p$.
$endgroup$
$begingroup$
what if we also know $m ge p$
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:26
$begingroup$
@Oliver Chang The columns should not necessarily be independent. I'd try to find an example.
$endgroup$
– AnyAD
Dec 7 '18 at 4:32
1
$begingroup$
I guess it's actually quite easy to make the rows of A orthogonal to columns of B, if n is large.
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:57
add a comment |
$begingroup$
For this we need $AB $ to have rank $p $ (since $p$ columns). All we are garanteed however is that the rank of $AB$ is less orequal to the minimum of ${m,n,p}$. So this will fail for example when $m <p$.
$endgroup$
$begingroup$
what if we also know $m ge p$
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:26
$begingroup$
@Oliver Chang The columns should not necessarily be independent. I'd try to find an example.
$endgroup$
– AnyAD
Dec 7 '18 at 4:32
1
$begingroup$
I guess it's actually quite easy to make the rows of A orthogonal to columns of B, if n is large.
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:57
add a comment |
$begingroup$
For this we need $AB $ to have rank $p $ (since $p$ columns). All we are garanteed however is that the rank of $AB$ is less orequal to the minimum of ${m,n,p}$. So this will fail for example when $m <p$.
$endgroup$
For this we need $AB $ to have rank $p $ (since $p$ columns). All we are garanteed however is that the rank of $AB$ is less orequal to the minimum of ${m,n,p}$. So this will fail for example when $m <p$.
edited Dec 7 '18 at 4:26
answered Dec 7 '18 at 4:24
AnyADAnyAD
2,098812
2,098812
$begingroup$
what if we also know $m ge p$
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:26
$begingroup$
@Oliver Chang The columns should not necessarily be independent. I'd try to find an example.
$endgroup$
– AnyAD
Dec 7 '18 at 4:32
1
$begingroup$
I guess it's actually quite easy to make the rows of A orthogonal to columns of B, if n is large.
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:57
add a comment |
$begingroup$
what if we also know $m ge p$
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:26
$begingroup$
@Oliver Chang The columns should not necessarily be independent. I'd try to find an example.
$endgroup$
– AnyAD
Dec 7 '18 at 4:32
1
$begingroup$
I guess it's actually quite easy to make the rows of A orthogonal to columns of B, if n is large.
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:57
$begingroup$
what if we also know $m ge p$
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:26
$begingroup$
what if we also know $m ge p$
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:26
$begingroup$
@Oliver Chang The columns should not necessarily be independent. I'd try to find an example.
$endgroup$
– AnyAD
Dec 7 '18 at 4:32
$begingroup$
@Oliver Chang The columns should not necessarily be independent. I'd try to find an example.
$endgroup$
– AnyAD
Dec 7 '18 at 4:32
1
1
$begingroup$
I guess it's actually quite easy to make the rows of A orthogonal to columns of B, if n is large.
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:57
$begingroup$
I guess it's actually quite easy to make the rows of A orthogonal to columns of B, if n is large.
$endgroup$
– Oliver Chang
Dec 7 '18 at 4:57
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%2f3029446%2fwhen-does-ab-have-linearly-independent-columns-if-a-and-b-are-non-square%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