source: git/Tst/Manual/select.tst @ e74bb4

fieker-DuValspielwiese
Last change on this file since e74bb4 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: 213 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "elim.lib";
3ring r=0,(x,y,t,s,z),(c,dp);
4ideal i=x-y,y-z2,z-t3,s-x+y3;
5ideal j=select(i,1);
6j;
7module m=i*(gen(1)+gen(2));
8m;
9select(m,1..2);
10select(matrix(m),1..2);
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.