Changeset 5718c9 in git
- Timestamp:
- Aug 13, 2019, 12:30:28 PM (4 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 3370016501d46485e4e45a46cb16fcdfc088fdd9
- Parents:
- 7a34bdf477bab1bcfbeff902f83eadc50ba41c0f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/tropical.lib
r7a34bd r5718c9 344 344 else 345 345 { 346 ring BASERING = create_ring(ringlist(ALTERRING)[1], "(t,x(1.."+string(nvars(ALTERRING)-1)+"))", "("+ordstr(ALTERRING)+")", "no_minpoly"); 346 list V = "t"; 347 for (int ii = nvars(ALTERRING)-1; ii > 0; ii--) 348 { 349 V[ii+1] = "x("+string(ii)+")"; 350 } 351 ring BASERING = create_ring(ringlist(ALTERRING)[1], V, "("+ordstr(ALTERRING)+")", "no_minpoly"); 347 352 } 348 353 map altphi=ALTERRING,maxideal(1);
Note: See TracChangeset
for help on using the changeset viewer.