source: git/Tst/Long/eliminate_2.tst @ ad3dfe

spielwiese
Last change on this file since ad3dfe was c961655, checked in by Olaf Bachmann <obachman@…>, 23 years ago
* added git-svn-id: file:///usr/local/Singular/svn/trunk@4903 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 456 bytes
Line 
1LIB "tst.lib"; tst_init(); option(prot);
2
3ring S=32003,(x,y,z,e,f,t,u,v,w,a,b,c,d,h),dp;
4ideal J=
5   f2+w2-1,
6   x2+t2+a2-1,
7   y2+u2+b2-1,
8   z2+v2+c2-1,
9   e2+d2-1,
10   ft+wa,
11   xy+tu+ab,
12   yz+uv+bc,
13   ze+cd,
14   x+y+z+e+1,
15   f+t+u+v-1,
16   w+a+b+c+d;
17
18J=homog(J,h);
19//ideal L=std(J);
20intvec hi=//hilb(L,1);
211,-3,-6,26,9,-99,24,224,-181,-211,682,-2234,5965,-9861,10380,-7236,3388,-1058,216,-28,2,0;
22ideal K=eliminate(J,xyztuvwabcd,hi);
23
24tst_status(1);$
Note: See TracBrowser for help on using the repository browser.