Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: Integral Closure of an ideal
PostPosted: Thu Aug 11, 2005 5:31 pm 
Hi there,
does anybody know wether there is a procedure to compute the integral closure of an ideal I in a given ring R? (It consists of all ring elements which are the solution of an equation
t^n + a_1 t^(n-1) + ... + a_n = 0
with a_k in I^k.)Thanks in advance,
Konrad


email: konrad@mathematik.uni-mainz.de
Posted in old Singular Forum on: 2002-09-17 14:02:05+02


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: Thu Sep 22, 2005 7:40 pm 

Joined: Wed Sep 21, 2005 1:27 pm
Posts: 10
Location: Kaiserslautern, Germany
Dear Konrad,

the integral closure of an ideal is computed by the
procedure normalI in reesclos.lib.

Example:
LIB"reesclos.lib";
ring R=0,(x,y),dp;
ideal I = x2,xy4,y5;
list J = normalI(I);
J;
//-> [1]:
//-> _[1]=x2
//-> _[2]=y5
//-> _[3]=-xy3

Note that xy^3 satisfies the equation (xy^3)^3-x^2*y^5*xy^4
where the second summand is in I^3.

Christoph

email: lossen@mathematik.uni-kl.de
Posted in old Singular Forum on: 2002-09-30 11:25:53+02


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