Top
Back: modality
Forward: prepRealclassify
FastBack:
FastForward:
Up: classify_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.6.4.16 complexSingType

Procedure from library classify.lib (see classify_lib).

Usage:
complexSingType(f); f poly

Return:
the type of the singularity as a string

Example:
 
LIB "classify.lib";
ring r = 0, (x,y,z), ds;
poly f = (x2+3y-2z)^2+xyz-(x-y3+x2z3)^3;
complexSingType(f);
==> D[4]


Top Back: modality Forward: prepRealclassify FastBack: FastForward: Up: classify_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.3.2, 2023, generated by texi2html.