Changeset 471d0cf in git for Singular/LIB


Ignore:
Timestamp:
Mar 30, 2009, 1:56:03 PM (15 years ago)
Author:
Alexander Dreyer <dreyer@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38077648e7239f98078663eb941c3c979511150a')
Children:
3cc9dd65b81fdfcf2ee73067b26d8e81b3b7ed29
Parents:
c6512c014a0813cb992533ab4dd571597c561ea4
Message:
Commiting Anne's changes


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/reszeta.lib

    rc6512c r471d0cf  
    11//////////////////////////////////////////////////////////////////////////////
    2 version="$Id: reszeta.lib,v 1.12 2008-10-06 17:04:28 Singular Exp $";
     2version="$Id: reszeta.lib,v 1.13 2009-03-30 11:56:03 dreyer Exp $";
    33category="Commutative Algebra";
    44info="
    5 LIBRARY:  reszeta.lib       Zeta-function of Denef and Loeser
     5LIBRARY:  reszeta.lib       topological Zeta-function and
     6                            some other applications of desingularization
    67
    78AUTHORS:  A. Fruehbis-Krueger,  anne@mathematik.uni-kl.de,
     
    17461747proc zetaDL(list re,int d,list #)
    17471748"USAGE:   zetaDL(L,d[,s1][,s2][,a]);
    1748 @*        L     = list of rings
    1749 @*        d     = integer
    1750 @*        s1,s2 = string
    1751 @*        a     = integer
     1749          L     = list of rings;
     1750          d     = integer;
     1751          s1,s2 = string;
     1752          a     = integer
    17521753ASSUME:   L is the output of resolution of singularities
    17531754COMPUTE:  local Denef-Loeser zeta function, if string s1 is present and
     
    17581759RETURN:   list l
    17591760          if a is not present:
    1760           l[1]: string specifying the Denef-Loeser zeta function
     1761          l[1]: string specifying the top. zeta function
    17611762          l[2]: string specifying characteristic polynomial of monodromy,
    17621763                if "A" was specified
    1763           if a is present
    1764           l[1]: string specifying the Denef-Loeser zeta function
     1764          if a is present:
     1765          l[1]: string specifying the top. zeta function
    17651766          l[2]: list ast,
    17661767                     ast[1]=chi(Ei^*)
     
    20662067   ideal I=x2+y2+z11;
    20672068   list L=resolve(I);
    2068    abstractR(L);
     2069   list absR=abstractR(L);
     2070   absR[1];
     2071   absR[2];
    20692072}
    20702073//////////////////////////////////////////////////////////////////////////////
     
    32963299   iden=tmpiden;                      // store the modified divisor list
    32973300   kill tmpiden;                      // and clean up temporary objects
    3298 iden;
    32993301//---------------------------------------------------------------------------
    33003302// Now we have decomposed everything into irreducible components over Q,
     
    44294431//the curve the total transform is n.c.
    44304432//this occurs here in r[2][5]
    4431    list re=resolve(I,1);
     4433   list re=resolve(I);
    44324434   list di=collectDiv(re);
    4433    di;
     4435   di[1];
     4436   di[2];
    44344437}
    44354438//////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.