source: git/Tst/Short/bug_15.tst @ 0054e7

spielwiese
Last change on this file since 0054e7 was eb4fa6, checked in by Hans Schönemann <hannes@…>, 25 years ago
* hannes: bug 15 recorded (incomplete decomp. in primdecGTZ in char 3) git-svn-id: file:///usr/local/Singular/svn/trunk@3525 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 178 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB "primdec.lib";
5ring R=3,(x,y),lp;
6ideal i=y4-x3-x,x9-x,y9-y;
7list l=primdecGTZ(i);
8l;
9// Vergleiche mit:
10list L=primdecSY(i);
11L;
12
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.