source: git/Tst/Short/mora_7.tst @ a866f1

spielwiese
Last change on this file since a866f1 was 3d3d16, checked in by Olaf Bachmann <obachman@…>, 23 years ago
* added Gerhar's test files git-svn-id: file:///usr/local/Singular/svn/trunk@4762 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 186 bytes
Line 
1LIB "tst.lib";
2tst_init();
3option(prot);
4
5ring s=32003,(x,y,z,u),ds;
6int a=7;
7poly f =xyzu*(x+y+z+u) +(x+y+z+u)^2 +x^a+y^a+z^a+u^a;
8ideal i= jacob(f);
9ideal j=std( i);
10tst_status(1);$
11
12
Note: See TracBrowser for help on using the repository browser.