source: git/Tst/Old/h4.tst @ 7924ee

spielwiese
Last change on this file since 7924ee was 46976a6, checked in by Olaf Bachmann <obachman@…>, 26 years ago
* added status check to regress.cmd * added tst_status(1); call to each tst file, just before quit git-svn-id: file:///usr/local/Singular/svn/trunk@2271 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 612 bytes
Line 
1ring h4=32003,(t,x,y,z,w),dp;
2ideal j=
34t4z3y+6z4x3t5+5x5z7,
45t6z3y3x+5x2z4t3y7+4x5t5y,
56z7t5y+6z3y2t4+2t8z6;
6ideal i=j;
7ideal i=homog(j,w);
8ideal i0=std( i);
9size(i0);
10degree (i0);
11i0;
12kill h4;
13ring rh8=32003,(w,x,y,z),dp;
14int a =15;
15int b =10;
16int c =3;
17int t =1;
18poly 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;
19ideal k= jacob(f);
20a =10;
21b= 11;
22c= 3;
23t= 1;
24f=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;
25ideal j= jacob(f);
26j =j+k;
27ideal i=homog(j,w);
28ideal i0=std( i);
29
30size(i0);
31degree (i0);
32i0;
33kill rh8,a,b,c,t;
34LIB "tst.lib";tst_status(1);$
Note: See TracBrowser for help on using the repository browser.