source: git/Tst/Manual/chinrem.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: 248 bytes
Line 
1LIB "tst.lib"; tst_init();
2  chinrem(intvec(2,-3),intvec(7,11));
3  ring r=0,(x,y),dp;
4  ideal i1=5x+2y,x2+3y2+xy;
5  ideal i2=2x-3y,2x2+4y2+5xy;
6  chinrem(list(i1,i2),intvec(7,11));
7  chinrem(list(i1,i2),list(bigint(7),bigint(11)));
8tst_status(1);$
Note: See TracBrowser for help on using the repository browser.