Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: How to substitute polynomials into another polynomial?
PostPosted: Thu Aug 11, 2005 5:31 pm 
>Dear Singular Team,
>Having defined a ring S=0,(x,y,a,b),lp;
>I want to define polys f,g, in x,y, and h in a,h, and
>then substitute h(f,g) to get another poly k in x,y.
>Then I am going to examine the grobner basis for
>ideal i=a-f,b-g;
>and find
>poly l=NF(k,i);
>
>This should recover h.
>
>But how do I substitute a polynomial in given variables
>into another polynomial?

Use map (from S to itself), eg:

ring S=0,(x,y,a,b),lp;
poly f = x3+y5;
poly g = xy5-x2;
poly h = a2-b3;
map F = S,ideal(x,y,f,g);
ideal i =a-f,b-g;
poly k = F(h);
NF(k,std(i));

Best,
Gert-Martin Greuel (Singular team)

email: greuel@mathematik.uni-kl.de
Posted in old Singular Forum on: 2001-05-15 13:23:43+02


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

It is currently Fri May 13, 2022 10:54 am
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group