Finding the Matrix of a Linear Transformation With Polynomial Basis












1














If I have some given linear transformation $T:Vrightarrow V$ such that:



$T(p(x)) = p'(x) + x,p(0) + (x+1),p(1)$,



where $V$ is the space of rational polynomials of degree at most 2 with basis ${1 ,x,x^2}$.



Now I'm trying to figure out what $T$ actually does. $p'(x)$ means derivative of $p(x)$ and $p(0)$ is some rational number when $p(x)$ is evaluated in zero,which is just the constant term of $p(x)$.



What I'm confused by is this $p(1)$. Do I need an extra parameter when applying $T$ to a basis vector ?



For example:
$T(1)=0+x+(x+1),a$



where $a in mathbb{Q}$.










share|cite|improve this question
























  • Do you mean $V$ is the space of rational polynomials of degree at most $2$ with basis ${1,x,x^2}$?
    – Theo C.
    Nov 29 at 21:56












  • @TheoC.Yes I do ,sorry.
    – Bustin Jieber
    Nov 29 at 21:58
















1














If I have some given linear transformation $T:Vrightarrow V$ such that:



$T(p(x)) = p'(x) + x,p(0) + (x+1),p(1)$,



where $V$ is the space of rational polynomials of degree at most 2 with basis ${1 ,x,x^2}$.



Now I'm trying to figure out what $T$ actually does. $p'(x)$ means derivative of $p(x)$ and $p(0)$ is some rational number when $p(x)$ is evaluated in zero,which is just the constant term of $p(x)$.



What I'm confused by is this $p(1)$. Do I need an extra parameter when applying $T$ to a basis vector ?



For example:
$T(1)=0+x+(x+1),a$



where $a in mathbb{Q}$.










share|cite|improve this question
























  • Do you mean $V$ is the space of rational polynomials of degree at most $2$ with basis ${1,x,x^2}$?
    – Theo C.
    Nov 29 at 21:56












  • @TheoC.Yes I do ,sorry.
    – Bustin Jieber
    Nov 29 at 21:58














1












1








1







If I have some given linear transformation $T:Vrightarrow V$ such that:



$T(p(x)) = p'(x) + x,p(0) + (x+1),p(1)$,



where $V$ is the space of rational polynomials of degree at most 2 with basis ${1 ,x,x^2}$.



Now I'm trying to figure out what $T$ actually does. $p'(x)$ means derivative of $p(x)$ and $p(0)$ is some rational number when $p(x)$ is evaluated in zero,which is just the constant term of $p(x)$.



What I'm confused by is this $p(1)$. Do I need an extra parameter when applying $T$ to a basis vector ?



For example:
$T(1)=0+x+(x+1),a$



where $a in mathbb{Q}$.










share|cite|improve this question















If I have some given linear transformation $T:Vrightarrow V$ such that:



$T(p(x)) = p'(x) + x,p(0) + (x+1),p(1)$,



where $V$ is the space of rational polynomials of degree at most 2 with basis ${1 ,x,x^2}$.



Now I'm trying to figure out what $T$ actually does. $p'(x)$ means derivative of $p(x)$ and $p(0)$ is some rational number when $p(x)$ is evaluated in zero,which is just the constant term of $p(x)$.



What I'm confused by is this $p(1)$. Do I need an extra parameter when applying $T$ to a basis vector ?



For example:
$T(1)=0+x+(x+1),a$



where $a in mathbb{Q}$.







linear-transformations






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Nov 29 at 21:58

























asked Nov 29 at 21:52









Bustin Jieber

83




83












  • Do you mean $V$ is the space of rational polynomials of degree at most $2$ with basis ${1,x,x^2}$?
    – Theo C.
    Nov 29 at 21:56












  • @TheoC.Yes I do ,sorry.
    – Bustin Jieber
    Nov 29 at 21:58


















  • Do you mean $V$ is the space of rational polynomials of degree at most $2$ with basis ${1,x,x^2}$?
    – Theo C.
    Nov 29 at 21:56












  • @TheoC.Yes I do ,sorry.
    – Bustin Jieber
    Nov 29 at 21:58
















Do you mean $V$ is the space of rational polynomials of degree at most $2$ with basis ${1,x,x^2}$?
– Theo C.
Nov 29 at 21:56






Do you mean $V$ is the space of rational polynomials of degree at most $2$ with basis ${1,x,x^2}$?
– Theo C.
Nov 29 at 21:56














@TheoC.Yes I do ,sorry.
– Bustin Jieber
Nov 29 at 21:58




@TheoC.Yes I do ,sorry.
– Bustin Jieber
Nov 29 at 21:58










2 Answers
2






active

oldest

votes


















1














We'll consider how $T$ maps the given basis ${1,x,x^2}$ in order to find the matrix of this transformation in said basis:



$$T(1) = 0+1*x+(x+1)*1 = 2x+1$$
$$T(x) = 1 + 0*x + (x+1)*1 = x+2$$
$$T(x^2) = 2x + 0*x + (x+1)*1 =3x+1 $$



So, we have
$$T = begin{bmatrix} 1&2&1\2&1&3\0&0&0end{bmatrix}$$






share|cite|improve this answer





















  • Ohh I see, thank you. Just to be sure ,If it was $p'(0)$ instead of $p'(x)$ for, let's say, $T(x^2)$ ,transformation would look like $T(x^2) = 2*0 + 0*x+(x+1)*1$ ?
    – Bustin Jieber
    Nov 29 at 22:11










  • That looks right to me!
    – Theo C.
    Nov 29 at 23:03



















0














You have $p (x):=1$, the constant polynomial. Then $T (1)=0+x1+(x+1)1=2x+1$.






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%2f3019278%2ffinding-the-matrix-of-a-linear-transformation-with-polynomial-basis%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









    1














    We'll consider how $T$ maps the given basis ${1,x,x^2}$ in order to find the matrix of this transformation in said basis:



    $$T(1) = 0+1*x+(x+1)*1 = 2x+1$$
    $$T(x) = 1 + 0*x + (x+1)*1 = x+2$$
    $$T(x^2) = 2x + 0*x + (x+1)*1 =3x+1 $$



    So, we have
    $$T = begin{bmatrix} 1&2&1\2&1&3\0&0&0end{bmatrix}$$






    share|cite|improve this answer





















    • Ohh I see, thank you. Just to be sure ,If it was $p'(0)$ instead of $p'(x)$ for, let's say, $T(x^2)$ ,transformation would look like $T(x^2) = 2*0 + 0*x+(x+1)*1$ ?
      – Bustin Jieber
      Nov 29 at 22:11










    • That looks right to me!
      – Theo C.
      Nov 29 at 23:03
















    1














    We'll consider how $T$ maps the given basis ${1,x,x^2}$ in order to find the matrix of this transformation in said basis:



    $$T(1) = 0+1*x+(x+1)*1 = 2x+1$$
    $$T(x) = 1 + 0*x + (x+1)*1 = x+2$$
    $$T(x^2) = 2x + 0*x + (x+1)*1 =3x+1 $$



    So, we have
    $$T = begin{bmatrix} 1&2&1\2&1&3\0&0&0end{bmatrix}$$






    share|cite|improve this answer





















    • Ohh I see, thank you. Just to be sure ,If it was $p'(0)$ instead of $p'(x)$ for, let's say, $T(x^2)$ ,transformation would look like $T(x^2) = 2*0 + 0*x+(x+1)*1$ ?
      – Bustin Jieber
      Nov 29 at 22:11










    • That looks right to me!
      – Theo C.
      Nov 29 at 23:03














    1












    1








    1






    We'll consider how $T$ maps the given basis ${1,x,x^2}$ in order to find the matrix of this transformation in said basis:



    $$T(1) = 0+1*x+(x+1)*1 = 2x+1$$
    $$T(x) = 1 + 0*x + (x+1)*1 = x+2$$
    $$T(x^2) = 2x + 0*x + (x+1)*1 =3x+1 $$



    So, we have
    $$T = begin{bmatrix} 1&2&1\2&1&3\0&0&0end{bmatrix}$$






    share|cite|improve this answer












    We'll consider how $T$ maps the given basis ${1,x,x^2}$ in order to find the matrix of this transformation in said basis:



    $$T(1) = 0+1*x+(x+1)*1 = 2x+1$$
    $$T(x) = 1 + 0*x + (x+1)*1 = x+2$$
    $$T(x^2) = 2x + 0*x + (x+1)*1 =3x+1 $$



    So, we have
    $$T = begin{bmatrix} 1&2&1\2&1&3\0&0&0end{bmatrix}$$







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered Nov 29 at 22:03









    Theo C.

    23428




    23428












    • Ohh I see, thank you. Just to be sure ,If it was $p'(0)$ instead of $p'(x)$ for, let's say, $T(x^2)$ ,transformation would look like $T(x^2) = 2*0 + 0*x+(x+1)*1$ ?
      – Bustin Jieber
      Nov 29 at 22:11










    • That looks right to me!
      – Theo C.
      Nov 29 at 23:03


















    • Ohh I see, thank you. Just to be sure ,If it was $p'(0)$ instead of $p'(x)$ for, let's say, $T(x^2)$ ,transformation would look like $T(x^2) = 2*0 + 0*x+(x+1)*1$ ?
      – Bustin Jieber
      Nov 29 at 22:11










    • That looks right to me!
      – Theo C.
      Nov 29 at 23:03
















    Ohh I see, thank you. Just to be sure ,If it was $p'(0)$ instead of $p'(x)$ for, let's say, $T(x^2)$ ,transformation would look like $T(x^2) = 2*0 + 0*x+(x+1)*1$ ?
    – Bustin Jieber
    Nov 29 at 22:11




    Ohh I see, thank you. Just to be sure ,If it was $p'(0)$ instead of $p'(x)$ for, let's say, $T(x^2)$ ,transformation would look like $T(x^2) = 2*0 + 0*x+(x+1)*1$ ?
    – Bustin Jieber
    Nov 29 at 22:11












    That looks right to me!
    – Theo C.
    Nov 29 at 23:03




    That looks right to me!
    – Theo C.
    Nov 29 at 23:03











    0














    You have $p (x):=1$, the constant polynomial. Then $T (1)=0+x1+(x+1)1=2x+1$.






    share|cite|improve this answer


























      0














      You have $p (x):=1$, the constant polynomial. Then $T (1)=0+x1+(x+1)1=2x+1$.






      share|cite|improve this answer
























        0












        0








        0






        You have $p (x):=1$, the constant polynomial. Then $T (1)=0+x1+(x+1)1=2x+1$.






        share|cite|improve this answer












        You have $p (x):=1$, the constant polynomial. Then $T (1)=0+x1+(x+1)1=2x+1$.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Nov 29 at 21:57









        AnyAD

        2,098812




        2,098812






























            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%2f3019278%2ffinding-the-matrix-of-a-linear-transformation-with-polynomial-basis%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