Decide with proof whether linearly independent over F












0














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










share|cite|improve this question


















  • 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
















0














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










share|cite|improve this question


















  • 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














0












0








0







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










share|cite|improve this question













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






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










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














  • 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










1 Answer
1






active

oldest

votes


















0














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.






share|cite|improve this answer





















    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
    });


    }
    });














    draft saved

    draft discarded


















    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









    0














    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.






    share|cite|improve this answer


























      0














      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.






      share|cite|improve this answer
























        0












        0








        0






        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.






        share|cite|improve this answer












        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.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Nov 21 '18 at 18:53









        Decaf-MathDecaf-Math

        3,209825




        3,209825






























            draft saved

            draft discarded




















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            MongoDB - Not Authorized To Execute Command

            in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith

            How to fix TextFormField cause rebuild widget in Flutter