i1 : R = ZZ/101[a..d]; |
i2 : I = ideal(a*b-c*d, (a*c-b*d)^2); |
i3 : primaryDecomposition I |
To obtain the associated prime ideals corresponding to the primary components returned by primaryDecomposition use the function ass. The first entry in the list given by ass is the radical of the first entry in the list given by primary decomposition.
i4 : primaryDecomposition(I, Strategy => EHV) |