source: git/Tst/Short/bug_17.tst @ 051432

spielwiese
Last change on this file since 051432 was 4db25e, checked in by Hans Schönemann <hannes@…>, 25 years ago
*hannes: bug 17 git-svn-id: file:///usr/local/Singular/svn/trunk@3603 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 141 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "primdec.lib";
5ring R=2,(x,y,z),lp;
6ideal i=z2+z+1,y2+y+1,x+y;
7primdecGTZ(i);
8primdecSY(i);
9
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.