Changeset 7497ef3 in git
- Timestamp:
- Oct 23, 2001, 12:26:24 PM (22 years ago)
- Branches:
- (u'spielwiese', 'f6c3dc58b0df4bd712574325fe76d0626174ad97')
- Children:
- 3b1a83cc8c991db71ea6a548ef68a51a2789745b
- Parents:
- a3bc95e10500bd528426f85f773991263d42826f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/normal.lib
ra3bc95e r7497ef3 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: normal.lib,v 1.3 6 2001-08-27 14:47:56 Singular Exp $";2 version="$Id: normal.lib,v 1.37 2001-10-23 10:26:24 pfister Exp $"; 3 3 category="Commutative Algebra"; 4 4 info=" … … 1427 1427 iloc=vdim(std(I1)); 1428 1428 if(iglob==iloc) // only cusps and nodes outside 0 1429 { 1430 I=imap(newR,I); 1431 tauloc=vdim(std(I+jacob(I))); 1429 { 1432 1430 setring newR; 1431 tau=vdim(std(I+jacob(I))); 1433 1432 inv=deltaLoc(I[1],maxideal(1)); 1434 1433 delta=inv[1]; 1435 tau =inv[2];1434 tauloc=inv[2]; 1436 1435 nodes=tau-tauloc-2*cusps; 1437 1436 nbranch=inv[3]+ 2*nodes+cusps; … … 1449 1448 nbranch=nbranch+inv[3]; 1450 1449 } 1451 nodes=tau-tauloc-2*cusps;1452 1450 tau=vdim(std(I+jacob(I))); 1451 1452 nodes=tau-tausing-2*cusps; 1453 1453 delta=delta+nodes+cusps; 1454 1454 nbranch=nbranch+2*nodes+cusps; … … 1555 1555 1556 1556 list NP=newton(g); 1557 1557 1558 int s=size(NP); 1558 1559 int nN=-NP[1][2]-NP[s][1]+1; // computation of the Newton-number … … 1913 1914 ideal i=y40+y13x+x4y5+x3*(x+1)^2; 1914 1915 1915 ring r=0,(x,y),dp; //genus 551916 ring r=0,(x,y),dp; //genus 4 1916 1917 ideal i=((x2+y3)^2+xy6)*((x3+y2)^2+x10y); 1917 1918
Note: See TracChangeset
for help on using the changeset viewer.