how to check for closed addition and closed multiplication

Multi tool use
Multi tool use

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












enter image description here



When checking if a set is in the subspace, I'm checking for the $0$ vector, closed addition and closed multiplication. I've verified all set have the zero vector since $x,y,z$ and $s,t$ are all in $R$ and can be set to $0$. But how do i check closed addition/multiplication?










share|cite|improve this question

















  • 1




    addition: you take two arbitrary elements from the set, add them and check whether the result is in the set. (scalar) mulitplication: you take a scalar and an element $x$ of the set, multiply $x$ by the scalar and check whether the result is in the set.
    – Thomas
    Sep 1 at 5:54














up vote
0
down vote

favorite












enter image description here



When checking if a set is in the subspace, I'm checking for the $0$ vector, closed addition and closed multiplication. I've verified all set have the zero vector since $x,y,z$ and $s,t$ are all in $R$ and can be set to $0$. But how do i check closed addition/multiplication?










share|cite|improve this question

















  • 1




    addition: you take two arbitrary elements from the set, add them and check whether the result is in the set. (scalar) mulitplication: you take a scalar and an element $x$ of the set, multiply $x$ by the scalar and check whether the result is in the set.
    – Thomas
    Sep 1 at 5:54












up vote
0
down vote

favorite









up vote
0
down vote

favorite











enter image description here



When checking if a set is in the subspace, I'm checking for the $0$ vector, closed addition and closed multiplication. I've verified all set have the zero vector since $x,y,z$ and $s,t$ are all in $R$ and can be set to $0$. But how do i check closed addition/multiplication?










share|cite|improve this question













enter image description here



When checking if a set is in the subspace, I'm checking for the $0$ vector, closed addition and closed multiplication. I've verified all set have the zero vector since $x,y,z$ and $s,t$ are all in $R$ and can be set to $0$. But how do i check closed addition/multiplication?







linear-algebra






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Sep 1 at 5:46









lohboys

617




617







  • 1




    addition: you take two arbitrary elements from the set, add them and check whether the result is in the set. (scalar) mulitplication: you take a scalar and an element $x$ of the set, multiply $x$ by the scalar and check whether the result is in the set.
    – Thomas
    Sep 1 at 5:54












  • 1




    addition: you take two arbitrary elements from the set, add them and check whether the result is in the set. (scalar) mulitplication: you take a scalar and an element $x$ of the set, multiply $x$ by the scalar and check whether the result is in the set.
    – Thomas
    Sep 1 at 5:54







1




1




addition: you take two arbitrary elements from the set, add them and check whether the result is in the set. (scalar) mulitplication: you take a scalar and an element $x$ of the set, multiply $x$ by the scalar and check whether the result is in the set.
– Thomas
Sep 1 at 5:54




addition: you take two arbitrary elements from the set, add them and check whether the result is in the set. (scalar) mulitplication: you take a scalar and an element $x$ of the set, multiply $x$ by the scalar and check whether the result is in the set.
– Thomas
Sep 1 at 5:54










1 Answer
1






active

oldest

votes

















up vote
1
down vote













  1. $U_1$ is not a subspace: See that $x=(1,2,3)in U_1$ but $ -1.x notin U_1$


  2. $U_2$ is not a subspace: $(1,1,1) ,(0,1,2)in U_2$ but their sum doesn't belongs to $U_2$.


  3. $U_3$ is the Linear span of $(1,0,0),(0,0,1) $, so a subspace.


  4. $U_4$ is not a subspace. you can check it is not closed under addition.


  5. $(0,0,0)$ is a subspace. since it is closed under addition and scalar multiplication.


  6. $U_6= textNull space of ~A$, where
    $A=beginbmatrix
    1 & 1 & -1\
    2 & 1 & 1 \
    endbmatrix$.
    Hence $U_6$ is also a subspace.






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',
    convertImagesToLinks: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    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%2f2901403%2fhow-to-check-for-closed-addition-and-closed-multiplication%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    1. $U_1$ is not a subspace: See that $x=(1,2,3)in U_1$ but $ -1.x notin U_1$


    2. $U_2$ is not a subspace: $(1,1,1) ,(0,1,2)in U_2$ but their sum doesn't belongs to $U_2$.


    3. $U_3$ is the Linear span of $(1,0,0),(0,0,1) $, so a subspace.


    4. $U_4$ is not a subspace. you can check it is not closed under addition.


    5. $(0,0,0)$ is a subspace. since it is closed under addition and scalar multiplication.


    6. $U_6= textNull space of ~A$, where
      $A=beginbmatrix
      1 & 1 & -1\
      2 & 1 & 1 \
      endbmatrix$.
      Hence $U_6$ is also a subspace.






    share|cite|improve this answer
























      up vote
      1
      down vote













      1. $U_1$ is not a subspace: See that $x=(1,2,3)in U_1$ but $ -1.x notin U_1$


      2. $U_2$ is not a subspace: $(1,1,1) ,(0,1,2)in U_2$ but their sum doesn't belongs to $U_2$.


      3. $U_3$ is the Linear span of $(1,0,0),(0,0,1) $, so a subspace.


      4. $U_4$ is not a subspace. you can check it is not closed under addition.


      5. $(0,0,0)$ is a subspace. since it is closed under addition and scalar multiplication.


      6. $U_6= textNull space of ~A$, where
        $A=beginbmatrix
        1 & 1 & -1\
        2 & 1 & 1 \
        endbmatrix$.
        Hence $U_6$ is also a subspace.






      share|cite|improve this answer






















        up vote
        1
        down vote










        up vote
        1
        down vote









        1. $U_1$ is not a subspace: See that $x=(1,2,3)in U_1$ but $ -1.x notin U_1$


        2. $U_2$ is not a subspace: $(1,1,1) ,(0,1,2)in U_2$ but their sum doesn't belongs to $U_2$.


        3. $U_3$ is the Linear span of $(1,0,0),(0,0,1) $, so a subspace.


        4. $U_4$ is not a subspace. you can check it is not closed under addition.


        5. $(0,0,0)$ is a subspace. since it is closed under addition and scalar multiplication.


        6. $U_6= textNull space of ~A$, where
          $A=beginbmatrix
          1 & 1 & -1\
          2 & 1 & 1 \
          endbmatrix$.
          Hence $U_6$ is also a subspace.






        share|cite|improve this answer












        1. $U_1$ is not a subspace: See that $x=(1,2,3)in U_1$ but $ -1.x notin U_1$


        2. $U_2$ is not a subspace: $(1,1,1) ,(0,1,2)in U_2$ but their sum doesn't belongs to $U_2$.


        3. $U_3$ is the Linear span of $(1,0,0),(0,0,1) $, so a subspace.


        4. $U_4$ is not a subspace. you can check it is not closed under addition.


        5. $(0,0,0)$ is a subspace. since it is closed under addition and scalar multiplication.


        6. $U_6= textNull space of ~A$, where
          $A=beginbmatrix
          1 & 1 & -1\
          2 & 1 & 1 \
          endbmatrix$.
          Hence $U_6$ is also a subspace.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Sep 1 at 6:06









        Indrajit Ghosh

        849516




        849516



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2901403%2fhow-to-check-for-closed-addition-and-closed-multiplication%23new-answer', 'question_page');

            );

            Post as a guest













































































            C AM0 RcN
            ue11I DJrZ9UaxDvtxXBAGqqY2 uu,FU vMifb80g8NiI8,0p,GyD

            這個網誌中的熱門文章

            How to combine Bézier curves to a surface?

            Propositional logic and tautologies

            Distribution of Stopped Wiener Process with Stochastic Volatility