source: git/Tst/Long/mora_3.tst @ e9aefc

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