How can I check if one from these vector spaces equal to other?












1












$begingroup$


Given the following vector spaces:
$$ U = Span( (1,-1,-1) , (2,4,1) ) $$
$$ V = Span( (0,2,1) , (-1,3,2) ) $$
$$ W = Span( (2,6,2) , (1,3,1) ) $$



How can I check which from these vector spaces are equal? And how can I check if one from these vector spaces is sub-vector space of other vector space ?
 










share|cite|improve this question









$endgroup$












  • $begingroup$
    In this case, you know that the vectors span either a plane or a line. You can find the three equations and compare them.
    $endgroup$
    – Bernard Massé
    Jan 2 at 16:02
















1












$begingroup$


Given the following vector spaces:
$$ U = Span( (1,-1,-1) , (2,4,1) ) $$
$$ V = Span( (0,2,1) , (-1,3,2) ) $$
$$ W = Span( (2,6,2) , (1,3,1) ) $$



How can I check which from these vector spaces are equal? And how can I check if one from these vector spaces is sub-vector space of other vector space ?
 










share|cite|improve this question









$endgroup$












  • $begingroup$
    In this case, you know that the vectors span either a plane or a line. You can find the three equations and compare them.
    $endgroup$
    – Bernard Massé
    Jan 2 at 16:02














1












1








1





$begingroup$


Given the following vector spaces:
$$ U = Span( (1,-1,-1) , (2,4,1) ) $$
$$ V = Span( (0,2,1) , (-1,3,2) ) $$
$$ W = Span( (2,6,2) , (1,3,1) ) $$



How can I check which from these vector spaces are equal? And how can I check if one from these vector spaces is sub-vector space of other vector space ?
 










share|cite|improve this question









$endgroup$




Given the following vector spaces:
$$ U = Span( (1,-1,-1) , (2,4,1) ) $$
$$ V = Span( (0,2,1) , (-1,3,2) ) $$
$$ W = Span( (2,6,2) , (1,3,1) ) $$



How can I check which from these vector spaces are equal? And how can I check if one from these vector spaces is sub-vector space of other vector space ?
 







linear-algebra vector-spaces






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Jan 2 at 15:38









Software_tSoftware_t

1276




1276












  • $begingroup$
    In this case, you know that the vectors span either a plane or a line. You can find the three equations and compare them.
    $endgroup$
    – Bernard Massé
    Jan 2 at 16:02


















  • $begingroup$
    In this case, you know that the vectors span either a plane or a line. You can find the three equations and compare them.
    $endgroup$
    – Bernard Massé
    Jan 2 at 16:02
















$begingroup$
In this case, you know that the vectors span either a plane or a line. You can find the three equations and compare them.
$endgroup$
– Bernard Massé
Jan 2 at 16:02




$begingroup$
In this case, you know that the vectors span either a plane or a line. You can find the three equations and compare them.
$endgroup$
– Bernard Massé
Jan 2 at 16:02










2 Answers
2






active

oldest

votes


















0












$begingroup$

To check if a vector space is a subspace of another, you must check that each vector in the first space is also contained in the second space. If you can find a spanning set for the first subspace, then it is enough to check that each of the vectors in the spanning set are in the other space, since each vector in the first space can be written as a combination of the vectors in the spanning set.



Two vector spaces are equal if they are both subsets of one another.



Lets look at a concrete example. We'll check if $Wsubset V$. This means we need to see if we can write each of $(2,6,2)$ and $(1,3,1)$ as a linear combination of vectors in $V$.



Writing $(1,3,1)$ as a linear combination of vectors in $V$ means finding scalars $a$ and $b$ so that $(1,3,1) = acdot(0,2,1) + bcdot(-1,3,2) $. This gives the system,
$$
0-b = 1, ~~ 2a+3b=3, ~~ a+2b = 1
$$

If we solve this we have $b=-1$, so plugging this into the second equation we have $2a-3=3$ so $a = 3$. Finally, the last equation gives $3-2=1$ which is true. Therefore $(1,3,1)in V$.



Similarly, $(2,6,2)in V$ since $(2,6,2) = 2cdot(1,3,1)$ so we can double the coefficients of our linear combination above.



This proves that $Wsubset V$. Now check if $Vsubset W$. If so, then $W=V$, and if not, then $Wneq V$.






share|cite|improve this answer











$endgroup$





















    0












    $begingroup$

    It is clear that $dim(U)=dim(V)=2$ since the two spanning vectors for each subspace are linearly independent (one is not a multiple of the other). However $(2,6,2)=2(1,3,1)$ so $dim(W)=1$.



    Since equal vector spaces must have the same dimension we can see that $U ne W$ and $V ne W$. The only remaining question is whether $U=V$. You can proceed as in tch's answer above. Alternatively, as we are working in $mathbb{R}^3$ you can find a vector that is perpendicular to the plane $U$ using the cross-product, and then determine whether the same vector is perpendicular to the plane $V$ - if it is then $U=V$.






    share|cite|improve this answer









    $endgroup$














      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%2f3059623%2fhow-can-i-check-if-one-from-these-vector-spaces-equal-to-other%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









      0












      $begingroup$

      To check if a vector space is a subspace of another, you must check that each vector in the first space is also contained in the second space. If you can find a spanning set for the first subspace, then it is enough to check that each of the vectors in the spanning set are in the other space, since each vector in the first space can be written as a combination of the vectors in the spanning set.



      Two vector spaces are equal if they are both subsets of one another.



      Lets look at a concrete example. We'll check if $Wsubset V$. This means we need to see if we can write each of $(2,6,2)$ and $(1,3,1)$ as a linear combination of vectors in $V$.



      Writing $(1,3,1)$ as a linear combination of vectors in $V$ means finding scalars $a$ and $b$ so that $(1,3,1) = acdot(0,2,1) + bcdot(-1,3,2) $. This gives the system,
      $$
      0-b = 1, ~~ 2a+3b=3, ~~ a+2b = 1
      $$

      If we solve this we have $b=-1$, so plugging this into the second equation we have $2a-3=3$ so $a = 3$. Finally, the last equation gives $3-2=1$ which is true. Therefore $(1,3,1)in V$.



      Similarly, $(2,6,2)in V$ since $(2,6,2) = 2cdot(1,3,1)$ so we can double the coefficients of our linear combination above.



      This proves that $Wsubset V$. Now check if $Vsubset W$. If so, then $W=V$, and if not, then $Wneq V$.






      share|cite|improve this answer











      $endgroup$


















        0












        $begingroup$

        To check if a vector space is a subspace of another, you must check that each vector in the first space is also contained in the second space. If you can find a spanning set for the first subspace, then it is enough to check that each of the vectors in the spanning set are in the other space, since each vector in the first space can be written as a combination of the vectors in the spanning set.



        Two vector spaces are equal if they are both subsets of one another.



        Lets look at a concrete example. We'll check if $Wsubset V$. This means we need to see if we can write each of $(2,6,2)$ and $(1,3,1)$ as a linear combination of vectors in $V$.



        Writing $(1,3,1)$ as a linear combination of vectors in $V$ means finding scalars $a$ and $b$ so that $(1,3,1) = acdot(0,2,1) + bcdot(-1,3,2) $. This gives the system,
        $$
        0-b = 1, ~~ 2a+3b=3, ~~ a+2b = 1
        $$

        If we solve this we have $b=-1$, so plugging this into the second equation we have $2a-3=3$ so $a = 3$. Finally, the last equation gives $3-2=1$ which is true. Therefore $(1,3,1)in V$.



        Similarly, $(2,6,2)in V$ since $(2,6,2) = 2cdot(1,3,1)$ so we can double the coefficients of our linear combination above.



        This proves that $Wsubset V$. Now check if $Vsubset W$. If so, then $W=V$, and if not, then $Wneq V$.






        share|cite|improve this answer











        $endgroup$
















          0












          0








          0





          $begingroup$

          To check if a vector space is a subspace of another, you must check that each vector in the first space is also contained in the second space. If you can find a spanning set for the first subspace, then it is enough to check that each of the vectors in the spanning set are in the other space, since each vector in the first space can be written as a combination of the vectors in the spanning set.



          Two vector spaces are equal if they are both subsets of one another.



          Lets look at a concrete example. We'll check if $Wsubset V$. This means we need to see if we can write each of $(2,6,2)$ and $(1,3,1)$ as a linear combination of vectors in $V$.



          Writing $(1,3,1)$ as a linear combination of vectors in $V$ means finding scalars $a$ and $b$ so that $(1,3,1) = acdot(0,2,1) + bcdot(-1,3,2) $. This gives the system,
          $$
          0-b = 1, ~~ 2a+3b=3, ~~ a+2b = 1
          $$

          If we solve this we have $b=-1$, so plugging this into the second equation we have $2a-3=3$ so $a = 3$. Finally, the last equation gives $3-2=1$ which is true. Therefore $(1,3,1)in V$.



          Similarly, $(2,6,2)in V$ since $(2,6,2) = 2cdot(1,3,1)$ so we can double the coefficients of our linear combination above.



          This proves that $Wsubset V$. Now check if $Vsubset W$. If so, then $W=V$, and if not, then $Wneq V$.






          share|cite|improve this answer











          $endgroup$



          To check if a vector space is a subspace of another, you must check that each vector in the first space is also contained in the second space. If you can find a spanning set for the first subspace, then it is enough to check that each of the vectors in the spanning set are in the other space, since each vector in the first space can be written as a combination of the vectors in the spanning set.



          Two vector spaces are equal if they are both subsets of one another.



          Lets look at a concrete example. We'll check if $Wsubset V$. This means we need to see if we can write each of $(2,6,2)$ and $(1,3,1)$ as a linear combination of vectors in $V$.



          Writing $(1,3,1)$ as a linear combination of vectors in $V$ means finding scalars $a$ and $b$ so that $(1,3,1) = acdot(0,2,1) + bcdot(-1,3,2) $. This gives the system,
          $$
          0-b = 1, ~~ 2a+3b=3, ~~ a+2b = 1
          $$

          If we solve this we have $b=-1$, so plugging this into the second equation we have $2a-3=3$ so $a = 3$. Finally, the last equation gives $3-2=1$ which is true. Therefore $(1,3,1)in V$.



          Similarly, $(2,6,2)in V$ since $(2,6,2) = 2cdot(1,3,1)$ so we can double the coefficients of our linear combination above.



          This proves that $Wsubset V$. Now check if $Vsubset W$. If so, then $W=V$, and if not, then $Wneq V$.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Jan 2 at 15:55

























          answered Jan 2 at 15:49









          tchtch

          833310




          833310























              0












              $begingroup$

              It is clear that $dim(U)=dim(V)=2$ since the two spanning vectors for each subspace are linearly independent (one is not a multiple of the other). However $(2,6,2)=2(1,3,1)$ so $dim(W)=1$.



              Since equal vector spaces must have the same dimension we can see that $U ne W$ and $V ne W$. The only remaining question is whether $U=V$. You can proceed as in tch's answer above. Alternatively, as we are working in $mathbb{R}^3$ you can find a vector that is perpendicular to the plane $U$ using the cross-product, and then determine whether the same vector is perpendicular to the plane $V$ - if it is then $U=V$.






              share|cite|improve this answer









              $endgroup$


















                0












                $begingroup$

                It is clear that $dim(U)=dim(V)=2$ since the two spanning vectors for each subspace are linearly independent (one is not a multiple of the other). However $(2,6,2)=2(1,3,1)$ so $dim(W)=1$.



                Since equal vector spaces must have the same dimension we can see that $U ne W$ and $V ne W$. The only remaining question is whether $U=V$. You can proceed as in tch's answer above. Alternatively, as we are working in $mathbb{R}^3$ you can find a vector that is perpendicular to the plane $U$ using the cross-product, and then determine whether the same vector is perpendicular to the plane $V$ - if it is then $U=V$.






                share|cite|improve this answer









                $endgroup$
















                  0












                  0








                  0





                  $begingroup$

                  It is clear that $dim(U)=dim(V)=2$ since the two spanning vectors for each subspace are linearly independent (one is not a multiple of the other). However $(2,6,2)=2(1,3,1)$ so $dim(W)=1$.



                  Since equal vector spaces must have the same dimension we can see that $U ne W$ and $V ne W$. The only remaining question is whether $U=V$. You can proceed as in tch's answer above. Alternatively, as we are working in $mathbb{R}^3$ you can find a vector that is perpendicular to the plane $U$ using the cross-product, and then determine whether the same vector is perpendicular to the plane $V$ - if it is then $U=V$.






                  share|cite|improve this answer









                  $endgroup$



                  It is clear that $dim(U)=dim(V)=2$ since the two spanning vectors for each subspace are linearly independent (one is not a multiple of the other). However $(2,6,2)=2(1,3,1)$ so $dim(W)=1$.



                  Since equal vector spaces must have the same dimension we can see that $U ne W$ and $V ne W$. The only remaining question is whether $U=V$. You can proceed as in tch's answer above. Alternatively, as we are working in $mathbb{R}^3$ you can find a vector that is perpendicular to the plane $U$ using the cross-product, and then determine whether the same vector is perpendicular to the plane $V$ - if it is then $U=V$.







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Jan 2 at 17:06









                  gandalf61gandalf61

                  9,184825




                  9,184825






























                      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.




                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function () {
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3059623%2fhow-can-i-check-if-one-from-these-vector-spaces-equal-to-other%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

                      To store a contact into the json file from server.js file using a class in NodeJS

                      Redirect URL with Chrome Remote Debugging Android Devices

                      Dieringhausen