source: git/Tst/Short/bug_35.tst @ 4e59df4

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