coordinate vector relative to basis for $P_2$











up vote
0
down vote

favorite












This was a question in one of my online assignments that I got wrong but have no idea why. Unfortunately I do not have the option to re-enter other attempts to see if they are correct, hence stack exchange.



Question:



Let p $=2x^2+6x+7$ .Find the coordinate vector of p relative to the following basis for $P_2$



$p_1 = 1$



$p_2 = 1+x$



$p_3 = 1+x+x^2$



My attempt:



Plugging in for simplicity $x=1$ for p , $p_1$, $p_2$, and $p_3$ results in the following vectors.



p = $(2,6,7)$



$p_1= $ $(1,0,0)$



$p_2= $ $(1,1,0)$



$p_3= $ $(1,1,1)$



Transposed of $p_n$ have:



$begin{bmatrix}1&1&1\0&1&1\0&0&1end{bmatrix}$
*$begin{bmatrix}7\6\2end{bmatrix} = $$begin{bmatrix}15\8\2end{bmatrix}$



I reversed p because it was reversed relative to $p_n$










share|cite|improve this question


























    up vote
    0
    down vote

    favorite












    This was a question in one of my online assignments that I got wrong but have no idea why. Unfortunately I do not have the option to re-enter other attempts to see if they are correct, hence stack exchange.



    Question:



    Let p $=2x^2+6x+7$ .Find the coordinate vector of p relative to the following basis for $P_2$



    $p_1 = 1$



    $p_2 = 1+x$



    $p_3 = 1+x+x^2$



    My attempt:



    Plugging in for simplicity $x=1$ for p , $p_1$, $p_2$, and $p_3$ results in the following vectors.



    p = $(2,6,7)$



    $p_1= $ $(1,0,0)$



    $p_2= $ $(1,1,0)$



    $p_3= $ $(1,1,1)$



    Transposed of $p_n$ have:



    $begin{bmatrix}1&1&1\0&1&1\0&0&1end{bmatrix}$
    *$begin{bmatrix}7\6\2end{bmatrix} = $$begin{bmatrix}15\8\2end{bmatrix}$



    I reversed p because it was reversed relative to $p_n$










    share|cite|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      This was a question in one of my online assignments that I got wrong but have no idea why. Unfortunately I do not have the option to re-enter other attempts to see if they are correct, hence stack exchange.



      Question:



      Let p $=2x^2+6x+7$ .Find the coordinate vector of p relative to the following basis for $P_2$



      $p_1 = 1$



      $p_2 = 1+x$



      $p_3 = 1+x+x^2$



      My attempt:



      Plugging in for simplicity $x=1$ for p , $p_1$, $p_2$, and $p_3$ results in the following vectors.



      p = $(2,6,7)$



      $p_1= $ $(1,0,0)$



      $p_2= $ $(1,1,0)$



      $p_3= $ $(1,1,1)$



      Transposed of $p_n$ have:



      $begin{bmatrix}1&1&1\0&1&1\0&0&1end{bmatrix}$
      *$begin{bmatrix}7\6\2end{bmatrix} = $$begin{bmatrix}15\8\2end{bmatrix}$



      I reversed p because it was reversed relative to $p_n$










      share|cite|improve this question













      This was a question in one of my online assignments that I got wrong but have no idea why. Unfortunately I do not have the option to re-enter other attempts to see if they are correct, hence stack exchange.



      Question:



      Let p $=2x^2+6x+7$ .Find the coordinate vector of p relative to the following basis for $P_2$



      $p_1 = 1$



      $p_2 = 1+x$



      $p_3 = 1+x+x^2$



      My attempt:



      Plugging in for simplicity $x=1$ for p , $p_1$, $p_2$, and $p_3$ results in the following vectors.



      p = $(2,6,7)$



      $p_1= $ $(1,0,0)$



      $p_2= $ $(1,1,0)$



      $p_3= $ $(1,1,1)$



      Transposed of $p_n$ have:



      $begin{bmatrix}1&1&1\0&1&1\0&0&1end{bmatrix}$
      *$begin{bmatrix}7\6\2end{bmatrix} = $$begin{bmatrix}15\8\2end{bmatrix}$



      I reversed p because it was reversed relative to $p_n$







      linear-algebra






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Nov 28 at 1:38









      Forextrader

      346




      346






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          This is incorrect because you have simply taken the image of your polynomial under the matrix whose columns are the basis vectors.



          Instead, you want to augment that same matrix with the vector you were given: $left (begin{array}{rrr|r}1&1&1&7\0&1&1&6\0&0&1&2end{array}right)$.



          Now you can read off the solution. For starters, $z=2$.



          You are looking for the linear combination of the basis vectors which will give you $(7,6,2)^t$.






          share|cite|improve this answer























          • Ah ah ah, I see now. Thank you!
            – Forextrader
            Nov 28 at 1:59










          • But I was correct in changing (2,6,7) to (7,6,2) right?
            – Forextrader
            Nov 28 at 2:00










          • Yes. As the standard basis is${1,x,x^2}$.
            – Chris Custer
            Nov 28 at 2:08










          • In other words, you need to multiply the vector by the inverse of this matrix.
            – amd
            Nov 28 at 3:01










          • Yes that would do it.
            – Chris Custer
            Nov 28 at 3:16











          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: 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%2f3016591%2fcoordinate-vector-relative-to-basis-for-p-2%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
          1
          down vote



          accepted










          This is incorrect because you have simply taken the image of your polynomial under the matrix whose columns are the basis vectors.



          Instead, you want to augment that same matrix with the vector you were given: $left (begin{array}{rrr|r}1&1&1&7\0&1&1&6\0&0&1&2end{array}right)$.



          Now you can read off the solution. For starters, $z=2$.



          You are looking for the linear combination of the basis vectors which will give you $(7,6,2)^t$.






          share|cite|improve this answer























          • Ah ah ah, I see now. Thank you!
            – Forextrader
            Nov 28 at 1:59










          • But I was correct in changing (2,6,7) to (7,6,2) right?
            – Forextrader
            Nov 28 at 2:00










          • Yes. As the standard basis is${1,x,x^2}$.
            – Chris Custer
            Nov 28 at 2:08










          • In other words, you need to multiply the vector by the inverse of this matrix.
            – amd
            Nov 28 at 3:01










          • Yes that would do it.
            – Chris Custer
            Nov 28 at 3:16















          up vote
          1
          down vote



          accepted










          This is incorrect because you have simply taken the image of your polynomial under the matrix whose columns are the basis vectors.



          Instead, you want to augment that same matrix with the vector you were given: $left (begin{array}{rrr|r}1&1&1&7\0&1&1&6\0&0&1&2end{array}right)$.



          Now you can read off the solution. For starters, $z=2$.



          You are looking for the linear combination of the basis vectors which will give you $(7,6,2)^t$.






          share|cite|improve this answer























          • Ah ah ah, I see now. Thank you!
            – Forextrader
            Nov 28 at 1:59










          • But I was correct in changing (2,6,7) to (7,6,2) right?
            – Forextrader
            Nov 28 at 2:00










          • Yes. As the standard basis is${1,x,x^2}$.
            – Chris Custer
            Nov 28 at 2:08










          • In other words, you need to multiply the vector by the inverse of this matrix.
            – amd
            Nov 28 at 3:01










          • Yes that would do it.
            – Chris Custer
            Nov 28 at 3:16













          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          This is incorrect because you have simply taken the image of your polynomial under the matrix whose columns are the basis vectors.



          Instead, you want to augment that same matrix with the vector you were given: $left (begin{array}{rrr|r}1&1&1&7\0&1&1&6\0&0&1&2end{array}right)$.



          Now you can read off the solution. For starters, $z=2$.



          You are looking for the linear combination of the basis vectors which will give you $(7,6,2)^t$.






          share|cite|improve this answer














          This is incorrect because you have simply taken the image of your polynomial under the matrix whose columns are the basis vectors.



          Instead, you want to augment that same matrix with the vector you were given: $left (begin{array}{rrr|r}1&1&1&7\0&1&1&6\0&0&1&2end{array}right)$.



          Now you can read off the solution. For starters, $z=2$.



          You are looking for the linear combination of the basis vectors which will give you $(7,6,2)^t$.







          share|cite|improve this answer














          share|cite|improve this answer



          share|cite|improve this answer








          edited Nov 28 at 2:00

























          answered Nov 28 at 1:58









          Chris Custer

          10.2k3724




          10.2k3724












          • Ah ah ah, I see now. Thank you!
            – Forextrader
            Nov 28 at 1:59










          • But I was correct in changing (2,6,7) to (7,6,2) right?
            – Forextrader
            Nov 28 at 2:00










          • Yes. As the standard basis is${1,x,x^2}$.
            – Chris Custer
            Nov 28 at 2:08










          • In other words, you need to multiply the vector by the inverse of this matrix.
            – amd
            Nov 28 at 3:01










          • Yes that would do it.
            – Chris Custer
            Nov 28 at 3:16


















          • Ah ah ah, I see now. Thank you!
            – Forextrader
            Nov 28 at 1:59










          • But I was correct in changing (2,6,7) to (7,6,2) right?
            – Forextrader
            Nov 28 at 2:00










          • Yes. As the standard basis is${1,x,x^2}$.
            – Chris Custer
            Nov 28 at 2:08










          • In other words, you need to multiply the vector by the inverse of this matrix.
            – amd
            Nov 28 at 3:01










          • Yes that would do it.
            – Chris Custer
            Nov 28 at 3:16
















          Ah ah ah, I see now. Thank you!
          – Forextrader
          Nov 28 at 1:59




          Ah ah ah, I see now. Thank you!
          – Forextrader
          Nov 28 at 1:59












          But I was correct in changing (2,6,7) to (7,6,2) right?
          – Forextrader
          Nov 28 at 2:00




          But I was correct in changing (2,6,7) to (7,6,2) right?
          – Forextrader
          Nov 28 at 2:00












          Yes. As the standard basis is${1,x,x^2}$.
          – Chris Custer
          Nov 28 at 2:08




          Yes. As the standard basis is${1,x,x^2}$.
          – Chris Custer
          Nov 28 at 2:08












          In other words, you need to multiply the vector by the inverse of this matrix.
          – amd
          Nov 28 at 3:01




          In other words, you need to multiply the vector by the inverse of this matrix.
          – amd
          Nov 28 at 3:01












          Yes that would do it.
          – Chris Custer
          Nov 28 at 3:16




          Yes that would do it.
          – Chris Custer
          Nov 28 at 3:16


















          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%2f3016591%2fcoordinate-vector-relative-to-basis-for-p-2%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

          Berounka

          Sphinx de Gizeh

          Different font size/position of beamer's navigation symbols template's content depending on regular/plain...