Changeset c71123 in git
- Timestamp:
- Aug 1, 2001, 3:21:36 PM (22 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- e90314894f11eeb9e91dd2e8b38dbaa5f46569d9
- Parents:
- 4b6c751b1fadaa54d2622f7071de1b4113148c5f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/gaussman.lib
r4b6c75 rc71123 1 1 /////////////////////////////////////////////////////////////////////////////// 2 version="$Id: gaussman.lib,v 1.4 7 2001-08-01 12:33:41mschulze Exp $";2 version="$Id: gaussman.lib,v 1.48 2001-08-01 13:21:36 mschulze Exp $"; 3 3 category="Singularities"; 4 4 … … 1305 1305 while(j<ncols(A)&&A[i,i]==A[j,j]) 1306 1306 { 1307 if(w0[i] >w0[j])1307 if(w0[i]<w0[j]) 1308 1308 { 1309 1309 k=w0[i]; … … 1316 1316 j++; 1317 1317 } 1318 if(j==ncols(A)&&A[i,i]==A[j,j]&&w0[i] >w0[j])1318 if(j==ncols(A)&&A[i,i]==A[j,j]&&w0[i]<w0[j]) 1319 1319 { 1320 1320 k=w0[i]; … … 1461 1461 ring R=0,(x,y),ds; 1462 1462 ideal a=-1/2,-3/10,-3/10,-1/10,-1/10,0,1/10,1/10,3/10,3/10,1/2; 1463 intvec w=2,1,1,1,1,1,1,1,1,1, 1;1463 intvec w=2,1,1,1,1,1,1,1,1,1,0; 1464 1464 spprint(sppgen(a,w)); 1465 1465 }
Note: See TracChangeset
for help on using the changeset viewer.