Top
Back: D.5.1.9 quickclass
Forward: D.5.1.11 swap
FastBack: Appendix D SINGULAR libraries
FastForward: E Release Notes
Up: D.5.1 classify_lib
Top: 1 Preface
Contents: Table of Contents
Index: F Index
About: About This Document

D.5.1.10 singularity

Procedure from library classify.lib (see section classify_lib).

Usage:

singularity(t, l); t=string (name of singularity),
l=list of integers/polynomials (indices/parameters of singularity)

Compute:

get the singularity named by type t from the database. list l is as follows:
l= k [,r [,s [,a [,b [,c [,d]..]: k,r,s=int a,b,c,d=poly.
The name of the dbm-database file is: NFlist.[dir,pag]. The file is found in the current directory. If it does not exist, please run the script MakeDBM first.

Return:

Normal form and corank of the singularity named by type t and its index (indices) l.

Example:

LIB "classify.lib";
ring r=0,(x,y,z),(c,ds);
init_debug(0);
singularity("E[6k]",6);
→ [1]:
→    x3+xy13+y19
→ [2]:
→    2
singularity("T[k,r,s]", 3, 7, 5);
→ [1]:
→    x3+xyz+z5+y7
→ [2]:
→    3
poly f=y;
singularity("J[k,r]", 4, 0, 0, f);
→ [1]:
→    x3+x2y4+y13
→ [2]:
→    2

Top Back: D.5.1.9 quickclass Forward: D.5.1.11 swap FastBack: Appendix D SINGULAR libraries FastForward: E Release Notes Up: D.5.1 classify_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.