Changeset f19d36 in git
- Timestamp:
- Nov 23, 1999, 1:20:26 PM (24 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 79d9cc31b2bf768ae2765f9b32cb3a6210d67f1f
- Parents:
- 28613c1d8961d31a5dfce9dff6818dc7928b5a79
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Tst/Short/bug_sres.tst
r28613c rf19d36 1 1 LIB "tst.lib"; 2 ring r1 = 31991,(t,x,y,z,w),(c, ls); 2 // sres chokes here 3 3 option(prot); 4 ring r1 = 31991,(t,x,y,z,w),(c, dp); 4 5 ideal i=t2x2+tx2y+x2yz,t2y2+ty2z+y2zw,t2z2+tz2w+xz2w,t2w2+txw2+xyw2; 5 6 ideal j = std(i); 6 resolution rs = sres(std(j), 0); rs; 7 resolution rs = sres(j, 0); rs; 8 betti(rs); 9 list(rs); 10 kill r1; 11 12 ring r1 = 31991,(t,x,y,z,w),(c, ls); 13 ideal i=t2x2+tx2y+x2yz,t2y2+ty2z+y2zw,t2z2+tz2w+xz2w,t2w2+txw2+xyw2; 14 ideal j = std(i); 15 resolution rs = sres(j, 0); rs; 7 16 betti(rs); 8 17 list(rs);
Note: See TracChangeset
for help on using the changeset viewer.