How to quickly tell if a set is linearly independent or not?
$begingroup$
Before proving if a set is a basis for $R^n$, I have to determine if the set is linearly independent or not.
We aren't allowed to use matrices, and I want to save time during a quiz.
What are some things I should watch out for?
linear-algebra
$endgroup$
add a comment |
$begingroup$
Before proving if a set is a basis for $R^n$, I have to determine if the set is linearly independent or not.
We aren't allowed to use matrices, and I want to save time during a quiz.
What are some things I should watch out for?
linear-algebra
$endgroup$
1
$begingroup$
I had a typo in my previous comment (and it's been more than 5 minutes so I'm fixing it here): If you have $n+1$ (or more) vectors, they must be linearly dependent. If you can see that one is a multiple of another vector (or a sum of two or more vectors), then the set is linearly dependent. This is not always easy to see, however.
$endgroup$
– JavaMan
Jan 21 at 4:23
$begingroup$
If the set contains the zero vector its dependent
$endgroup$
– Ben
Jan 21 at 4:25
$begingroup$
If there are $n$ vectors but the $i$th coordinate is always zero then its dependent (more generally: if there are $n-k$ vectors and $k+1$ many coordinates which are always 0)
$endgroup$
– Ben
Jan 21 at 4:27
$begingroup$
Note that the quick way to check this is to set up the linear independence equation in matrix form, then ask a computer to compute the coefficient matrix's determinant. (It's good to remember that problems often have better solutions than what a class forces you to use.)
$endgroup$
– rwbogl
Jan 21 at 5:14
$begingroup$
Thanks for the help guys!
$endgroup$
– ming
Jan 21 at 5:53
add a comment |
$begingroup$
Before proving if a set is a basis for $R^n$, I have to determine if the set is linearly independent or not.
We aren't allowed to use matrices, and I want to save time during a quiz.
What are some things I should watch out for?
linear-algebra
$endgroup$
Before proving if a set is a basis for $R^n$, I have to determine if the set is linearly independent or not.
We aren't allowed to use matrices, and I want to save time during a quiz.
What are some things I should watch out for?
linear-algebra
linear-algebra
asked Jan 21 at 4:13
mingming
3906
3906
1
$begingroup$
I had a typo in my previous comment (and it's been more than 5 minutes so I'm fixing it here): If you have $n+1$ (or more) vectors, they must be linearly dependent. If you can see that one is a multiple of another vector (or a sum of two or more vectors), then the set is linearly dependent. This is not always easy to see, however.
$endgroup$
– JavaMan
Jan 21 at 4:23
$begingroup$
If the set contains the zero vector its dependent
$endgroup$
– Ben
Jan 21 at 4:25
$begingroup$
If there are $n$ vectors but the $i$th coordinate is always zero then its dependent (more generally: if there are $n-k$ vectors and $k+1$ many coordinates which are always 0)
$endgroup$
– Ben
Jan 21 at 4:27
$begingroup$
Note that the quick way to check this is to set up the linear independence equation in matrix form, then ask a computer to compute the coefficient matrix's determinant. (It's good to remember that problems often have better solutions than what a class forces you to use.)
$endgroup$
– rwbogl
Jan 21 at 5:14
$begingroup$
Thanks for the help guys!
$endgroup$
– ming
Jan 21 at 5:53
add a comment |
1
$begingroup$
I had a typo in my previous comment (and it's been more than 5 minutes so I'm fixing it here): If you have $n+1$ (or more) vectors, they must be linearly dependent. If you can see that one is a multiple of another vector (or a sum of two or more vectors), then the set is linearly dependent. This is not always easy to see, however.
$endgroup$
– JavaMan
Jan 21 at 4:23
$begingroup$
If the set contains the zero vector its dependent
$endgroup$
– Ben
Jan 21 at 4:25
$begingroup$
If there are $n$ vectors but the $i$th coordinate is always zero then its dependent (more generally: if there are $n-k$ vectors and $k+1$ many coordinates which are always 0)
$endgroup$
– Ben
Jan 21 at 4:27
$begingroup$
Note that the quick way to check this is to set up the linear independence equation in matrix form, then ask a computer to compute the coefficient matrix's determinant. (It's good to remember that problems often have better solutions than what a class forces you to use.)
$endgroup$
– rwbogl
Jan 21 at 5:14
$begingroup$
Thanks for the help guys!
$endgroup$
– ming
Jan 21 at 5:53
1
1
$begingroup$
I had a typo in my previous comment (and it's been more than 5 minutes so I'm fixing it here): If you have $n+1$ (or more) vectors, they must be linearly dependent. If you can see that one is a multiple of another vector (or a sum of two or more vectors), then the set is linearly dependent. This is not always easy to see, however.
$endgroup$
– JavaMan
Jan 21 at 4:23
$begingroup$
I had a typo in my previous comment (and it's been more than 5 minutes so I'm fixing it here): If you have $n+1$ (or more) vectors, they must be linearly dependent. If you can see that one is a multiple of another vector (or a sum of two or more vectors), then the set is linearly dependent. This is not always easy to see, however.
$endgroup$
– JavaMan
Jan 21 at 4:23
$begingroup$
If the set contains the zero vector its dependent
$endgroup$
– Ben
Jan 21 at 4:25
$begingroup$
If the set contains the zero vector its dependent
$endgroup$
– Ben
Jan 21 at 4:25
$begingroup$
If there are $n$ vectors but the $i$th coordinate is always zero then its dependent (more generally: if there are $n-k$ vectors and $k+1$ many coordinates which are always 0)
$endgroup$
– Ben
Jan 21 at 4:27
$begingroup$
If there are $n$ vectors but the $i$th coordinate is always zero then its dependent (more generally: if there are $n-k$ vectors and $k+1$ many coordinates which are always 0)
$endgroup$
– Ben
Jan 21 at 4:27
$begingroup$
Note that the quick way to check this is to set up the linear independence equation in matrix form, then ask a computer to compute the coefficient matrix's determinant. (It's good to remember that problems often have better solutions than what a class forces you to use.)
$endgroup$
– rwbogl
Jan 21 at 5:14
$begingroup$
Note that the quick way to check this is to set up the linear independence equation in matrix form, then ask a computer to compute the coefficient matrix's determinant. (It's good to remember that problems often have better solutions than what a class forces you to use.)
$endgroup$
– rwbogl
Jan 21 at 5:14
$begingroup$
Thanks for the help guys!
$endgroup$
– ming
Jan 21 at 5:53
$begingroup$
Thanks for the help guys!
$endgroup$
– ming
Jan 21 at 5:53
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
- The set contains the zero vector
- You can write an element as a linear combination of the others
- If the dimension of your vector space is $n$, then any set that contains more $n$ will be linearly dependent.
The first and third points are easy to check, while the second will just require some quick arithmetic.
$endgroup$
add a comment |
$begingroup$
The two basic observations, as others have pointed out, are that if there are more vectors than the dimension of the vector space, or if the zero vector is in the set, you surely have a dependent set. Additionally if there are identical vectors in the set, the set is dependent too (obviously). Other than this, there is no easy and quick way to check whether a set of vectors is dependant without using matrices (if you are allowed, just use row reduction to find the rank of the matrix whose column vectors are in the set, which conveniently tells you the number of independent vectors as well).
$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%2f3081500%2fhow-to-quickly-tell-if-a-set-is-linearly-independent-or-not%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$
- The set contains the zero vector
- You can write an element as a linear combination of the others
- If the dimension of your vector space is $n$, then any set that contains more $n$ will be linearly dependent.
The first and third points are easy to check, while the second will just require some quick arithmetic.
$endgroup$
add a comment |
$begingroup$
- The set contains the zero vector
- You can write an element as a linear combination of the others
- If the dimension of your vector space is $n$, then any set that contains more $n$ will be linearly dependent.
The first and third points are easy to check, while the second will just require some quick arithmetic.
$endgroup$
add a comment |
$begingroup$
- The set contains the zero vector
- You can write an element as a linear combination of the others
- If the dimension of your vector space is $n$, then any set that contains more $n$ will be linearly dependent.
The first and third points are easy to check, while the second will just require some quick arithmetic.
$endgroup$
- The set contains the zero vector
- You can write an element as a linear combination of the others
- If the dimension of your vector space is $n$, then any set that contains more $n$ will be linearly dependent.
The first and third points are easy to check, while the second will just require some quick arithmetic.
answered Jan 21 at 4:25
MetricMetric
1,23649
1,23649
add a comment |
add a comment |
$begingroup$
The two basic observations, as others have pointed out, are that if there are more vectors than the dimension of the vector space, or if the zero vector is in the set, you surely have a dependent set. Additionally if there are identical vectors in the set, the set is dependent too (obviously). Other than this, there is no easy and quick way to check whether a set of vectors is dependant without using matrices (if you are allowed, just use row reduction to find the rank of the matrix whose column vectors are in the set, which conveniently tells you the number of independent vectors as well).
$endgroup$
add a comment |
$begingroup$
The two basic observations, as others have pointed out, are that if there are more vectors than the dimension of the vector space, or if the zero vector is in the set, you surely have a dependent set. Additionally if there are identical vectors in the set, the set is dependent too (obviously). Other than this, there is no easy and quick way to check whether a set of vectors is dependant without using matrices (if you are allowed, just use row reduction to find the rank of the matrix whose column vectors are in the set, which conveniently tells you the number of independent vectors as well).
$endgroup$
add a comment |
$begingroup$
The two basic observations, as others have pointed out, are that if there are more vectors than the dimension of the vector space, or if the zero vector is in the set, you surely have a dependent set. Additionally if there are identical vectors in the set, the set is dependent too (obviously). Other than this, there is no easy and quick way to check whether a set of vectors is dependant without using matrices (if you are allowed, just use row reduction to find the rank of the matrix whose column vectors are in the set, which conveniently tells you the number of independent vectors as well).
$endgroup$
The two basic observations, as others have pointed out, are that if there are more vectors than the dimension of the vector space, or if the zero vector is in the set, you surely have a dependent set. Additionally if there are identical vectors in the set, the set is dependent too (obviously). Other than this, there is no easy and quick way to check whether a set of vectors is dependant without using matrices (if you are allowed, just use row reduction to find the rank of the matrix whose column vectors are in the set, which conveniently tells you the number of independent vectors as well).
answered Jan 21 at 5:08


YiFanYiFan
4,4711627
4,4711627
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%2f3081500%2fhow-to-quickly-tell-if-a-set-is-linearly-independent-or-not%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$
I had a typo in my previous comment (and it's been more than 5 minutes so I'm fixing it here): If you have $n+1$ (or more) vectors, they must be linearly dependent. If you can see that one is a multiple of another vector (or a sum of two or more vectors), then the set is linearly dependent. This is not always easy to see, however.
$endgroup$
– JavaMan
Jan 21 at 4:23
$begingroup$
If the set contains the zero vector its dependent
$endgroup$
– Ben
Jan 21 at 4:25
$begingroup$
If there are $n$ vectors but the $i$th coordinate is always zero then its dependent (more generally: if there are $n-k$ vectors and $k+1$ many coordinates which are always 0)
$endgroup$
– Ben
Jan 21 at 4:27
$begingroup$
Note that the quick way to check this is to set up the linear independence equation in matrix form, then ask a computer to compute the coefficient matrix's determinant. (It's good to remember that problems often have better solutions than what a class forces you to use.)
$endgroup$
– rwbogl
Jan 21 at 5:14
$begingroup$
Thanks for the help guys!
$endgroup$
– ming
Jan 21 at 5:53