Changeset daaa28 in git
- Timestamp:
- Feb 29, 2012, 4:20:05 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 9e26458fea6f12f6acae94134fb3c4bc0178ecd7
- Parents:
- 42d26c8ae58f08b9679b36310c33c494dad9b7e6
- git-author:
- Martin Lee <martinlee84@web.de>2012-02-29 16:20:05+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-05 16:47:59+01:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/absfact.lib
r42d26c rdaaa28 292 292 } 293 293 294 list tmp = ringlist(MPz)[2]; 294 295 // Go into the quotient by q(z)=0 295 296 ring MP_z = (0,var(n+1)), (x(1..n)), dp; 296 297 list lMP_z = ringlist(MP_z); 297 298 lMP_z[1][4] = ideal(imap(MPz,q)); 298 list tmp = ringlist(MPz)[2];299 299 lMP_z[2] = list(tmp[1..n]); 300 300 def MPq = ring(lMP_z); … … 387 387 int pa=npars(MP); 388 388 list lMP= ringlist(MP); 389 list buflMP= lMP; 389 390 intvec vv,vk; 390 391 for(i=1;i<=n;i++){vv[i]=1;} … … 509 510 if(pa) 510 511 { 512 setring(MP); 511 513 n=nvars(MP); 512 514 list lM=ringlist(MP);
Note: See TracChangeset
for help on using the changeset viewer.