Linear Algerba - translation of space $V$ by a six-dimensional vector $b$











up vote
0
down vote

favorite












The task I have has 2 parts, I did the first one but now I'm struggling with the second one.



In the first part, I was supposed to find all $2times3$ matrices $A$ that satisfy the equation: $Atimes[1;1;1]^T=[0;0]^T$. I did that, the $A$ matrices are in the form:
$$begin{bmatrix}x&y&-x-y\z&w&-z-wend{bmatrix}$$



Then I was supposed to find the basis and dimension for the linear space $V$ that these matrices create, which I also did - dimension is $4$ and the basis is:



$${begin{bmatrix}1&0&-1\0&0&0end{bmatrix},begin{bmatrix}-1&1&0\0&0&0end{bmatrix},begin{bmatrix}0&0&0\1&-1&0end{bmatrix},begin{bmatrix}0&0&0\-1&0&1end{bmatrix}}$$



Now in the second part, I'm looking for all $B$ matrices that satisfy this equation: $Btimes[1;1;1]^T=[6;6]^T$ and I'm supposed to present the set of all the $B's$ as as a translation of the space $V$ by a six-dimensional vector $b$.



How would this vector b look?










share|cite|improve this question


























    up vote
    0
    down vote

    favorite












    The task I have has 2 parts, I did the first one but now I'm struggling with the second one.



    In the first part, I was supposed to find all $2times3$ matrices $A$ that satisfy the equation: $Atimes[1;1;1]^T=[0;0]^T$. I did that, the $A$ matrices are in the form:
    $$begin{bmatrix}x&y&-x-y\z&w&-z-wend{bmatrix}$$



    Then I was supposed to find the basis and dimension for the linear space $V$ that these matrices create, which I also did - dimension is $4$ and the basis is:



    $${begin{bmatrix}1&0&-1\0&0&0end{bmatrix},begin{bmatrix}-1&1&0\0&0&0end{bmatrix},begin{bmatrix}0&0&0\1&-1&0end{bmatrix},begin{bmatrix}0&0&0\-1&0&1end{bmatrix}}$$



    Now in the second part, I'm looking for all $B$ matrices that satisfy this equation: $Btimes[1;1;1]^T=[6;6]^T$ and I'm supposed to present the set of all the $B's$ as as a translation of the space $V$ by a six-dimensional vector $b$.



    How would this vector b look?










    share|cite|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      The task I have has 2 parts, I did the first one but now I'm struggling with the second one.



      In the first part, I was supposed to find all $2times3$ matrices $A$ that satisfy the equation: $Atimes[1;1;1]^T=[0;0]^T$. I did that, the $A$ matrices are in the form:
      $$begin{bmatrix}x&y&-x-y\z&w&-z-wend{bmatrix}$$



      Then I was supposed to find the basis and dimension for the linear space $V$ that these matrices create, which I also did - dimension is $4$ and the basis is:



      $${begin{bmatrix}1&0&-1\0&0&0end{bmatrix},begin{bmatrix}-1&1&0\0&0&0end{bmatrix},begin{bmatrix}0&0&0\1&-1&0end{bmatrix},begin{bmatrix}0&0&0\-1&0&1end{bmatrix}}$$



      Now in the second part, I'm looking for all $B$ matrices that satisfy this equation: $Btimes[1;1;1]^T=[6;6]^T$ and I'm supposed to present the set of all the $B's$ as as a translation of the space $V$ by a six-dimensional vector $b$.



      How would this vector b look?










      share|cite|improve this question













      The task I have has 2 parts, I did the first one but now I'm struggling with the second one.



      In the first part, I was supposed to find all $2times3$ matrices $A$ that satisfy the equation: $Atimes[1;1;1]^T=[0;0]^T$. I did that, the $A$ matrices are in the form:
      $$begin{bmatrix}x&y&-x-y\z&w&-z-wend{bmatrix}$$



      Then I was supposed to find the basis and dimension for the linear space $V$ that these matrices create, which I also did - dimension is $4$ and the basis is:



      $${begin{bmatrix}1&0&-1\0&0&0end{bmatrix},begin{bmatrix}-1&1&0\0&0&0end{bmatrix},begin{bmatrix}0&0&0\1&-1&0end{bmatrix},begin{bmatrix}0&0&0\-1&0&1end{bmatrix}}$$



      Now in the second part, I'm looking for all $B$ matrices that satisfy this equation: $Btimes[1;1;1]^T=[6;6]^T$ and I'm supposed to present the set of all the $B's$ as as a translation of the space $V$ by a six-dimensional vector $b$.



      How would this vector b look?







      matrices






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Nov 24 at 15:52









      agromek

      345




      345






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          $b$ would look like $begin{bmatrix}b_1&b_2&b_3\b_4&b_5&b_6end{bmatrix}$. Or if you like $b=(b_1,dots,b_6)$.



          You need to find the $b_i$. $b$ should be a particular solution of the second equation.






          share|cite|improve this answer























          • b would look something like this (I did the same thing as in the first part): $$begin{bmatrix}x&y&6-x-y\z&w&6-z-wend{bmatrix}$$ so now to provide the answer do I just find one particular b, for example: $$begin{bmatrix}1&2&3\5&0&1end{bmatrix}$$ and present the set of $B's$ as the translation of $V$ by vector $b$ so: $$alphatimesbegin{bmatrix}1&0&-1\0&0&0end{bmatrix}+betatimesbegin{bmatrix}-1&1&0\0&0&0end{bmatrix}+gammatimesbegin{bmatrix}0&0&0\1&-1&0end{bmatrix}+deltatimesbegin{bmatrix}0&0&0\-1&0&1end{bmatrix}+begin{bmatrix}1&2&3\5&0&1end{bmatrix}?$$
            – agromek
            Nov 24 at 17:44












          • @agromek I believe so. That is, yes.
            – Chris Custer
            Nov 24 at 17:49










          • Ok, thank you very much:)
            – agromek
            Nov 24 at 17:50










          • You're welcome. Adding any element of the kernel to a particular solution gives another solution.
            – Chris Custer
            Nov 24 at 17:53











          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%2f3011705%2flinear-algerba-translation-of-space-v-by-a-six-dimensional-vector-b%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








          up vote
          0
          down vote



          accepted










          $b$ would look like $begin{bmatrix}b_1&b_2&b_3\b_4&b_5&b_6end{bmatrix}$. Or if you like $b=(b_1,dots,b_6)$.



          You need to find the $b_i$. $b$ should be a particular solution of the second equation.






          share|cite|improve this answer























          • b would look something like this (I did the same thing as in the first part): $$begin{bmatrix}x&y&6-x-y\z&w&6-z-wend{bmatrix}$$ so now to provide the answer do I just find one particular b, for example: $$begin{bmatrix}1&2&3\5&0&1end{bmatrix}$$ and present the set of $B's$ as the translation of $V$ by vector $b$ so: $$alphatimesbegin{bmatrix}1&0&-1\0&0&0end{bmatrix}+betatimesbegin{bmatrix}-1&1&0\0&0&0end{bmatrix}+gammatimesbegin{bmatrix}0&0&0\1&-1&0end{bmatrix}+deltatimesbegin{bmatrix}0&0&0\-1&0&1end{bmatrix}+begin{bmatrix}1&2&3\5&0&1end{bmatrix}?$$
            – agromek
            Nov 24 at 17:44












          • @agromek I believe so. That is, yes.
            – Chris Custer
            Nov 24 at 17:49










          • Ok, thank you very much:)
            – agromek
            Nov 24 at 17:50










          • You're welcome. Adding any element of the kernel to a particular solution gives another solution.
            – Chris Custer
            Nov 24 at 17:53















          up vote
          0
          down vote



          accepted










          $b$ would look like $begin{bmatrix}b_1&b_2&b_3\b_4&b_5&b_6end{bmatrix}$. Or if you like $b=(b_1,dots,b_6)$.



          You need to find the $b_i$. $b$ should be a particular solution of the second equation.






          share|cite|improve this answer























          • b would look something like this (I did the same thing as in the first part): $$begin{bmatrix}x&y&6-x-y\z&w&6-z-wend{bmatrix}$$ so now to provide the answer do I just find one particular b, for example: $$begin{bmatrix}1&2&3\5&0&1end{bmatrix}$$ and present the set of $B's$ as the translation of $V$ by vector $b$ so: $$alphatimesbegin{bmatrix}1&0&-1\0&0&0end{bmatrix}+betatimesbegin{bmatrix}-1&1&0\0&0&0end{bmatrix}+gammatimesbegin{bmatrix}0&0&0\1&-1&0end{bmatrix}+deltatimesbegin{bmatrix}0&0&0\-1&0&1end{bmatrix}+begin{bmatrix}1&2&3\5&0&1end{bmatrix}?$$
            – agromek
            Nov 24 at 17:44












          • @agromek I believe so. That is, yes.
            – Chris Custer
            Nov 24 at 17:49










          • Ok, thank you very much:)
            – agromek
            Nov 24 at 17:50










          • You're welcome. Adding any element of the kernel to a particular solution gives another solution.
            – Chris Custer
            Nov 24 at 17:53













          up vote
          0
          down vote



          accepted







          up vote
          0
          down vote



          accepted






          $b$ would look like $begin{bmatrix}b_1&b_2&b_3\b_4&b_5&b_6end{bmatrix}$. Or if you like $b=(b_1,dots,b_6)$.



          You need to find the $b_i$. $b$ should be a particular solution of the second equation.






          share|cite|improve this answer














          $b$ would look like $begin{bmatrix}b_1&b_2&b_3\b_4&b_5&b_6end{bmatrix}$. Or if you like $b=(b_1,dots,b_6)$.



          You need to find the $b_i$. $b$ should be a particular solution of the second equation.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Nov 24 at 17:43

























          answered Nov 24 at 17:28









          Chris Custer

          10.4k3724




          10.4k3724












          • b would look something like this (I did the same thing as in the first part): $$begin{bmatrix}x&y&6-x-y\z&w&6-z-wend{bmatrix}$$ so now to provide the answer do I just find one particular b, for example: $$begin{bmatrix}1&2&3\5&0&1end{bmatrix}$$ and present the set of $B's$ as the translation of $V$ by vector $b$ so: $$alphatimesbegin{bmatrix}1&0&-1\0&0&0end{bmatrix}+betatimesbegin{bmatrix}-1&1&0\0&0&0end{bmatrix}+gammatimesbegin{bmatrix}0&0&0\1&-1&0end{bmatrix}+deltatimesbegin{bmatrix}0&0&0\-1&0&1end{bmatrix}+begin{bmatrix}1&2&3\5&0&1end{bmatrix}?$$
            – agromek
            Nov 24 at 17:44












          • @agromek I believe so. That is, yes.
            – Chris Custer
            Nov 24 at 17:49










          • Ok, thank you very much:)
            – agromek
            Nov 24 at 17:50










          • You're welcome. Adding any element of the kernel to a particular solution gives another solution.
            – Chris Custer
            Nov 24 at 17:53


















          • b would look something like this (I did the same thing as in the first part): $$begin{bmatrix}x&y&6-x-y\z&w&6-z-wend{bmatrix}$$ so now to provide the answer do I just find one particular b, for example: $$begin{bmatrix}1&2&3\5&0&1end{bmatrix}$$ and present the set of $B's$ as the translation of $V$ by vector $b$ so: $$alphatimesbegin{bmatrix}1&0&-1\0&0&0end{bmatrix}+betatimesbegin{bmatrix}-1&1&0\0&0&0end{bmatrix}+gammatimesbegin{bmatrix}0&0&0\1&-1&0end{bmatrix}+deltatimesbegin{bmatrix}0&0&0\-1&0&1end{bmatrix}+begin{bmatrix}1&2&3\5&0&1end{bmatrix}?$$
            – agromek
            Nov 24 at 17:44












          • @agromek I believe so. That is, yes.
            – Chris Custer
            Nov 24 at 17:49










          • Ok, thank you very much:)
            – agromek
            Nov 24 at 17:50










          • You're welcome. Adding any element of the kernel to a particular solution gives another solution.
            – Chris Custer
            Nov 24 at 17:53
















          b would look something like this (I did the same thing as in the first part): $$begin{bmatrix}x&y&6-x-y\z&w&6-z-wend{bmatrix}$$ so now to provide the answer do I just find one particular b, for example: $$begin{bmatrix}1&2&3\5&0&1end{bmatrix}$$ and present the set of $B's$ as the translation of $V$ by vector $b$ so: $$alphatimesbegin{bmatrix}1&0&-1\0&0&0end{bmatrix}+betatimesbegin{bmatrix}-1&1&0\0&0&0end{bmatrix}+gammatimesbegin{bmatrix}0&0&0\1&-1&0end{bmatrix}+deltatimesbegin{bmatrix}0&0&0\-1&0&1end{bmatrix}+begin{bmatrix}1&2&3\5&0&1end{bmatrix}?$$
          – agromek
          Nov 24 at 17:44






          b would look something like this (I did the same thing as in the first part): $$begin{bmatrix}x&y&6-x-y\z&w&6-z-wend{bmatrix}$$ so now to provide the answer do I just find one particular b, for example: $$begin{bmatrix}1&2&3\5&0&1end{bmatrix}$$ and present the set of $B's$ as the translation of $V$ by vector $b$ so: $$alphatimesbegin{bmatrix}1&0&-1\0&0&0end{bmatrix}+betatimesbegin{bmatrix}-1&1&0\0&0&0end{bmatrix}+gammatimesbegin{bmatrix}0&0&0\1&-1&0end{bmatrix}+deltatimesbegin{bmatrix}0&0&0\-1&0&1end{bmatrix}+begin{bmatrix}1&2&3\5&0&1end{bmatrix}?$$
          – agromek
          Nov 24 at 17:44














          @agromek I believe so. That is, yes.
          – Chris Custer
          Nov 24 at 17:49




          @agromek I believe so. That is, yes.
          – Chris Custer
          Nov 24 at 17:49












          Ok, thank you very much:)
          – agromek
          Nov 24 at 17:50




          Ok, thank you very much:)
          – agromek
          Nov 24 at 17:50












          You're welcome. Adding any element of the kernel to a particular solution gives another solution.
          – Chris Custer
          Nov 24 at 17:53




          You're welcome. Adding any element of the kernel to a particular solution gives another solution.
          – Chris Custer
          Nov 24 at 17:53


















          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%2f3011705%2flinear-algerba-translation-of-space-v-by-a-six-dimensional-vector-b%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

          Willebadessen

          Ida-Boy-Ed-Garten

          Residenzschloss Arolsen