source: git/Tst/Old/m3ex.tst @ fa79efc

fieker-DuValspielwiese
Last change on this file since fa79efc was 46976a6, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* added status check to regress.cmd * added tst_status(1); call to each tst file, just before quit git-svn-id: file:///usr/local/Singular/svn/trunk@2271 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 490 bytes
Line 
1  LIB "elim.lib";         // loading library elim.lib
2  // you should get the information that elim.lib has been loaded
3  // together with some other libraries which are needed by it
4  option(noprot);         // no protocol
5  ring r2 = 32003,(x,y,z),dp;
6  poly f = x^11+y^5+z^(3*3)+x^(3+2)*y^(3-1)+x^(3-1)*y^(3-1)*z3+
7    x^(3-2)*y^3*(y^2)^2;
8  ideal j=jacob(f);
9  sat(j+f,maxideal(1));
10  // list and kill the variables defined so far:
11  listvar();
12  kill r2;
13LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.