source: git/Tst/Manual/Saturation.tst @ 0d6b7fc

spielwiese Release-4-3-2p2
Last change on this file since 0d6b7fc 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: 313 bytes
Line 
1LIB "tst.lib"; tst_init();
2  LIB "elim.lib";         // loading library elim.lib
3  ring r2 = 32003,(x,y,z),dp;
4  poly f = x^11+y^5+z^(3*3)+x^(3+2)*y^(3-1)+x^(3-1)*y^(3-1)*z3+
5    x^(3-2)*y^3*(y^2)^2;
6  ideal j=jacob(f);
7  sat(j+f,maxideal(1));
8  // list the variables defined so far:
9  listvar();
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.