source: git/Tst/Old/h4.tst @ b35b93

spielwiese
Last change on this file since b35b93 was b35b93, checked in by Olaf Bachmann <obachman@…>, 26 years ago
This commit was generated by cvs2svn to compensate for changes in r1396, which included commits to RCS files with non-trunk default branches. git-svn-id: file:///usr/local/Singular/svn/trunk@1397 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 584 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;
34$
Note: See TracBrowser for help on using the repository browser.