Changeset 057c22e in git for Singular/LIB/gaussman.lib


Ignore:
Timestamp:
Jan 10, 2001, 6:42:26 PM (23 years ago)
Author:
Mathias Schulze <mschulze@…>
Branches:
(u'spielwiese', '6e5adcba05493683b94648c659a729c189812c77')
Children:
02335e2ac54bed920c310fe5e42c2800af0f08c1
Parents:
b3aea86a1fb9d3915af5359c7372b0f10775641c
Message:
*** empty log message ***


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/gaussman.lib

    rb3aea8 r057c22e  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: gaussman.lib,v 1.23 2001-01-10 13:14:46 mschulze Exp $";
     2version="$Id: gaussman.lib,v 1.24 2001-01-10 17:42:26 mschulze Exp $";
    33category="Singularities";
    44
     
    145145"USAGE:    monodromy(f[,mode]); poly f, int mode[=1]
    146146ASSUME:   basering has local ordering, f has isolated singularity at 0
     147RETURN:
    147148@format
    148 RETURN:   if mode=0:
     149          if mode=0:
    149150            matrix M: exp(-2*pi*i*M) is a monodromy matrix of f
    150151          if mode=1:
     
    387388"USAGE:    vfiltration(f[,mode]); poly f, int mode[=1]
    388389ASSUME:   basering has local ordering, f has isolated singularity at 0
     390RETURN:
    389391@format
    390 RETURN:   list l:
     392          list l:
    391393          if mode=0 or mode=1:
    392394            ideal l[1]: spectral numbers in increasing order
     
    764766"USAGE:   vfiltjacalg(vfiltration(f)); poly f
    765767ASSUME:  basering has local ordering, f has isolated singularity at 0
     768RETURN:
    766769@format
    767 RETURN:  list l:
     770         list l:
    768771           ideal l[1]: spectral numbers of the V-filtration
    769772                       on the Jacobian algebra in increasing order
Note: See TracChangeset for help on using the changeset viewer.