Top
Back: D.4.4.7 dec1var
Forward: D.4.4.9 splitting
FastBack: Appendix D SINGULAR libraries
FastForward: E Release Notes
Up: D.4.4 mprimdec_lib
Top: 1 Preface
Contents: Table of Contents
Index: F Index
About: About This Document

D.4.4.8 annil

Procedure from library mprimdec.lib (see section mprimdec_lib).

Usage:

annil(N); module N

Return:

ideal ann=std(quotient(N,freemodule(nrows(N))));
the annihilator of M/N in the basering

Note:

ann is a std basis in the basering

Example:

LIB "mprimdec.lib";
ring r=0,(x,y,z),dp;
module N=x*gen(1), y*gen(2);
ideal ann=annil(N);
ann;
→ ann[1]=xy

Top Back: D.4.4.7 dec1var Forward: D.4.4.9 splitting FastBack: Appendix D SINGULAR libraries FastForward: E Release Notes Up: D.4.4 mprimdec_lib Top: 1 Preface Contents: Table of Contents Index: F Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texinfo.