source: git/Tst/Manual/boundDes.tst @ 7bb006

spielwiese
Last change on this file since 7bb006 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: 147 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "rootsur.lib";
3ring r = 0,x,dp;
4poly p = (x+2)*(x-1)*(x-5);
5boundDes(p);
6p = p*(x2+1);
7boundDes(p);
8tst_status(1);$
Note: See TracBrowser for help on using the repository browser.