Top
Back: spcurve_lib
Forward: CMtype
FastBack: sing_lib
FastForward: spectrum_lib
Up: spcurve_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.6.14.1 isCMcod2

Procedure from library spcurve.lib (see spcurve_lib).

Usage:
isCMcod2(i); i an ideal

Return:
presentation matrix of i, if i is Cohen-Macaulay of codimension 2
a zero matrix otherwise

Example:
 
LIB "spcurve.lib";
ring r=32003,(x,y,z),ds;
ideal i=xz,yz,x^3-y^4;
print(isCMcod2(i));
==> -y,-x2,
==> x, y3, 
==> 0, z   


Top Back: spcurve_lib Forward: CMtype FastBack: sing_lib FastForward: spectrum_lib Up: spcurve_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 3-1-2, Oct 2010, generated by texi2html.