source: git/Tst/Short/bug_34.tst @ 107aac

spielwiese
Last change on this file since 107aac was bc5e56, checked in by Hans Schönemann <hannes@…>, 17 years ago
*hannes: bug_34 restored git-svn-id: file:///usr/local/Singular/svn/trunk@9471 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 209 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4ring r=0,(x,y,z),dp;
5sres(maxideal(1),10);
6qring q=std(xy);
7def L=sres(maxideal(1),4);
8betti(L);
9L;
10list(L);
11def LL=sres(maxideal(1),0);
12betti(LL);
13LL;
14list(LL);
15//
16tst_status(1);$
Note: See TracBrowser for help on using the repository browser.