source: git/Tst/Short/bug_hilbstd.tst @ e1cda9

spielwiese
Last change on this file since e1cda9 was 24794e, checked in by Hans Schoenemann <hannes@…>, 14 years ago
git-svn-id: file:///usr/local/Singular/svn/trunk@12810 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 230 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// hikbert driven std missed the comp 4 in the result
5ring r = 0, x, (C, lp);
6module M;
7M[1]=gen(3);
8M[2]=gen(4);
9M[3]=gen(4)+x*gen(2)-x2*gen(1);
10groebner(M);
11option(prot);
12stdhilb(M);
13
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.