Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: A question
PostPosted: Thu Aug 11, 2005 5:32 pm 
Dear all
I do not get answer form the following simple commands.

int d=3;
ring r=0,(x(1..5), x(0)), lp;
poly g=x(1)^(d+1)+x(2)^(d+1)+x(3)^(d+1)+x(4)^(d+1)+x(5)^(d+1);
poly f=g-(x(1)+x(2)+x(3)+x(4)+x(5))*x(0)^d-x(0)^(d+1);
ideal V=kbase(groebner(jacob(f)));
V;
I have wited for more than one day but no answer.

-----------------------
Hossein Movasati
Mathematisches Institut
Georg-August-Universtaet
Bunsenstr. 3-5
37073 Goettingen
Tel: 0049-551-397796 Office, 7895877 Home
Email: movasati@uni-math.gwdg.de
----------------------




email: movasati@uni-math.gwdg.de
Posted in old Singular Forum on: 2004-05-13 11:29:06+02


Report this post
Top
  
Reply with quote  
 Post subject: Re: A question (on groebner command)
PostPosted: Thu Aug 11, 2005 8:34 pm 

Joined: Thu Aug 11, 2005 8:03 pm
Posts: 40
Location: RWTH Aachen, Germany
Dear Hossein Movasati,

Quote:
Dear all
I do not get answer form the following simple commands.

int d=3;
ring r=0,(x(1..5), x(0)), lp;
poly g=x(1)^(d+1)+x(2)^(d+1)+x(3)^(d+1)+x(4)^(d+1)+x(5)^(d+1);
poly f=g-(x(1)+x(2)+x(3)+x(4)+x(5))*x(0)^d-x(0)^(d+1);
ideal V=kbase(groebner(jacob(f)));
V;
I have waited for more than one day but no answer.


First of all, the K-dimension of groebner(jacob(f)) is 729 (use the command "vdim"). At our PCs it has been computed in several seconds.

What kind of PC do you have? Which version of Singular do you use
(execute "Singular -v")?

In general, for non-trivial examples, we recommend to split nested commands into a sequence:

Code:
poly f=g-(x(1)+x(2)+x(3)+x(4)+x(5))*x(0)^d-x(0)^(d+1);
option(prot); // to see what's going on
ideal I=groebner(jacob(f));
ideal V=kbase(I);


With best regards, [/quote]

_________________
Viktor Levandovskyy


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