Top
Back: removeComponent
Forward: equiRadEHV
FastBack: cisimplicial_lib
FastForward: elim_lib
Up: ehv_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.4.5.3 AssOfDim

Procedure from library ehv.lib (see ehv_lib).

Usage:
AssOfDim(I,e); I ideal, e integer

Return:
ideal, such that the associated primes are exactly
the associated primes of I having dimension e

Example:
 
LIB "ehv.lib";
ring  r = 0,(x,y,z),dp;
ideal I = intersect(ideal(z),ideal(x,y),ideal(x2,z2),ideal(x5,y5,z5));
AssOfDim(I,1);
==> _[1]=yz
==> _[2]=xz
==> _[3]=x2


Top Back: removeComponent Forward: equiRadEHV FastBack: cisimplicial_lib FastForward: elim_lib Up: ehv_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-7, Aug 2013, generated by texi2html.