source: git/Tst/Short/mora_6.tst @ 0f2fcb4

spielwiese
Last change on this file since 0f2fcb4 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: 185 bytes
Line 
1LIB "tst.lib";
2tst_init();
3option(prot);
4ring r=32003,(w,x,y,z),ds;
5int a=7;
6poly f =xyz*(x+y+z)^2 +(x+y+z)^3 +x^a+y^a+z^a;
7ideal i= jacob(f);
8i=i,f;
9ideal j=std( i);
10tst_status(1);$
11
12
Note: See TracBrowser for help on using the repository browser.