Top
Back: D.5.9 spcurve_lib
Forward: D.5.9.2 CMtype
FastBack: Appendix D SINGULAR libraries
FastForward: E Release Notes
Up: D.5.9 spcurve_lib
Top: 1 Preface
Contents: Table of Contents
Index: F Index
About: About This Document

D.5.9.1 isCMcod2

Procedure from library spcurve.lib (see section 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: D.5.9 spcurve_lib Forward: D.5.9.2 CMtype FastBack: Appendix D SINGULAR libraries FastForward: E Release Notes Up: D.5.9 spcurve_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.