Changeset e1b841 in git for Singular/LIB/realclassify.lib
- Timestamp:
- Jan 7, 2012, 12:42:56 AM (12 years ago)
- Branches:
- (u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
- Children:
- 5abb0e7fdca82a2bad9778e410148c74d7b49a0b
- Parents:
- f1cfef36a45967a6dc88672e6efc050bf9c592b1
- git-author:
- Andreas Steenpass <steenpass@mathematik.uni-kl.de>2012-01-07 00:42:56+01:00
- git-committer:
- Andreas Steenpass <steenpass@mathematik.uni-kl.de>2012-08-02 18:26:50+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/realclassify.lib
rf1cfef re1b841 9 9 OVERVIEW: 10 10 A library for classifying isolated hypersurface singularities over the reals 11 w.r.t. right 12 equivalence, based on the determinator of singularities by V.I. Arnold. 13 This library is based on classify.lib by Kai Krueger, but handles the real 14 case, while classify.lib does the complex classification. 11 w.r.t. right equivalence, based on the determinator of singularities by 12 V.I. Arnold. This library is based on classify.lib by Kai Krueger, but 13 handles the real case, while classify.lib does the complex classification. 14 15 REFERENCES: 16 Arnold, Varchenko, Gusein-Zade: Singularities of Differentiable Maps. 17 Vol. 1: The classification of critical points caustics and wave fronts. 18 Birkh\"auser, Boston 1985 19 20 Greuel, Lossen, Shustin: Introduction to singularities and deformations. 21 Springer, Berlin 2007 15 22 16 23 PROCEDURES: … … 31 38 RETURN: A list containing (in this order) 32 39 @* - the type of the singularity as a string, 33 @* - the normal form as well as40 @* - the normal form, 34 41 @* - the corank, the Milnor number, the inertia index and 35 42 a bound for the determinacy as integers. … … 778 785 "EXAMPLE:"; 779 786 echo = 2; 780 LIB "realclassify.lib";781 787 ring r = 0, (x,y,z), ds; 782 788 poly f = (x2+3y-2z)^2+xyz-(x-y3+x2z3)^3; … … 1006 1012 "EXAMPLE:"; 1007 1013 echo = 2; 1008 LIB "realclassify.lib";1009 1014 ring r = 0, (x,y,z), ds; 1010 1015 poly f = (x2+3y-2z)^2+xyz-(x-y3+x2z3)^3; … … 1053 1058 "EXAMPLE:"; 1054 1059 echo = 2; 1055 LIB "realclassify.lib";1056 1060 ring r = 0, (x,y), ds; 1057 1061 poly f = x3+y4; … … 1145 1149 "EXAMPLE:"; 1146 1150 echo = 2; 1147 LIB "realclassify.lib";1148 1151 ring r = 0, (x,y), ds; 1149 1152 poly f = x3+xy3;
Note: See TracChangeset
for help on using the changeset viewer.