source: git/Tst/Short/bug_qslimgb1.tst @ f1cfef

spielwiese
Last change on this file since f1cfef was b806aa, checked in by Hans Schönemann <hannes@…>, 17 years ago
*hannes: funny stuff in 3-0-3: fixed errors and default behav. git-svn-id: file:///usr/local/Singular/svn/trunk@10293 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 270 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4
5// std and groebner in nc-qrings:
6
7option(redSB);
8ring r = (0),(x,y,z),(dp(3),C);
9qring q=std(z2);
10ideal i = 169y21+151xyz10+x2y,3z24+xz14+6x2y4,2y20z10+y10z20+5xy10z10+11x3;
11ideal j = groebner(i);
12ideal j1= std(i);
13j;
14j1;
15
16
17tst_status(1);$
Note: See TracBrowser for help on using the repository browser.