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

spielwiese
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: 224 bytes
Line 
1LIB "tst.lib"; tst_init();
2ring r3=32003,(x,y,z),ds;
3int a,b,c,t=11,10,3,1;
4poly f=x^a+y^b+z^(3*c)+x^(c+2)*y^(c-1)+x^(c-1)*y^(c-1)*z3
5  +x^(c-2)*y^c*(y2+t*x)^2;
6ideal i=jacob(f);
7ideal i0=std(i);
8degree(i0);
9tst_status(1);$
Note: See TracBrowser for help on using the repository browser.