source: git/Tst/Manual/grobcovold.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: 364 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "grobcov.lib";
3"Simple robot: A. Montes,";
4"New algorithm for discussing Groebner bases with parameters,";
5"JSC, 33: 183-208 (2002).";
6ring R=(0,r,z,l),(s1,c1,s2,c2), dp;
7ideal S10=c1^2+s1^2-1,
8c2^2+s2^2-1,
9r-c1-l*c1*c2+l*s1*s2,
10z-s1-l*c1*s2-l*s1*c2;
11grobcovold(S10,"comment",1);
12grobcovold(S10,"can",2,"comment",1);
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.