source: git/Tst/Manual/qslimgb.tst @ 951db29

spielwiese
Last change on this file since 951db29 was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 220 bytes
Line 
1LIB "tst.lib"; tst_init();
2   ring R  = (0,v),(x,y,z,u),dp;
3qring Q = std(x2-y3);
4ideal i = x+y2,xy+yz+zu+u*v,xyzu*v-1;
5ideal j = qslimgb(i); j;
6module m = [x+y2,1,0], [1,1,x2+y2+xyz];
7print(qslimgb(m));
8tst_status(1);$
Note: See TracBrowser for help on using the repository browser.