source: git/Tst/Manual/CenterBO.tst @ 228e0b

spielwiese
Last change on this file since 228e0b 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: 224 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "resolve.lib";
3ring R=0,(x,y),dp;
4ideal W;
5ideal J=x2-y3;
6intvec b=1;
7list E;
8ideal abb=maxideal(1);
9intvec v;
10intvec w=-1;
11matrix M;
12list BO=W,J,b,E,abb,v,w,M,v;
13CenterBO(BO);
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.