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 - The difference between my book and Singular.
Author Message
  Post subject:  Re: The difference between my book and Singular.  Reply with quote
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.
Post Posted: Sun Feb 14, 2010 9:28 pm
  Post subject:  The difference between my book and Singular.  Reply with quote
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
Post Posted: Fri Feb 05, 2010 8:20 pm


It is currently Fri May 13, 2022 11:06 am
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group