Top
Back: deform
Forward: is_active
FastBack:
FastForward:
Up: sing_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.6.20.3 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: deform Forward: is_active FastBack: FastForward: Up: sing_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.1, 2022, generated by texi2html.