Synopsis:
The result is the ideal obtained by first extending to the localized ring and then contracting back to the original ring.
i1 : R = ZZ/(101)[x,y]; |
i2 : I = ideal (x^2,x*y); |
i3 : P1 = ideal (x); |
i4 : localize(I,P1) |
i5 : P2 = ideal (x,y); |
i6 : localize(I,P2) |
i7 : R = ZZ/31991[x,y,z]; |
i8 : I = ideal(x^2,x*z,y*z); |
i9 : P1 = ideal(x,y); |
i10 : localize(I,P1) |
i11 : P2 = ideal(x,z); |
i12 : localize(I,P2) |
Caveat:
Author and maintainer: C. Yackel, cyackel@math.indiana.edu. Last modified June 2000.
See also: