source: git/Tst/Short/bug_mres.tst @ d4b25e

spielwiese
Last change on this file since d4b25e was 2bd600, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* slightly changed test file git-svn-id: file:///usr/local/Singular/svn/trunk@3881 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 216 bytes
Line 
1LIB "tst.lib";
2tst_init();
3ring r1 = 31991,(t,x,y,z,w),(c, dp);
4ideal i=t2x2+tx2y+x2yz,t2y2+ty2z+y2zw,t2z2+tz2w+xz2w,t2w2+txw2+xyw2;
5option(prot);
6resolution rs = mres(i,0); rs;
7betti(rs);
8list(rs);
9tst_status(1);
10$
Note: See TracBrowser for help on using the repository browser.