source: git/Tst/Manual/weight.tst @ 42ea848

spielwiese
Last change on this file since 42ea848 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: 263 bytes
Line 
1LIB "tst.lib"; tst_init();
2  ring h1=32003,(t,x,y,z),dp;
3  ideal i=
4  9x8+y7t3z4+5x4y2t2+2xy2z3t2,
5  9y8+7xy6t+2x5y4t2+2x2yz3t2,
6  9z8+3x2y3z2t4;
7  intvec e=weight(i);
8  e;
9  ring r=32003,(a,b,c,d),wp(e);
10  map f=h1,a,b,c,d;
11  ideal i0=std(f(i));
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.