Finding cancelling polynomials of a set











up vote
0
down vote

favorite












Let $V={(t,t^2,t^3),t in mathbb C}$. Find $I(V)$.
I found some polynomials that cancels in $V$. For example $X-Y^2$, $Y^2-Z^3$ or $X+Y^2-Z^3$ but I don't know how to find all polynomials, that is how to determine $I(V)$.



Thank you!










share|cite|improve this question






















  • The technique is to use Groebner bases.
    – Wuestenfux
    Nov 17 at 17:23










  • I'm sorry, can you please give me a link?
    – mip
    Nov 17 at 17:23















up vote
0
down vote

favorite












Let $V={(t,t^2,t^3),t in mathbb C}$. Find $I(V)$.
I found some polynomials that cancels in $V$. For example $X-Y^2$, $Y^2-Z^3$ or $X+Y^2-Z^3$ but I don't know how to find all polynomials, that is how to determine $I(V)$.



Thank you!










share|cite|improve this question






















  • The technique is to use Groebner bases.
    – Wuestenfux
    Nov 17 at 17:23










  • I'm sorry, can you please give me a link?
    – mip
    Nov 17 at 17:23













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Let $V={(t,t^2,t^3),t in mathbb C}$. Find $I(V)$.
I found some polynomials that cancels in $V$. For example $X-Y^2$, $Y^2-Z^3$ or $X+Y^2-Z^3$ but I don't know how to find all polynomials, that is how to determine $I(V)$.



Thank you!










share|cite|improve this question













Let $V={(t,t^2,t^3),t in mathbb C}$. Find $I(V)$.
I found some polynomials that cancels in $V$. For example $X-Y^2$, $Y^2-Z^3$ or $X+Y^2-Z^3$ but I don't know how to find all polynomials, that is how to determine $I(V)$.



Thank you!







algebraic-geometry polynomials






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 17 at 17:21









mip

344




344












  • The technique is to use Groebner bases.
    – Wuestenfux
    Nov 17 at 17:23










  • I'm sorry, can you please give me a link?
    – mip
    Nov 17 at 17:23


















  • The technique is to use Groebner bases.
    – Wuestenfux
    Nov 17 at 17:23










  • I'm sorry, can you please give me a link?
    – mip
    Nov 17 at 17:23
















The technique is to use Groebner bases.
– Wuestenfux
Nov 17 at 17:23




The technique is to use Groebner bases.
– Wuestenfux
Nov 17 at 17:23












I'm sorry, can you please give me a link?
– mip
Nov 17 at 17:23




I'm sorry, can you please give me a link?
– mip
Nov 17 at 17:23










1 Answer
1






active

oldest

votes

















up vote
1
down vote



accepted










Consider the ideal $I=langle x-t, y-t^2, z-t^3rangle$ in ${Bbb K}[x,y,z,t]$ with elimination order (lex) such that $t>x>y>z$. The first elimination ideal $I_1 = Icap {Bbb K}[x,y,z]$ is what you are looking for. You just need to construct the Groebner basis of $I$ and then take those generators that are polynomials in $x,y,z$. Done.



I'd consider the book of Cox et al., "Ideal, Varieties and Algorithms", Springer. Keyword: implicitization.






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: 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%2f3002596%2ffinding-cancelling-polynomials-of-a-set%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










    Consider the ideal $I=langle x-t, y-t^2, z-t^3rangle$ in ${Bbb K}[x,y,z,t]$ with elimination order (lex) such that $t>x>y>z$. The first elimination ideal $I_1 = Icap {Bbb K}[x,y,z]$ is what you are looking for. You just need to construct the Groebner basis of $I$ and then take those generators that are polynomials in $x,y,z$. Done.



    I'd consider the book of Cox et al., "Ideal, Varieties and Algorithms", Springer. Keyword: implicitization.






    share|cite|improve this answer



























      up vote
      1
      down vote



      accepted










      Consider the ideal $I=langle x-t, y-t^2, z-t^3rangle$ in ${Bbb K}[x,y,z,t]$ with elimination order (lex) such that $t>x>y>z$. The first elimination ideal $I_1 = Icap {Bbb K}[x,y,z]$ is what you are looking for. You just need to construct the Groebner basis of $I$ and then take those generators that are polynomials in $x,y,z$. Done.



      I'd consider the book of Cox et al., "Ideal, Varieties and Algorithms", Springer. Keyword: implicitization.






      share|cite|improve this answer

























        up vote
        1
        down vote



        accepted







        up vote
        1
        down vote



        accepted






        Consider the ideal $I=langle x-t, y-t^2, z-t^3rangle$ in ${Bbb K}[x,y,z,t]$ with elimination order (lex) such that $t>x>y>z$. The first elimination ideal $I_1 = Icap {Bbb K}[x,y,z]$ is what you are looking for. You just need to construct the Groebner basis of $I$ and then take those generators that are polynomials in $x,y,z$. Done.



        I'd consider the book of Cox et al., "Ideal, Varieties and Algorithms", Springer. Keyword: implicitization.






        share|cite|improve this answer














        Consider the ideal $I=langle x-t, y-t^2, z-t^3rangle$ in ${Bbb K}[x,y,z,t]$ with elimination order (lex) such that $t>x>y>z$. The first elimination ideal $I_1 = Icap {Bbb K}[x,y,z]$ is what you are looking for. You just need to construct the Groebner basis of $I$ and then take those generators that are polynomials in $x,y,z$. Done.



        I'd consider the book of Cox et al., "Ideal, Varieties and Algorithms", Springer. Keyword: implicitization.







        share|cite|improve this answer














        share|cite|improve this answer



        share|cite|improve this answer








        edited Nov 18 at 8:34

























        answered Nov 17 at 17:31









        Wuestenfux

        2,5521410




        2,5521410






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3002596%2ffinding-cancelling-polynomials-of-a-set%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

            Quarter-circle Tiles

            build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

            Mont Emei