The method used is described in Vasconcelos’ book, Computational methods in commutative algebra and algebraic geometry, Springer, section 6.6. Basically, one first computes the Rees Algebra of the ideal, and then one reads off the integral closure of any of the powers of the ideal, using linear algebra.
S = ZZ/32003[a,b,c]; |
F = a^2*b^2*c+a^3+b^3+c^3 |
J = ideal jacobian ideal F |
time integralClosure J |
time integralClosure(J, Strategy=>{RadicalCodim1}) |
integralClosure(J,2) |