Top
Back: primdecEHV
Forward: elim_lib
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.14 compareLists

Procedure from library ehv.lib (see ehv_lib).

Usage:
checkLists(L,K); L,K list of ideals

Return:
integer, 1 if the lists are the same up to ordering and 0 otherwise

Example:
 
LIB "ehv.lib";
ring  r = 0,(x,y),dp;
ideal i = x2,xy;
list L1 = primdecGTZ(i);
list L2 = primdecEHV(i);
compareLists(L1,L2);
==> 1

Top Back: primdecEHV Forward: elim_lib 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.