source: git/Tst/Short/bug_34.tst @ bc2a1f9

spielwiese
Last change on this file since bc2a1f9 was bc2a1f9, checked in by Hans Schönemann <hannes@…>, 20 years ago
*hannes: bug_34 added git-svn-id: file:///usr/local/Singular/svn/trunk@7244 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 307 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4
5ring r=2,(x,y),wp(4,7);
6ideal K=xy2+x4+x2,x6+y3+x4+x2+1,y4+x4y+x2y;
7LIB"primdec.lib";
8ideal J=radical(K);
9J;
10
11//===================================
12option(redSB);
13ring r=2,(x,y),wp(4,7);
14ideal I=y2+x3+x,x4+x2y+y+1;
15I=std(I);
16ideal F=finduni(I);
17reduce(F,I);
18
19//
20tst_status(1);$
Note: See TracBrowser for help on using the repository browser.