source: git/Tst/Manual/cgs.tst @ 4efdd1c

spielwiese
Last change on this file since 4efdd1c 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: 250 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "compregb.lib";
3ring RingVar=(0,a,b),(x,y,t),lp;
4ring RingAll=0,(x,y,t,a,b),(lp(3),dp);
5ideal polys=x^3-a,y^4-b,x+y-t;
6list vars=x,y,t;
7list paras=a,b;
8list G = cgs(polys,vars,paras,RingVar,RingAll);
9G;
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.