source: git/Tst/Short/eliminate_3.tst @ f1cfef

spielwiese
Last change on this file since f1cfef was d84b58, checked in by Olaf Bachmann <obachman@…>, 23 years ago
elim tests added git-svn-id: file:///usr/local/Singular/svn/trunk@4904 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 202 bytes
Line 
1LIB "tst.lib"; tst_init(); option(prot);
2
3ring h2=32003,(t,x,y,z,w),dp;
4ideal j=
52t3x5y2z+x2t5y+2x2y,
62y3z2x+3z2t6x2y+9y2t3z,
72t5z+y3x2t+z2t3y2x5;
8ideal i=homog(j,w);
9eliminate(i,yz);
10
11
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.