source: git/Tst/Manual/intersect.tst @ 6fb723

spielwiese
Last change on this file since 6fb723 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: 247 bytes
Line 
1LIB "tst.lib"; tst_init();
2  ring R=0,(x,y),dp;
3  ideal i=x;
4  ideal j=y;
5  intersect(i,j);
6  ring r=181,(x,y,z),(c,ls);
7  ideal id1=maxideal(3);
8  ideal id2=x2+xyz,y2-z3y,z3+y5xz;
9  ideal id3=intersect(id1,id2,ideal(x,y));
10  id3;
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.