Changeset 5dfbc0 in git for Singular/LIB/gaussman.lib


Ignore:
Timestamp:
Mar 26, 2002, 1:57:54 PM (22 years ago)
Author:
Mathias Schulze <mschulze@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
de5e1f11e9fa5c043be9dec05346d19b93e8464d
Parents:
59ae1aa360a3b000570684099ba58f4ab87bf691
Message:
*** empty log message ***


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/gaussman.lib

    r59ae1a r5dfbc0  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: gaussman.lib,v 1.79 2002-03-20 19:55:38 mschulze Exp $";
     2version="$Id: gaussman.lib,v 1.80 2002-03-26 12:57:54 mschulze Exp $";
    33category="Singularities";
    44
     
    2222 vfilt(t);                  V-filtration of t on Brieskorn lattice
    2323 vwfilt(t);                 weighted V-filtration of t on Brieskorn lattice
    24  tmatrix(t);                C{{s}}-matrix of t on Brieskorn lattice
     24 tmatrix(t);                C[[s]]-matrix of t on Brieskorn lattice
    2525 endvfilt(V);               endomorphism V-filtration on Jacobian algebra
    2626 spprint(sp);               print spectrum sp
     
    121121  int gmsmaxdeg;  maximal weight of variables
    122122@end format
    123 NOTE:     gmsbasis is a C{{s}}-basis of H'' and [t,s]=s^2
     123NOTE:     gmsbasis is a C[[s]]-basis of H'' and [t,s]=s^2
    124124KEYWORDS: singularities; Gauss-Manin connection; Brieskorn lattice
    125125EXAMPLE:  example gmsring; shows examples
     
    219219@format
    220220list nf;
    221   ideal nf[1];  projection of p to C{{s}}*gmsbasis mod s^(K+1)
     221  ideal nf[1];  projection of p to C[[s]]*gmsbasis mod s^(K+1)
    222222  ideal nf[2];  p==nf[1]+nf[2]
    223223@end format
     
    299299@format
    300300list l;
    301   matrix l[1];  C{{s}}-basis representation of p mod s^(K+1)
     301  matrix l[1];  C[[s]]-basis representation of p mod s^(K+1)
    302302  ideal l[2];  p==matrix(gmsbasis)*l[1]+l[2]
    303303@end format
     
    10711071RETURN:
    10721072@format
    1073 list A;  C{{s}}-matrix A[1]+s*A[2] of t on H''
     1073list A;  C[[s]]-matrix A[1]+s*A[2] of t on H''
    10741074  matrix A[1];
    10751075  matrix A[2];
Note: See TracChangeset for help on using the changeset viewer.