Top
Back: dec1var
Forward: splitting
FastBack: homolog_lib
FastForward: mregular_lib
Up: mprimdec_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: Index
About: About this document

D.4.4.8 annil

Procedure from library mprimdec.lib (see 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: dec1var Forward: splitting FastBack: homolog_lib FastForward: mregular_lib Up: mprimdec_lib Top: Singular 2-0-4 Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 2-0-4, May 2003, generated by texi2html.