source: git/Tst/Short/bug_sres.tst @ 010b3f

spielwiese
Last change on this file since 010b3f was f19d36, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* git-svn-id: file:///usr/local/Singular/svn/trunk@3884 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 432 bytes
Line 
1LIB "tst.lib";
2// sres chokes here
3option(prot);
4ring r1 = 31991,(t,x,y,z,w),(c, dp);
5ideal i=t2x2+tx2y+x2yz,t2y2+ty2z+y2zw,t2z2+tz2w+xz2w,t2w2+txw2+xyw2;
6ideal j = std(i);
7resolution rs = sres(j, 0); rs;
8betti(rs);
9list(rs);
10kill r1;
11
12ring r1 = 31991,(t,x,y,z,w),(c, ls);
13ideal i=t2x2+tx2y+x2yz,t2y2+ty2z+y2zw,t2z2+tz2w+xz2w,t2w2+txw2+xyw2;
14ideal j = std(i);
15resolution rs = sres(j, 0); rs;
16betti(rs);
17list(rs);
18tst_status(1); $
19
20
Note: See TracBrowser for help on using the repository browser.