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