Post a reply
Username:
Note:If not registered, provide any username. For more comfort, register here.
Subject:
Message body:
Enter your message here, it may contain no more than 60000 characters. 

Smilies
:D :) :( :o :shock: :? 8) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:
Font size:
Font colour
Options:
BBCode is ON
[img] is ON
[flash] is OFF
[url] is ON
Smilies are ON
Disable BBCode
Disable smilies
Do not automatically parse URLs
Confirmation of post
To prevent automated posts the board requires you to enter a confirmation code. The code is displayed in the image you should see below. If you are visually impaired or cannot otherwise read this code please contact the %sBoard Administrator%s.
Confirmation code:
Enter the code exactly as it appears. All letters are case insensitive, there is no zero.
   

Topic review - A question
Author Message
  Post subject:  Re: A question (on groebner command)  Reply with quote
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]
Post Posted: Thu Aug 11, 2005 8:34 pm
  Post subject:  A question  Reply with 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 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
Post Posted: Thu Aug 11, 2005 5:32 pm


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