source: git/Tst/Long/eliminate_6.tst @ 09f10e

spielwiese
Last change on this file since 09f10e 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: 381 bytes
Line 
1LIB "tst.lib"; tst_init(); option(prot);
2
3ring rh15=32003,(w,x,y,z),dp;
4poly p1= x2y *(47x5y7z3+28xy5z8+63+91x5y3z7);
5poly p2= xyz *(57y6+21x2yz9+51y2z2+15x2z4);
6poly p3= xy4z *(74y+32x6z7+53x5y2z+17x2y3z);
7poly p4= y3z *(21x2z6+32x10y6z5+23x5y5z7+27y2);
8poly p5= xz *(36y2z2+81x9y10+19x2y5z4+79x4z6);
9ideal j= p1,p2,p3,p4,p5;
10ideal i=homog(j,w);
11eliminate(i,yz);
12
13tst_status(1);$
Note: See TracBrowser for help on using the repository browser.