Top
Back: D.4.7.9 equiRadical
Forward: D.4.7.11 equidim
FastBack: D. SINGULAR libraries
FastForward: E. Release Notes
Up: D.4.7 primdec_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

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

Top Back: D.4.7.9 equiRadical Forward: D.4.7.11 equidim FastBack: D. SINGULAR libraries FastForward: E. Release Notes Up: D.4.7 primdec_lib Top: Singular 2-0-4 Manual Contents: Table of Contents Index: F. Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texi2html.