Changeset 7497ef3 in git


Ignore:
Timestamp:
Oct 23, 2001, 12:26:24 PM (23 years ago)
Author:
Gerhard Pfister <pfister@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
3b1a83cc8c991db71ea6a548ef68a51a2789745b
Parents:
a3bc95e10500bd528426f85f773991263d42826f
Message:
Bug bei genus gefixed


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

Legend:

Unmodified
Added
Removed
  • Singular/LIB/normal.lib

    ra3bc95e r7497ef3  
    11///////////////////////////////////////////////////////////////////////////////
    2 version="$Id: normal.lib,v 1.36 2001-08-27 14:47:56 Singular Exp $";
     2version="$Id: normal.lib,v 1.37 2001-10-23 10:26:24 pfister Exp $";
    33category="Commutative Algebra";
    44info="
     
    14271427       iloc=vdim(std(I1));
    14281428       if(iglob==iloc)  // only cusps and nodes outside 0
    1429        { 
    1430           I=imap(newR,I);
    1431           tauloc=vdim(std(I+jacob(I)));
     1429       {
    14321430          setring newR;
     1431          tau=vdim(std(I+jacob(I)));
    14331432          inv=deltaLoc(I[1],maxideal(1));
    14341433          delta=inv[1];
    1435           tau=inv[2];
     1434          tauloc=inv[2];
    14361435          nodes=tau-tauloc-2*cusps;
    14371436          nbranch=inv[3]+ 2*nodes+cusps;         
     
    14491448              nbranch=nbranch+inv[3];
    14501449           }
    1451            nodes=tau-tauloc-2*cusps;
    14521450           tau=vdim(std(I+jacob(I)));
     1451
     1452           nodes=tau-tausing-2*cusps;
    14531453           delta=delta+nodes+cusps; 
    14541454           nbranch=nbranch+2*nodes+cusps;           
     
    15551555 
    15561556      list NP=newton(g);
     1557
    15571558      int s=size(NP);
    15581559      int nN=-NP[1][2]-NP[s][1]+1;  // computation of the Newton-number
     
    19131914ideal i=y40+y13x+x4y5+x3*(x+1)^2;
    19141915
    1915 ring r=0,(x,y),dp;  //genus 55
     1916ring r=0,(x,y),dp;  //genus 4
    19161917ideal i=((x2+y3)^2+xy6)*((x3+y2)^2+x10y);
    19171918
Note: See TracChangeset for help on using the changeset viewer.