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

spielwiese
Last change on this file since 4e59df4 was fb5992, checked in by Hans Schönemann <hannes@…>, 15 years ago
*hannes: add std git-svn-id: file:///usr/local/Singular/svn/trunk@11751 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 371 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// reduce was not complete (strat->ak was 0)
5ring r = 0,(x,y,z), (c, dp);
6qring Q = std(ideal(var(1)**2, var(2)**2,
7 var(3)**2));
8reduce( maxideal(2) * gen(1), std(0));
9
10// std (compleReduce) was not complete (index bounds to small)
11vector v = var(1)**2 + var(2)**2 + var(1)*var(2); v;
12option(redTail); option(redSB);
13std(v);
14
15tst_status(1);$
Note: See TracBrowser for help on using the repository browser.