Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: The difference between my book and Singular.
PostPosted: Fri Feb 05, 2010 8:20 pm 
I have a problem with the exercise.

Code:
ring A  = 0 , (x,y,z), dp; // a global ordering
poly f = x2yz + xy2z + y2z + z3 + xy;
poly f1 = xy + y2 -1
poly f2 = xy;
ideal G = f1, f2;
ideal S = std(G)  //a standard basis of <G>
S;


In my book I have a result:
//-> S[1]=xy
//-> S[2]=y2-1

but in Singular the returns:
//-> S[1]=x
//-> S[2]=y2-1

Why?

Cheers







and the programme returns:
//-> S[1]=x
//-> S[2]=y2-1


Report this post
Top
  
Reply with quote  
 Post subject: Re: The difference between my book and Singular.
PostPosted: Sun Feb 14, 2010 9:28 pm 

Joined: Mon Aug 29, 2005 9:22 am
Posts: 41
Location: Kaiserslautern, Germany
You don't need a computer to see that your book is wrong.
Multiply f1 with x and you see that x is in G.


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

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 11:06 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group