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 - Integral Closure of an ideal
Author Message
  Post subject:   Reply with quote
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
Post Posted: Thu Sep 22, 2005 7:40 pm
  Post subject:  Integral Closure of an ideal  Reply with quote
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
Post Posted: Thu Aug 11, 2005 5:31 pm


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