Changeset e1b841 in git for Singular/LIB/realclassify.lib


Ignore:
Timestamp:
Jan 7, 2012, 12:42:56 AM (12 years ago)
Author:
Andreas Steenpass <steenpass@…>
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
Message:
update documentation for parallel.lib and realclassify.lib
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/realclassify.lib

    rf1cfef re1b841  
    99OVERVIEW:
    1010   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
     15REFERENCES:
     16Arnold, Varchenko, Gusein-Zade: Singularities of Differentiable Maps.
     17Vol. 1: The classification of critical points caustics and wave fronts.
     18Birkh\"auser, Boston 1985
     19
     20Greuel, Lossen, Shustin: Introduction to singularities and deformations.
     21Springer, Berlin 2007
    1522
    1623PROCEDURES:
     
    3138RETURN:   A list containing (in this order)
    3239          @* - the type of the singularity as a string,
    33           @* - the normal form as well as
     40          @* - the normal form,
    3441          @* - the corank, the Milnor number, the inertia index and
    3542               a bound for the determinacy as integers.
     
    778785  "EXAMPLE:";
    779786  echo = 2;
    780   LIB "realclassify.lib";
    781787  ring r = 0, (x,y,z), ds;
    782788  poly f = (x2+3y-2z)^2+xyz-(x-y3+x2z3)^3;
     
    10061012  "EXAMPLE:";
    10071013  echo = 2;
    1008   LIB "realclassify.lib";
    10091014  ring r = 0, (x,y,z), ds;
    10101015  poly f = (x2+3y-2z)^2+xyz-(x-y3+x2z3)^3;
     
    10531058  "EXAMPLE:";
    10541059  echo = 2;
    1055   LIB "realclassify.lib";
    10561060  ring r = 0, (x,y), ds;
    10571061  poly f = x3+y4;
     
    11451149  "EXAMPLE:";
    11461150  echo = 2;
    1147   LIB "realclassify.lib";
    11481151  ring r = 0, (x,y), ds;
    11491152  poly f = x3+xy3;
Note: See TracChangeset for help on using the changeset viewer.