Changeset 3d276d in git for Singular/LIB/classify.lib


Ignore:
Timestamp:
Jul 30, 1999, 12:38:00 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
0914249ec3414c61666a68fde6a8c2bb3babd2d2
Parents:
4e425a8850e76a2036f9ec9be21a013fdb261e14
Message:
* cosmetical changes to adapt to new schem for parsing help strings


git-svn-id: file:///usr/local/Singular/svn/trunk@3388 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/classify.lib

    r4e425a r3d276d  
    1 // $Id: classify.lib,v 1.35 1999-07-07 16:38:23 obachman Exp $
     1// $Id: classify.lib,v 1.36 1999-07-30 10:37:55 obachman Exp $
    22// KK, last modified: 04.04.1998
    33///////////////////////////////////////////////////////////////////////////////
    44
    5 version  = "$Id: classify.lib,v 1.35 1999-07-07 16:38:23 obachman Exp $";
     5version  = "$Id: classify.lib,v 1.36 1999-07-30 10:37:55 obachman Exp $";
    66info="
    77LIBRARY:  classify.lib  PROCEDURES FOR THE ARNOLD-CLASSIFIER OF SINGULARITIES
     
    2626singularity(s,[]);   normal form of singularity given by its name s and index
    2727swap (a,b);          returns b,a
    28 tschirnhaus(f,v);    Tschirnhaus transformation of f w.r.t. variable v
    2928A_L(s/f)             shortcut for quickclass(f) or normalform(s)
    3029normalform(s);       normal form of singularity given by its name s
     
    28652864
    28662865///////////////////////////////////////////////////////////////////////////////
    2867 proc internalfunctions
     2866proc internalfunctions()
    28682867"USAGE:   internalfunctions();
    28692868RETURN:  nothing, display names of internal procedures of classify.lib
     
    28712870{ "   Internal functions for the classification using Arnold's method,";
    28722871 "   the function numbers correspond to numbers in Arnold's classifier:";
    2873  "Klassifiziere(poly f);             determine the type of the singularity f
     2872 "Klassifiziere(poly f);        determine the type of the singularity f
    28742873  Funktion1bis (poly f, list cstn)
    28752874  Funktion3 (poly f, list cstn)
     
    29172916  "   Internal functions providing tools:
    29182917  ReOrder(poly f)
    2919   Singularitaet (string typ,int k,int r,int s,poly a,poly b,poly c,poly d)
     2918  Singularitaet(string typ,int k,int r,int s,poly a,poly b,poly c,poly d)
    29202919  RandomPolyK
    2921   Faktorisiere(poly f, poly g, int p, int k)     compute g = (ax+by^k)^p
     2920  Faktorisiere(poly f, poly g, int p, int k)   compute g = (ax+by^k)^p
    29222921  Teile(poly f, poly g);                  Teilt f durch g.
    29232922  GetRf(poly f, int n);
     
    29282927  ";
    29292928}
     2929example
     2930{
     2931  "EXAMPLE"; echo=2;
     2932  internalfunctions();
     2933}
     2934
    29302935///////////////////////////////////////////////////////////////////////////////
    29312936// E n d   O f   F i l e
Note: See TracChangeset for help on using the changeset viewer.