source: git/Tst/Short/eliminate_4.tst @ 107aac

spielwiese
Last change on this file since 107aac 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: 192 bytes
Line 
1LIB "tst.lib"; tst_init(); option(prot);
2
3ring h5=32003,(t,x,y,z,w),dp;
4ideal j=
54t2z+6z3t+3z2,
65t2z7y3x+5x2z4t3y+3t,
76zt2y+2x+6z2y2t+2y;
8ideal i=homog(j,w);
9
10eliminate(i,t);
11
12tst_status(1);$
Note: See TracBrowser for help on using the repository browser.