D.4.7.10 prepareAss
...................
Procedure from library primdec.lib (see primdec_lib).

Usage:
prepareAss(i); i ideal

Return:
list, the radicals of the maximal dimensional components of i.

Note:
Uses algorithm of Eisenbud/Huneke/Vasconcelos.

Example:
LIB "primdec.lib";
ring  r = 0,(x,y,z),dp;
poly  p = z2+1;
poly  q = z3+2;
ideal i = p*q^2,y-z2;
list pr = prepareAss(i);
pr;
==> [1]:
==>    _[1]=z2-y
==>    _[2]=y2z+yz+2y+2

<font size="-1">
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; User manual for <a href="http://www.singular.uni-kl.de/"><i>Singular</i></a> version 2-0-4, October 2002,
generated by <a href="http://www.gnu.org/software/texinfo/"><i>texi2html</i></a>.
</font>

</body>
</html>
