Changeset 10bedae in git
- Timestamp:
- Mar 15, 1999, 1:07:19 PM (25 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 971ba6f61590a50327889fafab6835efed8d615a
- Parents:
- 1dae9f8cabe21ae1c753a0e1854831fd1fb213d8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/normal.lib
r1dae9f r10bedae 6 6 /////////////////////////////////////////////////////////////////////////////// 7 7 8 version="$Id: normal.lib,v 1.1 0 1998-08-26 09:56:40 obachmanExp $";8 version="$Id: normal.lib,v 1.11 1999-03-15 12:07:19 Singular Exp $"; 9 9 info=" 10 10 LIBRARY: normal.lib: PROCEDURE FOR NORMALIZATION (I) … … 241 241 } 242 242 //---------- Test: Hom(J,J) == R ?, if yes, go home --------------------------- 243 243 244 rf = interred(reduce(f,f2)); // represents p*Hom(J,J)/p*R = Hom(J,J)/R 244 245 if ( size(rf) == 0 ) … … 401 402 // export(endid); 402 403 // export(endphi); 403 404 if(y==1) 404 405 { 405 406 "the new ring after reduction of the number of variables"; … … 627 628 int depth,lauf,prdim; 628 629 int ti=timer; 629 630 630 631 if(size(i)==0) 631 632 { … … 1110 1111 def lastR=RS[1]; 1111 1112 setring lastR; 1113 map psi1=BAS,endphi; 1112 1114 ideal KK=endid; 1113 ideal PP= endphi;1115 ideal PP=psi1(ihp); 1114 1116 export PP; 1115 1117 export KK; … … 1124 1126 1125 1127 map psi=BAS,endphi; 1128 1126 1129 list tluser= 1127 1130 normalizationPrimes(endid,psi(ihp),simplify(psi(MJ)+endid,4)); … … 1212 1215 } 1213 1216 1214 proc substpart(ideal endid,ideal endphi, int homo, intvec rw) 1217 proc substpart(ideal endid,ideal endphi, int homo, intvec rw) 1215 1218 { 1216 1219 def newRing=basering; … … 1285 1288 if ( rw1[ii]==0 ) { lastmap[ii] = 0; } 1286 1289 } 1287 map phi = newRing,lastmap;1288 ideal endid = phi (endid);1289 ideal endphi = phi (endphi);1290 map phi1 = newRing,lastmap; 1291 ideal endid = phi1(endid); 1292 ideal endphi = phi1(endphi); 1290 1293 export(endid); 1291 1294 export(endphi); … … 1486 1489 1487 1490 */ 1491
Note: See TracChangeset
for help on using the changeset viewer.