Changeset c18197 in git


Ignore:
Timestamp:
Apr 22, 2005, 5:14:40 PM (18 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
492b694ff4ece8ce29a8d09b598f9c12148165cf
Parents:
4cbc5ceffa0f85447976860db8ddca026a1c1926
Message:
*hannes: keywords, example fixed


git-svn-id: file:///usr/local/Singular/svn/trunk@7871 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
Singular/LIB
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/LIB/alexpoly.lib

    r4cbc5c rc18197  
    2727KEYWORDS: Hamburger-Noether expansion; Puiseux expansion; curve singularities;
    2828          topological invariants; Alexander polynomial; resolution graph;
    29           total multiplicities; equsingular Tjurina number
     29          total multiplicities; equisingular Tjurina number
    3030";
    3131
     
    12511251RETURN:      intmat, the matrix intersection multiplicities of the branches
    12521252SEE ALSO:    invariants, resolutiongraph, totalmultiplicities, semigroup
    1253 KEYWORDS:    contact matrix, characteristic exponents, intersection multiplicity, topological invariants
     1253KEYWORDS:    contact matrix; characteristic exponents; intersection multiplicity; topological invariants
    12541254EXAMPLE:     example charexp2inter;   shows an example"
    12551255{
     
    13211321NOTE:        If the curve singularity is smooth, the conductor is zero.
    13221322SEE ALSO:    invariants, resolutiongraph, totalmultiplicities, semigroup
    1323 KEYWORDS:    conductor, characteristic exponents; multiplicity sequence; topological invariants
     1323KEYWORDS:    conductor; characteristic exponents; multiplicity sequence; topological invariants
    13241324EXAMPLE:     example charexp2conductor;   shows an example"
    13251325{
     
    15881588"USAGE:      euclidseq(a,b),  a,b integers
    15891589RETURN:      intvec,  the divisors in the euclidean alogrithm with multiplicities
    1590 KEYWORDS:    Euclidean algorithm, multiplicity sequence
     1590KEYWORDS:    Euclidean algorithm; multiplicity sequence
    15911591NOTE :       This procedure is for internal use only; it is called by charexp2multseq.
    15921592"
  • Singular/LIB/finvar.lib

    r4cbc5c rc18197  
    11// last change: 98/11/05
    22///////////////////////////////////////////////////////////////////////////////
    3 version="$Id: finvar.lib,v 1.32 2001-02-02 16:28:58 mschulze Exp $"
     3version="$Id: finvar.lib,v 1.33 2005-04-22 15:14:40 Singular Exp $"
    44category="Invariant theory";
    55info="
     
    23422342         molien(L[2..size(L)],newring);
    23432343         matrix P=primary_charp(L[1],newring);
    2344          if(system("with","Namespaces")) { kill Top::`newring`; }
     2344         //if(system("with","Namespaces")) { kill Top::`newring`; }
    23452345         kill `newring`;
    23462346         print(P);
     
    34833483         molien(L[2..size(L)],newring);
    34843484         matrix P=primary_charp_random(L[1],newring,1);
    3485          if(system("with","Namespaces")) { kill Top::`newring`; }
     3485         //if(system("with","Namespaces")) { kill Top::`newring`; }
    34863486         kill `newring`;
    34873487         print(P);
Note: See TracChangeset for help on using the changeset viewer.