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

fieker-DuValspielwiese
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: 207 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "random.lib";
3ring r=0,(t,x,y,z),ds;
4ideal i= x3+y4,z4+yx,t+x+y+z;
5genericid(i,0,10);
6module m=[x,0,0,0],[0,y2,0,0],[0,0,z3,0],[0,0,0,t4];
7print(genericid(m));
8tst_status(1);$
Note: See TracBrowser for help on using the repository browser.