Top
Back: D.5.8.1 deform
Forward: D.5.8.3 is_active
FastBack: Appendix D SINGULAR libraries
FastForward: E Release Notes
Up: D.5.8 sing_lib
Top: 1 Preface
Contents: Table of Contents
Index: F Index
About: About This Document

D.5.8.2 dim_slocus

Procedure from library sing.lib (see sing_lib).

Usage:

dim_slocus(i); i ideal or poly

Return:

dimension of singular locus of i

Example:

LIB "sing.lib";
ring r  = 32003,(x,y,z),ds;
ideal i = x5+y6+z6,x2+2y2+3z2;
dim_slocus(i);
→ 0

Top Back: D.5.8.1 deform Forward: D.5.8.3 is_active FastBack: Appendix D SINGULAR libraries FastForward: E Release Notes Up: D.5.8 sing_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 texi2html.