Top
Back: D.5.9.1 isCMcod2
Forward: D.5.9.3 matrixT1
FastBack: D. SINGULAR libraries
FastForward: E. Release Notes
Up: D.5.9 spcurve_lib
Top: Singular 2-0-4 Manual
Contents: Table of Contents
Index: F. Index
About: About This Document

D.5.9.2 CMtype

Procedure from library spcurve.lib (see spcurve_lib).

Usage:

CMtype(i); i an ideal, CM of codimension 2

Return:

Cohen-Macaulay type of i (integer)
(-1, if i is not Cohen-Macaulay of codimension 2)

Example:

 
LIB "spcurve.lib";
ring r=32003,(x,y,z),ds;
ideal i=xy,xz,yz;
CMtype(i);
→ 2

Top Back: D.5.9.1 isCMcod2 Forward: D.5.9.3 matrixT1 FastBack: D. SINGULAR libraries FastForward: E. Release Notes Up: D.5.9 spcurve_lib Top: Singular 2-0-4 Manual Contents: Table of Contents Index: F. Index About: About This Document
            User manual for Singular version 2-0-4, October 2002, generated by texi2html.