source: git/Tst/Short/bug_qslimgb.tst @ 71a293d

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