Top
Back: minSatMod
Forward: stdModulesEqual
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.17 specialModulesEqual

Procedure from library mprimdec.lib (see mprimdec_lib).

Usage:
specialModulesEqual(N1, N2) N1, N2 standard bases of modules, s.th. N1 is contained in N2 or vice versa

Return:
int i
if (N1==N2) then i=1
else i=0

Example:
 
LIB "mprimdec.lib";
ring  r = 0,(x,y,z),dp;
module N1=x*freemodule(2);
module N2=xy*freemodule(2);
int i=specialModulesEqual(N1,N2);
i;
==> 0
N2=N1;
i=specialModulesEqual(N1,N2);
i;
==> 1


Top Back: minSatMod Forward: stdModulesEqual 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.