Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: why this syz no result
PostPosted: Sun Jun 23, 2013 2:49 am 
in the book introduction to groebner bases
page 178

i input the following, syz is only 0,

it said using degrevlex , x>y>z

ring r = 0,(x,y,z),dp

module MD = [1,x2+y,x*y-y*z,0,0],[0,x*z-y,z-x,0,0],[0,0,0,x2+y,x*y-y*z],[1,0,0,x*z-y,z-x];

module MK = syz(MD);

matrix MM = MK;

print(MM);

module N =[x2+y,x*z-y],[x*y-y*z,z-x];

quotient(N,freemodule(nrows(MK)));


Report this post
Top
  
Reply with quote  
 Post subject: Re: why this syz no result
PostPosted: Tue Jul 16, 2013 6:23 pm 
Well, I tried this in both Singular and Macaulay2. I got a non-trivial answer in Macaulay2 given the matrix (or module) as written, but needed to transpose it to get a similar result in Singular.


Report this post
Top
  
Reply with quote  
 Post subject: Re: why this syz no result
PostPosted: Wed Jul 31, 2013 2:37 pm 
i got nothing about this annihiliator

why?

if you got result, could you post your code


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 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 10:56 am
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group