source: git/Tst/Long/mora_4.tst @ 010b3f

spielwiese
Last change on this file since 010b3f was c1c0d4, checked in by Olaf Bachmann <obachman@…>, 23 years ago
* small uipdate git-svn-id: file:///usr/local/Singular/svn/trunk@4811 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 244 bytes
Line 
1LIB "tst.lib";
2tst_init();
3option(prot);
4ring r=32003,(x,y,z),ds;
5int a =30;
6int b =20;
7int c =7;
8int t =1;
9poly f= x^a+y^b+z^(3*c)+x^(c+2)*y^(c-1)+x^(c-1)*y^(c-1)*z3+x^(c-2)*y^c*(y2+t*x)^2;
10ideal j=jacob(f);
11ideal i=std(j);
12
13tst_status(1);$
14
15
Note: See TracBrowser for help on using the repository browser.