Changeset 3754ca in git for Singular/LIB/classify.lib


Ignore:
Timestamp:
Apr 15, 2009, 1:28:08 PM (15 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
a6606e6cba9689ecbcc4e27ac00fb8c1deabd128
Parents:
40c648539a84cb2dc36e46b6b6c84deeb21e393b
Message:
minor textual changes prior to 3-1-0


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/classify.lib

    r40c648 r3754ca  
    11// KK,GMG last modified: 17.12.00
    22///////////////////////////////////////////////////////////////////////////////
    3 version  = "$Id: classify.lib,v 1.55 2009-01-14 16:07:03 Singular Exp $";
     3version  = "$Id: classify.lib,v 1.56 2009-04-15 11:11:11 seelisch Exp $";
    44category="Singularities";
    55info="
     
    1313PROCEDURES:
    1414 basicinvariants(f); computes Milnor number, determinacy-bound and corank of
    15  classify(f);        normal form of poly f determined with Arnold's method
     15 classify(f);        normal form of polynomial f determined with Arnold's method
    1616 corank(f);          computes the corank of f (i.e. of the Hessian of f)
    1717 Hcode(v);           coding of intvec v acoording to the number repetitions
    1818 init_debug([n]);    print trace and debugging information depending on int n
    1919 internalfunctions();display names of internal procedures of this library
    20  milnorcode(f[,e]);  Hilbert poly of [e-th] Milnor algebra coded with Hcode
     20 milnorcode(f[,e]);  Hilbert polynomial of [e-th] Milnor algebra coded with Hcode
    2121 morsesplit(f);      residual part of f after applying the splitting lemma
    2222 quickclass(f)       normal form of f determined by invariants (milnorcode)
     
    6262REMARK:   This version of classify is only beta. Please send bugs and
    6363          comments to: \"Kai Krueger\" <krueger@mathematik.uni-kl.de> @*
    64           Be sure to have at least Singular version 1.0.1. Updates can be
     64          Be sure to have at least @sc{Singular} version 1.0.1. Updates can be
    6565          found at: @*
    6666          URL=http://www.mathematik.uni-kl.de/~krueger/Singular/
Note: See TracChangeset for help on using the changeset viewer.