Decide with proof whether linearly independent over F
Consider the following vectors
w1=(1,1,1,1)
w2 = (1,0,1,0)
w3 = (1,1,2,2)
w4 = (-1,1,4,1)
Decide with proof whether the 4 vectors are linearly independent.
I am unsure of how to do this
analysis vector-spaces field-theory vectors
add a comment |
Consider the following vectors
w1=(1,1,1,1)
w2 = (1,0,1,0)
w3 = (1,1,2,2)
w4 = (-1,1,4,1)
Decide with proof whether the 4 vectors are linearly independent.
I am unsure of how to do this
analysis vector-spaces field-theory vectors
1
Are you familiar with the definition of linear independence?
– Anurag A
Nov 21 '18 at 18:45
To test for linear independence of $n$ vectors in $Bbb R^n$, you can simply form a matrix using those vectors and find the determinant of it. If the determinant is zero then they are dependent. If the determinant is nonzero then they are independent. This is an application of a more general result about independence of vectors and the rank of a matrix formed from those vectors, often seen via row reduction.
– JMoravitz
Nov 21 '18 at 19:17
add a comment |
Consider the following vectors
w1=(1,1,1,1)
w2 = (1,0,1,0)
w3 = (1,1,2,2)
w4 = (-1,1,4,1)
Decide with proof whether the 4 vectors are linearly independent.
I am unsure of how to do this
analysis vector-spaces field-theory vectors
Consider the following vectors
w1=(1,1,1,1)
w2 = (1,0,1,0)
w3 = (1,1,2,2)
w4 = (-1,1,4,1)
Decide with proof whether the 4 vectors are linearly independent.
I am unsure of how to do this
analysis vector-spaces field-theory vectors
analysis vector-spaces field-theory vectors
asked Nov 21 '18 at 18:43


user607735user607735
153
153
1
Are you familiar with the definition of linear independence?
– Anurag A
Nov 21 '18 at 18:45
To test for linear independence of $n$ vectors in $Bbb R^n$, you can simply form a matrix using those vectors and find the determinant of it. If the determinant is zero then they are dependent. If the determinant is nonzero then they are independent. This is an application of a more general result about independence of vectors and the rank of a matrix formed from those vectors, often seen via row reduction.
– JMoravitz
Nov 21 '18 at 19:17
add a comment |
1
Are you familiar with the definition of linear independence?
– Anurag A
Nov 21 '18 at 18:45
To test for linear independence of $n$ vectors in $Bbb R^n$, you can simply form a matrix using those vectors and find the determinant of it. If the determinant is zero then they are dependent. If the determinant is nonzero then they are independent. This is an application of a more general result about independence of vectors and the rank of a matrix formed from those vectors, often seen via row reduction.
– JMoravitz
Nov 21 '18 at 19:17
1
1
Are you familiar with the definition of linear independence?
– Anurag A
Nov 21 '18 at 18:45
Are you familiar with the definition of linear independence?
– Anurag A
Nov 21 '18 at 18:45
To test for linear independence of $n$ vectors in $Bbb R^n$, you can simply form a matrix using those vectors and find the determinant of it. If the determinant is zero then they are dependent. If the determinant is nonzero then they are independent. This is an application of a more general result about independence of vectors and the rank of a matrix formed from those vectors, often seen via row reduction.
– JMoravitz
Nov 21 '18 at 19:17
To test for linear independence of $n$ vectors in $Bbb R^n$, you can simply form a matrix using those vectors and find the determinant of it. If the determinant is zero then they are dependent. If the determinant is nonzero then they are independent. This is an application of a more general result about independence of vectors and the rank of a matrix formed from those vectors, often seen via row reduction.
– JMoravitz
Nov 21 '18 at 19:17
add a comment |
1 Answer
1
active
oldest
votes
To decide if the four vectors $(1,1,1,1)^T, (1,0,1,0)^T,(1,1,2,2)^T,(-1,1,4,1)^T$, you need to show that $$c_1pmatrix{1\1\1\1} + c_2pmatrix{1\0\1\0} + c_3pmatrix{1\1\2\2} + c_4pmatrix{-1\1\4\1} = pmatrix{0\0\0\0}$$ only has the trivial solution $c_1 = c_2 = c_3 = c_4 = 0$. The left-side can be rewritten to yield $$pmatrix{c_1 + c_2 + c_3 - c_4\ c_1 + c_3 + c_4\c_1 + c_2 + 2c_3 + 4c_4\ c_1 + 2c_3 + c_4} = pmatrix{0\0\0\0},$$ which we can write as a linear system $$pmatrix{1 & 1 & 1 & -1 & 0\ 1 & 0 & 1 & 1 & 0\1 & 1 & 2 & 4 & 0\1 & 0 & 2 & 1 & 0},$$ from which you can use elementary row operations to find the reduced-row echelon form to determine the solution.
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%2f3008158%2fdecide-with-proof-whether-linearly-independent-over-f%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
To decide if the four vectors $(1,1,1,1)^T, (1,0,1,0)^T,(1,1,2,2)^T,(-1,1,4,1)^T$, you need to show that $$c_1pmatrix{1\1\1\1} + c_2pmatrix{1\0\1\0} + c_3pmatrix{1\1\2\2} + c_4pmatrix{-1\1\4\1} = pmatrix{0\0\0\0}$$ only has the trivial solution $c_1 = c_2 = c_3 = c_4 = 0$. The left-side can be rewritten to yield $$pmatrix{c_1 + c_2 + c_3 - c_4\ c_1 + c_3 + c_4\c_1 + c_2 + 2c_3 + 4c_4\ c_1 + 2c_3 + c_4} = pmatrix{0\0\0\0},$$ which we can write as a linear system $$pmatrix{1 & 1 & 1 & -1 & 0\ 1 & 0 & 1 & 1 & 0\1 & 1 & 2 & 4 & 0\1 & 0 & 2 & 1 & 0},$$ from which you can use elementary row operations to find the reduced-row echelon form to determine the solution.
add a comment |
To decide if the four vectors $(1,1,1,1)^T, (1,0,1,0)^T,(1,1,2,2)^T,(-1,1,4,1)^T$, you need to show that $$c_1pmatrix{1\1\1\1} + c_2pmatrix{1\0\1\0} + c_3pmatrix{1\1\2\2} + c_4pmatrix{-1\1\4\1} = pmatrix{0\0\0\0}$$ only has the trivial solution $c_1 = c_2 = c_3 = c_4 = 0$. The left-side can be rewritten to yield $$pmatrix{c_1 + c_2 + c_3 - c_4\ c_1 + c_3 + c_4\c_1 + c_2 + 2c_3 + 4c_4\ c_1 + 2c_3 + c_4} = pmatrix{0\0\0\0},$$ which we can write as a linear system $$pmatrix{1 & 1 & 1 & -1 & 0\ 1 & 0 & 1 & 1 & 0\1 & 1 & 2 & 4 & 0\1 & 0 & 2 & 1 & 0},$$ from which you can use elementary row operations to find the reduced-row echelon form to determine the solution.
add a comment |
To decide if the four vectors $(1,1,1,1)^T, (1,0,1,0)^T,(1,1,2,2)^T,(-1,1,4,1)^T$, you need to show that $$c_1pmatrix{1\1\1\1} + c_2pmatrix{1\0\1\0} + c_3pmatrix{1\1\2\2} + c_4pmatrix{-1\1\4\1} = pmatrix{0\0\0\0}$$ only has the trivial solution $c_1 = c_2 = c_3 = c_4 = 0$. The left-side can be rewritten to yield $$pmatrix{c_1 + c_2 + c_3 - c_4\ c_1 + c_3 + c_4\c_1 + c_2 + 2c_3 + 4c_4\ c_1 + 2c_3 + c_4} = pmatrix{0\0\0\0},$$ which we can write as a linear system $$pmatrix{1 & 1 & 1 & -1 & 0\ 1 & 0 & 1 & 1 & 0\1 & 1 & 2 & 4 & 0\1 & 0 & 2 & 1 & 0},$$ from which you can use elementary row operations to find the reduced-row echelon form to determine the solution.
To decide if the four vectors $(1,1,1,1)^T, (1,0,1,0)^T,(1,1,2,2)^T,(-1,1,4,1)^T$, you need to show that $$c_1pmatrix{1\1\1\1} + c_2pmatrix{1\0\1\0} + c_3pmatrix{1\1\2\2} + c_4pmatrix{-1\1\4\1} = pmatrix{0\0\0\0}$$ only has the trivial solution $c_1 = c_2 = c_3 = c_4 = 0$. The left-side can be rewritten to yield $$pmatrix{c_1 + c_2 + c_3 - c_4\ c_1 + c_3 + c_4\c_1 + c_2 + 2c_3 + 4c_4\ c_1 + 2c_3 + c_4} = pmatrix{0\0\0\0},$$ which we can write as a linear system $$pmatrix{1 & 1 & 1 & -1 & 0\ 1 & 0 & 1 & 1 & 0\1 & 1 & 2 & 4 & 0\1 & 0 & 2 & 1 & 0},$$ from which you can use elementary row operations to find the reduced-row echelon form to determine the solution.
answered Nov 21 '18 at 18:53


Decaf-MathDecaf-Math
3,209825
3,209825
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3008158%2fdecide-with-proof-whether-linearly-independent-over-f%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
Are you familiar with the definition of linear independence?
– Anurag A
Nov 21 '18 at 18:45
To test for linear independence of $n$ vectors in $Bbb R^n$, you can simply form a matrix using those vectors and find the determinant of it. If the determinant is zero then they are dependent. If the determinant is nonzero then they are independent. This is an application of a more general result about independence of vectors and the rank of a matrix formed from those vectors, often seen via row reduction.
– JMoravitz
Nov 21 '18 at 19:17