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 - Hilbert-Samuel functions
Author Message
  Post subject:   Reply with quote
Singular has a command which computes the numerator Q(t) for the Hilbert-Poincare series (the denominator is (1-t)^n,
n the number of variables):

Code:
ring A=0,(t,x,y,z),ds;
ideal I=x5y2,x3,y3,xy4,xy7;
intvec v = hilb(std(I),1);
v;
//-> 1,0,0,-2,0,0,1,0


The latter output has to be interpreted as follows:
if v= (v0, ... , vd, 0) then Q(t) = sum_{i=0}^{d} vi t^i.

More details can be found in the book
G.-M. Greuel / G. Pfister http://www.mathematik.uni-kl.de/%7Epfister/Artikel/buchGMG.ps.gz: A Singular Introduction to Commutative Algebra, Springer 2002 second edition 2007 (pages 315 ff).
Post Posted: Mon Mar 30, 2009 9:32 pm
  Post subject:  Hilbert-Samuel functions  Reply with quote
Hi! Let (R,m) be a Noetherian local ring. I just wonder if there is any SINGULAR codes that can compute the Poincare series of the Hilbert-Samuel functions for m-primary ideals. Thanks.
Post Posted: Fri Aug 29, 2008 12:05 am


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