source: git/Tst/Long/mora_2.tst @ c1c0d4

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